browser_wait_for_element
Pauses script execution until a specified web element is detected using a chosen locator strategy, ensuring reliable automation workflows during dynamic page loads.
Instructions
Wait for an element to be present
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | Yes | Timeout in milliseconds | |
value | Yes | Value for the locator strategy |