Actions
Provides discovery of available browser actions and example payloads you can paste into the actions list of /browser/actions/execute.
The returned array items can be pasted directly into LaunchBrowserRequest.actions.
Possible error codes:
unhandled_error: unexpected server failure
Responses
200
OK
500
Internal Server Error
get
GET /actions HTTP/1.1
Host:
Accept: */*
[
{
"type": "VisitUrlAction",
"url": "https://example.org"
},
{
"type": "GetHtmlAction"
}
]