cloak_select
Select dropdown options on web pages using value, label, or index to automate form interactions and bypass bot detection.
Instructions
Select a dropdown option by ref ID. Provide one of: value, label, or index.
Returns an updated snapshot.
Args: page_id: Target page ID. ref: Ref ID of the element. value: Option value attribute to select. label: Option visible text to select. index: Option index (0-based) to select.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| ref | Yes | ||
| value | No | ||
| label | No | ||
| index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||