Skip to main content

ClickResponse

Response returned after having clicked on an element

type ClickResponse {
selector: String
time: Float
x: Float
y: Float
}

Fields

ClickResponse.selector ● String scalar

The selector text if specified

ClickResponse.time ● Float scalar

The amount of time, in milliseconds, elapsed since the start of clicking to completion

ClickResponse.x ● Float scalar

The X coordinate of the click, in pixels, on the page

ClickResponse.y ● Float scalar

The Y coordinate of the click, in pixels, on the page

Returned By

checkbox mutation ● click mutation