wait_for_selector
Use this tool to pause execution until a specified CSS selector appears on a webpage, optionally waiting for visibility or setting a timeout, enabling precise control in Chrome browser automation.
Instructions
Wait for an element to appear on the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector to wait for | |
timeout | No | Optional timeout in milliseconds | |
visible | No | Whether element should be visible |