Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
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.