get_dropdown_options
Retrieve available choices from dropdown menus on webpages to automate form filling or data extraction tasks in browser automation.
Instructions
Get options from a dropdown/select element, it will return the options of the element, and the id and name of the element
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| index | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Dropdown ID | |
| name | Yes | Dropdown name | |
| options | Yes | Dropdown options |