Commit 381db3e
committed
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.1 parent f448555 commit 381db3e
File tree
2 files changed
+19
-3
lines changed- src
- G4.WebDriver.Remote.Uia
- G4.WebDriver.Tests
2 files changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
256 | 275 | | |
257 | 276 | | |
258 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
0 commit comments