browser_select
Select an option in a dropdown on a remote mobile browser by providing the device serial number, a CSS selector, and the value to choose.
Instructions
Pick an option in a dropdown.
Args: serialno: The browser device serialno, from list_devices. selector: A CSS selector for the select element. value: The option value to select.
Returns: JSON response from the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| selector | Yes | ||
| serialno | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |