com.atlassian.confluence.webdriver.pageobjects.page.ConfluenceAbstractPage instead from
 maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public abstract class ConfluenceAbstractPage extends Object implements com.atlassian.pageobjects.Page
| Modifier and Type | Field and Description | 
|---|---|
| protected com.atlassian.webdriver.AtlassianWebDriver | driverDeprecated.  | 
| protected JavascriptTimedQueryFactory | jsQueryFactoryDeprecated.  | 
| protected com.atlassian.pageobjects.PageBinder | pageBinderDeprecated.  | 
| protected com.atlassian.pageobjects.elements.PageElementFinder | pageElementFinderDeprecated.  | 
| protected com.atlassian.pageobjects.elements.PageElement | serverPerformanceDeprecated.  | 
| protected com.atlassian.pageobjects.elements.timeout.Timeouts | timeoutsDeprecated.  | 
| protected com.atlassian.webdriver.waiter.Waiter | waiterDeprecated.  | 
| protected com.atlassian.pageobjects.elements.query.Poller.WaitTimeout | waitTimeoutDeprecated.  | 
| Constructor and Description | 
|---|
| ConfluenceAbstractPage()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| <P> P | back(Class<P> pageClass,
    Object... args)Deprecated.  | 
| void | doWait()Deprecated.  | 
| org.openqa.selenium.Alert | getAlert()Deprecated.  Waits until an alert is triggered in the browser | 
| <M extends PageComponent> | getComponent(Class<M> componentClass,
            Object... args)Deprecated.  This method is used to retrieve elements that are added via a plugin. | 
| ConfluenceHeader | getHeader()Deprecated.  | 
| ConfluenceMainHeader | getMainHeader()Deprecated.  | 
| String | getMetadata(String name)Deprecated.  | 
| long | getMetadataLong(String name)Deprecated.  | 
| boolean | isDarkFeatureEnabled(String darkFeatureId)Deprecated.  | 
| ToolsMenu | openToolsMenu()Deprecated.  | 
| static void | setSetupComplete(boolean setupComplete)Deprecated.  | 
| String | toString()Deprecated.  | 
@Inject protected com.atlassian.webdriver.AtlassianWebDriver driver
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.webdriver.waiter.Waiter waiter
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
@Inject protected JavascriptTimedQueryFactory jsQueryFactory
protected com.atlassian.pageobjects.elements.PageElement serverPerformance
protected final com.atlassian.pageobjects.elements.query.Poller.WaitTimeout waitTimeout
public ToolsMenu openToolsMenu()
@Deprecated public void doWait()
@Deprecated public static void setSetupComplete(boolean setupComplete)
public ConfluenceHeader getHeader()
public ConfluenceMainHeader getMainHeader()
public org.openqa.selenium.Alert getAlert()
public <M extends PageComponent> M getComponent(Class<M> componentClass, Object... args)
M - a PageComponent objectcomponentClass - the class of the componentargs - any arguments needed to construct the component objectpublic boolean isDarkFeatureEnabled(String darkFeatureId)
public long getMetadataLong(String name)
Copyright © 2003–2022 Atlassian. All rights reserved.