Class SeleniumFirefoxDriverInitAction
java.lang.Object
fr.enedis.chutney.action.selenium.driver.AbstractSeleniumDriverInitAction
fr.enedis.chutney.action.selenium.driver.SeleniumFirefoxDriverInitAction
- 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
ConstructorsConstructorDescriptionSeleniumFirefoxDriverInitAction(fr.enedis.chutney.action.spi.injectable.FinallyActionRegistry finallyActionRegistry, fr.enedis.chutney.action.spi.injectable.Logger logger, String hubUrl, Boolean headless, String driverPath, String browserPath, String firefoxProfile, Map<String, String> firefoxPreferences) -
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
-
SeleniumFirefoxDriverInitAction
public SeleniumFirefoxDriverInitAction(fr.enedis.chutney.action.spi.injectable.FinallyActionRegistry finallyActionRegistry, fr.enedis.chutney.action.spi.injectable.Logger logger, @Input("hub") String hubUrl, @Input("headless") Boolean headless, @Input("driverPath") String driverPath, @Input("browserPath") String browserPath, @Input("firefoxProfile") String firefoxProfile, @Input("firefoxPreferences") Map<String, String> firefoxPreferences)
-
-
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
-