You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| options.force | boolean |`false`| Setting this to `true` will bypass the actionability checks (`visible`, `stable`, `enabled`). |
22
-
| options.noWaitAfter | boolean |`false`| If set to `true` and a navigation occurs from performing this action, it will not wait for it to complete. |
22
+
| options.noWaitAfter | boolean |`false`| If set to `true` and a navigation occurs from performing this action, the script won't wait for it to complete. |
23
23
| options.position | object |`null`| A point to use relative to the top left corner of the element. If not supplied, a visible point of the element is used. |
24
24
| options.position.x | number |`0`| The x coordinate. |
25
25
| options.position.y | number |`0`| The y coordinate. |
0 commit comments