focus
Sets keyboard focus to a specified element using a CSS selector, ensuring subsequent interactions target the correct element. Throws an exception if the element is not found before the default timeout.
Instructions
Move focus to an element. Raises an exception if the element isn't found within the default timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |