Class SeleniumGenericDriverInitAction
java.lang.Object
fr.enedis.chutney.action.selenium.driver.AbstractSeleniumDriverInitAction
fr.enedis.chutney.action.selenium.driver.SeleniumGenericDriverInitAction
- All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action
-
Field Summary
Fields inherited from class fr.enedis.chutney.action.selenium.driver.AbstractSeleniumDriverInitAction
browserPath, driverPath, headless, logger -
Constructor Summary
ConstructorsConstructorDescriptionSeleniumGenericDriverInitAction(fr.enedis.chutney.action.spi.injectable.FinallyActionRegistry finallyActionRegistry, fr.enedis.chutney.action.spi.injectable.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 fr.enedis.chutney.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
-