Static methods
withDriver
This will return IDriverActions which will expose different methods to handle all other driver actions.
Instance methods
executeScript (script, args[])
This method will execute the JS script and returns the result.
pause
This method is used to navigate to the given URL.
saveLogs
This method will save all the logs captured by the Driver.
waitUntil
This method will wait for any given condition to be true. It takes in Selenium WebDrivers ExpectedCondition<Boolean> object as parameter.
