Clear Element Annotations
operagx_clear_annotationsRemoves numbered overlay badges from a tab to restore a clean screenshot after visual element mapping.
Instructions
Removes the numbered overlay badges left behind by operagx_map_elements.
Args:
tabId / tabIndex / matchUrl / matchTitle (optional): which tab to clear. Defaults to the first open tab.
Returns: { "ok": true }
Examples:
Use when: you're done visually grounding element ids and want a clean screenshot again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab id from operagx_list_tabs. Omit to use the first open tab. | |
| matchUrl | No | Pick the tab whose URL contains this substring. | |
| tabIndex | No | Zero-based tab index, alternative to tabId. | |
| matchTitle | No | Pick the tab whose title contains this substring. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes |