pick_element
Require user to select an element on the page and return its selector.
Arguments
| Name | Type | Description |
|---|---|---|
tab | string | The ID of the tab to return the contents for. If not provided, the active tab will be used. |
Output
Type:stringThe CSS selector of the element, suitable for use in `selector` arguments.