Skip to content

Commit

Permalink
feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt committed May 7, 2024
1 parent 60b78ef commit 31d7d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Moves the mouse to the specified selector or element.
- `moveDelay (number):` Delay after moving the mouse in milliseconds. Default is `2000`.
- `maxTries (number):` Maximum number of attempts to mouse-over the element. Default is `10`.
- `moveSpeed (number):` Speed of mouse movement. Default is random.
- `overshootThreshold (number):` Distance from current location to destination that triggers overshoot to occur. (Below this distance, no overshoot will occur). Default is `500`.

#### `moveTo(destination: Vector): Promise<void>`

Expand Down

0 comments on commit 31d7d15

Please sign in to comment.