Uses of Interface
at.willhaben.willtest.config.WebDriverConfigurationParticipant
-
Packages that use WebDriverConfigurationParticipant Package Description at.willhaben.willtest.config at.willhaben.willtest.rule -
-
Uses of WebDriverConfigurationParticipant in at.willhaben.willtest.config
Classes in at.willhaben.willtest.config that implement WebDriverConfigurationParticipant Modifier and Type Class Description classDefaultFirefoxConfigurationParticipant<D extends org.openqa.selenium.WebDriver>Deprecated.classElementScrollBehaviourConfigurator<D extends org.openqa.selenium.WebDriver>Deprecated.classFileDetectorConfigurator<D extends org.openqa.selenium.WebDriver>Deprecated.classTimeoutsConfigurationParticipant<D extends org.openqa.selenium.WebDriver>Deprecated.Methods in at.willhaben.willtest.config with parameters of type WebDriverConfigurationParticipant Modifier and Type Method Description PSeleniumProvider. addWebDriverConfigurationParticipant(WebDriverConfigurationParticipant<D> webDriverConfigurationParticipant)Deprecated.After creating a newWebDriverinstance, aSeleniumProviderimplementation should pass that instance to allWebDriverConfigurationParticipantto let them adjust it. -
Uses of WebDriverConfigurationParticipant in at.willhaben.willtest.rule
Classes in at.willhaben.willtest.rule that implement WebDriverConfigurationParticipant Modifier and Type Class Description classWebDriverLog<P extends SeleniumProvider<P,D>,D extends org.openqa.selenium.WebDriver>Deprecated.Methods in at.willhaben.willtest.rule with parameters of type WebDriverConfigurationParticipant Modifier and Type Method Description PAbstractSeleniumProvider. addWebDriverConfigurationParticipant(WebDriverConfigurationParticipant<D> webDriverConfigurationParticipant)Deprecated.
-