curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/mouse/up \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '
{
"x": 123,
"y": 123
}
'{
"status": "<string>"
}Performs a mouse button up action at the specified coordinates
curl --request POST \
--url https://api.anchorbrowser.io/v1/sessions/{sessionId}/mouse/up \
--header 'Content-Type: application/json' \
--header 'anchor-api-key: <api-key>' \
--data '
{
"x": 123,
"y": 123
}
'{
"status": "<string>"
}API key passed in the header
The ID of the browser session
Mouse up performed successfully
Was this page helpful?