curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/mouse/move \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '
{
"x": 123,
"y": 123
}
'{
"status": "<string>"
}Moves the mouse cursor to the specified coordinates
curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/mouse/move \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '
{
"x": 123,
"y": 123
}
'{
"status": "<string>"
}Was this page helpful?