select
Automate dropdown selection in web testing by specifying a CSS selector and value to choose, enabling precise UI interaction for browser automation tasks.
Instructions
Select an option from a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the select element | |
| value | Yes | Value to select |