TypeResponse
Response returned after having typed into an element
type TypeResponse {
  selector: String
  text: String
  time: Float
  x: Float
  y: Float
}
Fields
TypeResponse.selector ● String scalar
The selector of the element you typed into
TypeResponse.text ● String scalar
The textual content that was typed
TypeResponse.time ● Float scalar
The amount of time, in milliseconds, elapsed since the start of typing to completion
TypeResponse.x ● Float scalar
The X coordinate of the element, in pixels, on the page
TypeResponse.y ● Float scalar
The Y coordinate of the element, in pixels, on the page
Returned By
type  mutation