Actions

Provides discovery of available browser actions and example payloads you can paste into the actions list of /browser/actions/execute.

Returns example action objects for each available action.

get

The returned array items can be pasted directly into LaunchBrowserRequest.actions.

Possible error codes:

  • unhandled_error: unexpected server failure

Responses
200

OK

get
GET /actions HTTP/1.1
Host: 
Accept: */*
[
  {
    "type": "VisitUrlAction",
    "url": "https://example.org"
  },
  {
    "type": "GetHtmlAction"
  }
]