Observes the page for changes based on a natural language instruction and returns a list of observed interactions. This is an AI-driven feature that can identify and describe user interface elements and their behaviors. Example: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.
observe(instruction: "Identify all interactive elements in the header.")
Returns an array of Observe objects, each describing an observed element or interaction.
Definition
Arguments
instruction
String!
A natural language instruction describing what to observe on the page.
Example: "Find all buttons and links in the navigation bar."