Class SeleniumGenericDriverInitAction
java.lang.Object
com.chutneytesting.action.selenium.driver.AbstractSeleniumDriverInitAction
com.chutneytesting.action.selenium.driver.SeleniumGenericDriverInitAction
- All Implemented Interfaces:
Action
-
Field Summary
Fields inherited from class com.chutneytesting.action.selenium.driver.AbstractSeleniumDriverInitAction
browserPath, driverPath, headless, logger -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSeleniumGenericDriverInitAction(FinallyActionRegistry finallyActionRegistry, Logger logger, String hubUrl, String seleniumConfigurationAsJson) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.openqa.selenium.MutableCapabilitiesprotected Class<?>protected org.openqa.selenium.WebDriverlocalWebDriver(org.openqa.selenium.Capabilities capabilities) Methods inherited from class com.chutneytesting.action.selenium.driver.AbstractSeleniumDriverInitAction
execute, validateInputs
-
Constructor Details
-
SeleniumGenericDriverInitAction
-
-
Method Details
-
buildOptions
protected org.openqa.selenium.MutableCapabilities buildOptions()- Specified by:
buildOptionsin classAbstractSeleniumDriverInitAction
-
localWebDriver
protected org.openqa.selenium.WebDriver localWebDriver(org.openqa.selenium.Capabilities capabilities) - Specified by:
localWebDriverin classAbstractSeleniumDriverInitAction
-
getChildClass
- Specified by:
getChildClassin classAbstractSeleniumDriverInitAction
-