Uses of Interface
at.willhaben.willtest.config.SeleniumProvider
-
Packages that use SeleniumProvider Package Description at.willhaben.willtest.config at.willhaben.willtest.rule -
-
Uses of SeleniumProvider in at.willhaben.willtest.config
Classes in at.willhaben.willtest.config with type parameters of type SeleniumProvider Modifier and Type Interface Description interfaceSeleniumProvider<P extends SeleniumProvider,D extends org.openqa.selenium.WebDriver>Deprecated.Methods in at.willhaben.willtest.config with type parameters of type SeleniumProvider Modifier and Type Method Description <T extends SeleniumProvider<T,D>>
TTimeoutsConfigurationParticipant. addTo(T seleniumProvider)Deprecated.Adds this configurator to the givenSeleniumProvider -
Uses of SeleniumProvider in at.willhaben.willtest.rule
Classes in at.willhaben.willtest.rule with type parameters of type SeleniumProvider Modifier and Type Class Description classAbstractSeleniumProvider<P extends SeleniumProvider<P,D>,D extends org.openqa.selenium.WebDriver>Deprecated.classWebDriverLog<P extends SeleniumProvider<P,D>,D extends org.openqa.selenium.WebDriver>Deprecated.Classes in at.willhaben.willtest.rule that implement SeleniumProvider Modifier and Type Class Description classAbstractFirefoxProvider<P extends AbstractFirefoxProvider<P,D>,D extends org.openqa.selenium.WebDriver>Deprecated.classAbstractSeleniumProvider<P extends SeleniumProvider<P,D>,D extends org.openqa.selenium.WebDriver>Deprecated.classLocalFirefoxProviderDeprecated.classSeleniumHubFirefoxProviderDeprecated.Constructors in at.willhaben.willtest.rule with parameters of type SeleniumProvider Constructor Description JavascriptAlert(SeleniumProvider seleniumProvider)PageSource(SeleniumProvider seleniumProvider)ScreenshotRule(SeleniumProvider seleniumProvider)Deprecated.WebDriverLog(SeleniumProvider<P,D> seleniumProvider)Deprecated.
-