browser_delta
Compute the difference between two semantic page states to detect changes in web content. Optionally pass states manually or compare the last two observed states automatically.
Instructions
Compute the difference between two semantic states. Optional: pass parameters if querying offline; otherwise defaults to comparing the last two observed page states in memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newState | No | The current SemanticPageState (optional, falls back to server-side cache). | |
| oldState | No | The previous SemanticPageState (optional, falls back to server-side cache). |