browser_wait_for
Monitor webpage content for specific text to appear, disappear, or wait a set duration, ensuring precise timing for accessibility testing in automated scans.
Instructions
Wait for text to appear or disappear or a specified time to pass
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | The text to wait for | |
| textGone | No | The text to wait for to disappear | |
| time | No | The time to wait in seconds |