The Selector element.
Optional browser instance to use, otherwise defaults to global browser
Selector for the element.
The text element.
Optional browser instance to use, otherwise defaults to global browser
The groupSelector element.
Enter the text to search in elements
Optional browser instance to use, otherwise defaults to global browser
element - The element which matches the textToSearch from group of groupSelector or returns null if nothing is found
The url to navigate to.
Optional browser instance to use, otherwise defaults to global browser
The Selector element.
Optional browser instance to use, otherwise defaults to global browser
The Selector element.
Optional browser instance to use, otherwise defaults to global browser
The Selector element.
Optional browser instance to use, otherwise defaults to global browser
The Selector element.
Text to search in the selectors.
Optional browser instance to use, otherwise defaults to global browser
Waits until the url is loaded, then continues Times out after timeout mentioned in configs
URL to check if loaded
waiting time for url to load
Regex to match with url
Optional browser instance to use, otherwise defaults to global browser
The Selector element.
Optional browser instance to use, otherwise defaults to global browser
Generated using TypeDoc
click
clicks the selector specified and if there are multiple elememts with the same selector it will choose based on the index. Note that it waits until selector appears in the DOM. And clicks only the visible element.