Package | Description |
---|---|
net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
Modifier and Type | Class and Description |
---|---|
class |
DeactivatedCloseBrowser |
class |
TestSuiteCloseBrowser |
class |
WebdriverCloseBrowser |
Modifier and Type | Method and Description |
---|---|
CloseBrowser |
CloseBrowser.forTestSuite(Class<?> testSuite) |
CloseBrowser |
WebdriverCloseBrowser.forTestSuite(Class<?> testSuite) |
CloseBrowser |
DeactivatedCloseBrowser.forTestSuite(Class<?> testSuite) |
Constructor and Description |
---|
WebDriverFactory(EnvironmentVariables environmentVariables,
FixtureProviderService fixtureProviderService,
TimeoutStack timeoutStack,
CloseBrowser closeBrowser) |
Copyright © 2022. All rights reserved.