|
Deprecated Methods |
com.atlassian.webdriver.AtlassianWebDriver.dumpSourceTo(File)
use WebDriverDebug.dumpSourceTo(File) |
com.atlassian.webdriver.AtlassianWebDriver.elementExists(By)
use Check.elementExists(By, SearchContext) instead |
com.atlassian.webdriver.AtlassianWebDriver.elementExistsAt(By, SearchContext)
use Check.elementExists(By, SearchContext) instead |
com.atlassian.webdriver.AtlassianWebDriver.elementIsVisible(By)
use Check.elementIsVisible(By, SearchContext) instead |
com.atlassian.webdriver.AtlassianWebDriver.elementIsVisibleAt(By, SearchContext)
use Check.elementIsVisible(By, SearchContext) instead |
com.atlassian.selenium.visualcomparison.VisualComparableClient.evaluate(String)
You should use VisualComparableClient.execute(String, Object...) instead. |
com.atlassian.webdriver.jira.component.dashboard.GadgetView.getValue()
Use WebElement.getAttribute(String) |
com.atlassian.pageobjects.binder.InjectPageBinder.injector()
take advantage of InjectionContext API instead. Scheduled for removal in 3.0 |
com.atlassian.webdriver.utils.JavaScriptUtils.innerHtml(WebElement, WebDriver)
Use WebElementUtil.getInnerHtml(WebElement, WebDriver) |
com.atlassian.pageobjects.elements.WebDriverLocatable.isPresent(WebDriver, int)
use WebDriverLocatable.isPresent(WebDriver, WebDriverLocatable.LocateTimeout) instead. Scheduled for removal
in 3.0 |
com.atlassian.webdriver.jira.component.dashboard.GadgetView.setSelected()
Use WebElement.click() |
com.atlassian.webdriver.AtlassianWebDriver.takeScreenshotTo(File)
use WebDriverDebug.takeScreenshotTo(File) |
com.atlassian.webdriver.jira.component.dashboard.GadgetView.toggle()
Use WebElement.click() |
com.atlassian.webdriver.AtlassianWebDriver.waitUntil(Function)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntil(Function, int)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsLocated(By)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsLocatedAt(By, SearchContext)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsNotLocated(By)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsNotLocatedAt(By, SearchContext)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsNotVisible(By)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsNotVisibleAt(By, SearchContext)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsVisible(By)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.webdriver.AtlassianWebDriver.waitUntilElementIsVisibleAt(By, SearchContext)
use WebDriverPoller instead. For more sophisticated
polling/waiting toolkit, check the PageElement API in the atlassian-pageobjects-elements module. |
com.atlassian.pageobjects.elements.WebDriverLocatable.waitUntilLocated(WebDriver, int)
use WebDriverLocatable.waitUntilLocated(WebDriver, WebDriverLocatable.LocateTimeout) instead. Scheduled for
removal in 3.0 |