Skip to main content

Hover

POST 

/workstations/:workstation_id/browser/hover

Hover over an 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

Request a hover action for the agent.

    selector Selector (string)

    The query selector for the element.

    speed Speed (string)

    Possible values: [slow, medium, fast]

    The speed at which the mouse will move.

Responses

Browser-Hover action successful

Loading...