Uses of Interface
com.github.searls.jasmine.config.WebDriverConfiguration
-
Packages that use WebDriverConfiguration Package Description com.github.searls.jasmine.config com.github.searls.jasmine.driver -
-
Uses of WebDriverConfiguration in com.github.searls.jasmine.config
Classes in com.github.searls.jasmine.config that implement WebDriverConfiguration Modifier and Type Class Description classImmutableWebDriverConfigurationImmutable implementation ofWebDriverConfiguration.Methods in com.github.searls.jasmine.config with parameters of type WebDriverConfiguration Modifier and Type Method Description static ImmutableWebDriverConfigurationImmutableWebDriverConfiguration. copyOf(WebDriverConfiguration instance)Creates an immutable copy of aWebDriverConfigurationvalue.ImmutableWebDriverConfiguration.BuilderImmutableWebDriverConfiguration.Builder. from(WebDriverConfiguration instance)Fill a builder with attribute values from the providedWebDriverConfigurationinstance. -
Uses of WebDriverConfiguration in com.github.searls.jasmine.driver
Methods in com.github.searls.jasmine.driver with parameters of type WebDriverConfiguration Modifier and Type Method Description org.openqa.selenium.WebDriverWebDriverFactory. createWebDriver(WebDriverConfiguration config)
-