Uses of Interface
net.thucydides.core.webdriver.WebdriverManager
Packages that use WebdriverManager
Package
Description
Core domain model for the Serenity application.
Thucydides annotations.
Base class to be used when writing a library of resuable test steps.
Manage WebDriver instances, and knowing what WebDriver types are supported.
-
Uses of WebdriverManager in net.serenitybdd.core
Methods in net.serenitybdd.core that return WebdriverManager -
Uses of WebdriverManager in net.thucydides.core.annotations
Methods in net.thucydides.core.annotations with parameters of type WebdriverManagerModifier and TypeMethodDescriptionvoidTestCaseAnnotations.injectDrivers(WebdriverManager webdriverManager) voidTestCaseAnnotations.injectDrivers(org.openqa.selenium.WebDriver defaultDriver, WebdriverManager webdriverManager) -
Uses of WebdriverManager in net.thucydides.core.steps
Constructors in net.thucydides.core.steps with parameters of type WebdriverManagerModifierConstructorDescriptionBaseStepListener(File outputDirectory, WebdriverManager webdriverManager) -
Uses of WebdriverManager in net.thucydides.core.webdriver
Classes in net.thucydides.core.webdriver that implement WebdriverManagerMethods in net.thucydides.core.webdriver that return WebdriverManagerModifier and TypeMethodDescriptionstatic WebdriverManagerThucydidesWebDriverSupport.getWebdriverManager()static WebdriverManagerThucydidesWebDriverSupport.getWebdriverManager(WebDriverFactory webDriverFactory, DriverConfiguration configuration) SerenityWebdriverManager.withOptions(String driverOptions) WebdriverManager.withOptions(String driverOptions) SerenityWebdriverManager.withProperty(String property, String value) WebdriverManager.withProperty(String property, String value) Methods in net.thucydides.core.webdriver with parameters of type WebdriverManagerModifier and TypeMethodDescriptionstatic voidThucydidesWebDriverSupport.initialize(WebdriverManager webdriverManager, String requestedDriver) Constructors in net.thucydides.core.webdriver with parameters of type WebdriverManagerModifierConstructorDescriptionWebdriverContext(WebdriverManager webdriverManager, String context)