browser_wait_for
Wait for specific text to appear or disappear on a webpage, or pause for a set duration during browser automation with Playwright MCP. Enhances precise interaction control in web tasks.
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 |