Page
If you selected api driver
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Path parameters
modestringRequired
Body
sessionUUIDstringRequired
urlstringRequired
Responses
200
Successful response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/{mode}/v1/page/goToPageNo content
Executes a sequence of browser automation commands within an active session. Supports various actions like clicking, typing, hovering, and more.
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Path parameters
modestringRequired
Body
sessionUUIDstring ยท uuidRequiredExample:
576626a7-2953-4790-8bc5-28a2e247ac03Responses
200
Commands executed successfully
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/{mode}/v1/page/executeCommandsLast updated