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 bc5ad70 commit e1c317cCopy full SHA for e1c317c
dotnet/src/webdriver/Remote/RemoteAlert.cs
@@ -75,7 +75,7 @@ public void SendKeys(string keysToSend)
75
Dictionary<string, object> parameters = new Dictionary<string, object>();
76
if (this.driver.IsSpecificationCompliant)
77
{
78
- parameters.Add("message", keysToSend);
+ parameters.Add("text", keysToSend.ToCharArray());
79
}
80
else
81
0 commit comments