select_option
Select an option from a dropdown by value and return a screenshot to visually verify the result.
Instructions
Select an option from a dropdown () element by value. Returns a screenshot after selection so you can visually verify the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the <select> element (e.g., '#country', 'select[name="size"]') | |
| value | Yes | Value of the <option> to select | |
| url | No | Optional URL to navigate to before selecting |