* Sends the given string to the input as a series of key presses. Also fires input events * and attempts to add the string to the Element's value. Note that some environments cannot * reproduce native browser behavior for keyboard shortcuts such as Tab, Ctrl + A, etc. * @throws An error if
(...keys: (string | TestKey)[])
| 124 | * @throws An error if no keys have been specified. |
| 125 | */ |
| 126 | sendKeys(...keys: (string | TestKey)[]): Promise<void>; |
| 127 | |
| 128 | /** |
| 129 | * Sends the given string to the input as a series of key presses. Also fires input |
no outgoing calls
no test coverage detected