Uses of Class
dev.aherscu.qa.jgiven.commons.utils.WebDriverEx
-
Packages that use WebDriverEx Package Description dev.aherscu.qa.jgiven.commons.utils -
-
Uses of WebDriverEx in dev.aherscu.qa.jgiven.commons.utils
Methods in dev.aherscu.qa.jgiven.commons.utils that return WebDriverEx Modifier and Type Method Description static WebDriverEx
WebDriverEx. from(org.openqa.selenium.Capabilities capabilities)
Attempts to initialize a Web driver with specified capabilities.Methods in dev.aherscu.qa.jgiven.commons.utils with parameters of type WebDriverEx Modifier and Type Method Description protected void
StageEx. attachScreenshot(WebDriverEx driver)
Zero delay screenshot.protected void
StageEx. attachScreenshot(WebDriverEx driver, long delayMs)
Delayed screenshot.
-