Skip to main content

Select

POST 

/workstations/:workstation_id/browser/select

Select an option from a dropdown or multi-select element in the active tab of the Workstation browser.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Body

required

    selector Selector (string)required

    The query selector for the element.

    values string[]required

    The options to select from the dropdown or multi-select element as an array of strings.

Responses

Browser-Select-Input action successful

Loading...