You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SendKeys overload with delay; clean up using directives
A new overload of the SendKeys method has been added to the
G4.WebDriver.Remote.Uia namespace in the UiaDriver.cs file. This
method allows sending each character of the specified text as a key
input with a delay between each keystroke. The method takes two
parameters: text (the text to be sent as key inputs) and delay (the
delay to wait between sending each key).
In the UiaDriverTests.cs file, several using directives have been
removed: G4.WebDriver.Extensions, System, and System.Threading.
0 commit comments