find_element
Locate any web element by CSS, XPath, ID, or other locator, then retrieve its text, tag, and attributes for validation or automation.
Instructions
Find an element and return its text, tag, and attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value |