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