We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0353a65 commit 184bd6aCopy full SHA for 184bd6a
dotnet/src/webdriver/Alert.cs
@@ -71,7 +71,7 @@ public void Accept()
71
/// Sends keys to the alert.
72
/// </summary>
73
/// <param name="keysToSend">The keystrokes to send.</param>
74
- /// <exception cref="ArgumentNullException">If <paramref name="keysToSend" /> is null.</exception>
+ /// <exception cref="ArgumentNullException">If <paramref name="keysToSend" /> is <see langword="null"/>.</exception>
75
public void SendKeys(string keysToSend)
76
{
77
if (keysToSend == null)
0 commit comments