browser_wait_for
Wait for specified text to appear or disappear on a webpage, or wait a set number of seconds, to sync browser automation with page state for reliable testing and scraping.
Instructions
Wait for condition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to wait for to appear | |
| time | No | Time to wait in seconds | |
| textGone | No | Text to wait for to disappear |