Select Text
Selects the text from an HTML input or textarea.
Category: Web Element Interaction · Group: Web · Activity name: SelectText

Example
SelectText("<selector>", 0, selectorEnd=0)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Selector | string | Yes | CSS selector or XPath to identify the input or textarea. | |
| Selection Start | integer | Yes | The 0-based index of the first selected character. | |
| Selection End | integer | Yes | The 0-based index of the character after the last selected character. |