clear_snapshot
Clear the browser's snapshot and UID cache to resolve stale element references during automated testing and browser automation tasks.
Instructions
Clear the snapshot/UID cache. Usually not needed, as navigation invalidates snapshots automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}