move_to
Move the cursor to a specific element or viewport coordinates using human-like mouse movement. Optionally enable stealth mode to trigger trusted events via the debugger driver.
Instructions
Move the cursor to an element ([ref] from read_page) or to absolute viewport x/y along a human-like path. Does not click. stealth:true delivers trusted events via the debugger driver.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| ref | No | ||
| stealth | No |