Method ClickElementById
ClickElementById(string)
Clicks on the element with the provided id.
Declaration
Task ClickElementById(string elementId)
Parameters
Type | Name | Description |
---|---|---|
string | elementId | The id of the element to be clicked on. |
Returns
Type | Description |
---|---|
Task | A task that represents the asynchronous operation. |