browser_blur_element
Remove focus from web elements using locators like ID or CSS to prevent unwanted interactions during automated browser testing.
Instructions
Remove focus from a specific element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |