Skip to main content

Text

POST 

/workstations/:workstation_id/browser/text

Input text into a field on 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.

    speed Speed (string)

    Possible values: [slow, medium, fast]

    The typing speed per character in the input field.

    copy stringrequired

    The text to input into the field.

Responses

Browser-Text-Input successful

Loading...