From 31d7d15c0f52cf4abac8403d335a89bb9f2aaf40 Mon Sep 17 00:00:00 2001 From: Blake Vandercar Date: Tue, 7 May 2024 16:04:02 -0600 Subject: [PATCH] feat: readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a7fa3e..542c634 100644 --- a/README.md +++ b/README.md @@ -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`