Actions
Provides discovery of available browser actions and example payloads you can paste into the actions list of /browser/actions/execute.
Last updated
Provides discovery of available browser actions and example payloads you can paste into the actions list of /browser/actions/execute.
Last updated
GET /actions HTTP/1.1
Host:
Accept: */*
[
{
"type": "VisitUrlAction",
"url": "https://example.org"
},
{
"type": "GetHtmlAction"
}
]