browser_blur_element
Blur a web element by removing its focus. Specify the element using a locator strategy (ID, CSS, XPath, name, tag, class, link, or partial link) and optionally set a timeout in milliseconds.
Instructions
Remove focus from a specific 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 |