browser_wait_for_element
Wait for a matching selector to appear, with optional visibility check, to ensure the element is ready before proceeding.
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 |