Method SelectAllTextInElementById
SelectAllTextInElementById(string)
Selects all text within an HTML element identified by its ID.
Declaration
Task SelectAllTextInElementById(string elementId)
Parameters
Type | Name | Description |
---|---|---|
string | elementId | The ID of the HTML element to select text in. |
Returns
Type | Description |
---|---|
Task | A task representing the asynchronous operation. |