browser_wait_for_element
Wait for a web element to become present in the browser using a locator strategy (id, css, xpath, etc.) and a specified timeout in milliseconds, enabling reliable element interaction.
Instructions
Wait for an element to be present
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | Yes | Timeout in milliseconds |