wait_for_element
Wait for a web element to exist or become visible by specifying a locator strategy, value, timeout, and visibility requirement. Ensures element is ready for interaction.
Instructions
Wait until an element exists, or until it is visible when requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | Yes | ||
| value | Yes | ||
| timeout_seconds | No | ||
| visible | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||