find_element
Locate a web element using CSS, XPath, ID, name, tag, class, link, or partial link text, and return its text, tag, and attributes with a configurable timeout.
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 |