Method FocusElementById
FocusElementById(string)
Sets focus on the element with the provided id.
Declaration
Task FocusElementById(string elementId)
Parameters
Type | Name | Description |
---|---|---|
string | elementId | The id of the element to gain focus. |
Returns
Type | Description |
---|---|
Task | A task that represents the asynchronous operation. |