browser_wait_for_element
Waits for an element matching a CSS selector to appear in the browser, with optional visibility check and timeout.
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 |