Click Element
Simulates a click on an element on a web page.
Inputs
- Main: Input items
Outputs
- Main: Result information
Parameters
| Display Name | Name | Type | Default | Description |
|---|---|---|---|---|
| Tab ID | tabId | number | The ID of the tab containing the element | |
| Selector Type | selectorType | options | css | CSS Selector or XPath |
| Selector | selector | string | The selector of the element to click | |
| Multiple | multiple | boolean | false | Click all matched elements |