selector()
Identifies an element on the page.
Examples
Section titled “Examples”link('Sign in')button('Get Started')$('#id')text('Home')Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
text | string | Text to identify the element. |
Returns
Section titled “Returns”This API does not return any values.