| Package and Description |
|---|
| com.atlassian.webdriver.waiter |
| Interface and Description |
|---|
| com.atlassian.webdriver.AtlassianWebDriver
scheduled for removal in 3.0. See particular methods for references to replacing functionality.
|
| Class and Description |
|---|
| com.atlassian.webdriver.AtlassianWebDriverTestBase
This class is no longer necessary as most of its functionality is provided
by the JUnit rules in
com.atlassian.webdriver.testing.rule
Scheduled for removal in 3.0 |
| com.atlassian.pageobjects.util.BrowserUtil
it is now possible to inject
BrowserAware, or even Browser directly into your page
objects/tests. Scheduled for removal in 3.0 |
| com.atlassian.webdriver.utils.SkipInBrowserUtil |
| com.atlassian.webdriver.testing.rule.TestBrowserRule
Use
IgnoreBrowserRule instead, which handles all browser-related
annotations. |
| Annotation Type and Description |
|---|
| com.atlassian.webdriver.testing.annotation.IgnoreBrowser
use
IgnoreBrowser instead. Scheduled for removal in 3.0 |
| com.atlassian.webdriver.utils.SkipInBrowser |
| com.atlassian.webdriver.testing.annotation.TestBrowser
use
RequireBrowser instead. Scheduled for removal in 3.0 |
| Constructor and Description |
|---|
| com.atlassian.webdriver.testing.rule.IgnoreBrowserRule()
use explicit browser/supplier, or get an instance of this rule using the page binder framework. Scheduled
for removal in 3.0
|
| com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule(Supplier<? extends WebDriver>, File)
Will be removed in version 3.0; instead, use one of the other constructors to set the driver,
then call
WebDriverScreenshotRule.artifactDir(File) |
Copyright © 2015 Atlassian. All rights reserved.