browser_select_option
Automates the selection of dropdown options in web accessibility scans, ensuring accurate interaction with specific elements for WCAG compliance testing. Ideal for precise dropdown value validation.
Instructions
Select an option in a dropdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
element | Yes | Human-readable element description used to obtain permission to interact with the element | |
ref | Yes | Exact target element reference from the page snapshot | |
values | Yes | Array of values to select in the dropdown. This can be a single value or multiple values. |