Classes
Methods
(async) run(selector) → {Promise.<void>}
Moves the mouse cursor to an element using a unified selector string.
Parameters:
| Name | Type | Description |
|---|---|---|
selector | string | The selector string. CSS by default, or use a prefix. |
Throws:
- Throws an error if the element is not found.
- Type
- Error
Returns:
- Type:
- Promise.<void>