Class AbstractSeleniumDriverInitAction
java.lang.Object
com.chutneytesting.action.selenium.driver.AbstractSeleniumDriverInitAction
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
SeleniumChromeDriverInitAction,SeleniumFirefoxDriverInitAction,SeleniumGenericDriverInitAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSeleniumDriverInitAction(FinallyActionRegistry finallyActionRegistry, Logger logger, String hubUrl, Boolean headless, String driverPath, String browserPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.openqa.selenium.MutableCapabilitiesexecute()protected abstract Class<?>protected abstract org.openqa.selenium.WebDriverlocalWebDriver(org.openqa.selenium.Capabilities capabilities)
-
Field Details
-
logger
-
headless
-
driverPath
-
browserPath
-
-
Constructor Details
-
AbstractSeleniumDriverInitAction
-
-
Method Details
-
buildOptions
protected abstract org.openqa.selenium.MutableCapabilities buildOptions() -
localWebDriver
protected abstract org.openqa.selenium.WebDriver localWebDriver(org.openqa.selenium.Capabilities capabilities) -
getChildClass
-
validateInputs
- Specified by:
validateInputsin interfaceAction
-
execute
-