Find Element
element_findLocate web page elements using CSS selectors, XPath, or text matching with configurable timeout.
Instructions
Find an element on the page using CSS selector or XPath. Bare selectors are treated as CSS; use text:... for text matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in seconds to wait for element | |
| selector | Yes | CSS selector or XPath to find the element. Bare selectors are CSS; use text:... for text matching or explicit tag:/css:/xpath:/@attr locators. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||