browser_find_element
Locate a web element on a page using specified locator strategy (id, CSS, XPath, etc.) with optional timeout. Supports reliable element selection for browser automation tasks.
Instructions
Find an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |