Skip to main content

Scroll

POST 

/workstations/:workstation_id/browser/scroll

Scroll to the location of the given query selector on the current 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 value to scroll to.

    speed Speed (string)

    Possible values: [slow, medium, fast]

    How quickly scroll speed will be - can be slow, medium, or fast. The default is medium.

    offset integer

    The offset value to scroll by. The default is 0 (no offset) which will result in the element landing at the top of the viewport.

Responses

Browser-Scroll action successful

Loading...