Moves the mouse away from the element.
()
| 116 | |
| 117 | /** Moves the mouse away from the element. */ |
| 118 | mouseAway(): Promise<void>; |
| 119 | |
| 120 | /** |
| 121 | * Sends the given string to the input as a series of key presses. Also fires input events |
no outgoing calls
no test coverage detected