Represents an observed UI element or interaction, typically generated by the ‘observe’ mutation.

Definition

object Observe {
  selector: String!
  description: String!
  method: String
  arguments: JSONObject
}

Fields

selector: String!

The CSS selector that uniquely identifies the observed element.

description: String!

A human-readable description of the element or interaction.

method: String

The suggested interaction method for this element (e.g., ‘click’, ‘fill’).

arguments: JSONObject

Suggested arguments for the interaction method, if applicable.