browser_wait_for_element
Wait for a specified element to appear in the browser, with optional visibility check and timeout, ensuring the page is ready before proceeding with automation.
Instructions
Wait for an element matching selector to appear. Set visible=True to
also require it to be rendered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| visible | No | ||
| selector | Yes |