Class ConfluenceAbstractPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Direct Known Subclasses:
AbstractEditorPage
,AbstractEditStylesheetPage
,AbstractSpaceExport
,AbstractViewPage
,ConfigureDatabaseConnectionPage
,ConfigureDatabasePage
,ConfigureDatasourcePage
,ConfluenceAdminHomePage
,ConfluenceForgotPasswordPage
,ConfluenceLoginPage
,ConfluenceSignupPage
,CopySpacePage
,CreatePageTemplate
,DashboardPage
,DatabaseTypePage
,DraftsPage
,EditRestrictedPage
,EditSecurityConfigurationPage
,EditSpacesConfigurationPage
,EditUserEditorSettingsPage
,EditUserProfilePage
,ExternalGadgetsPage
,LicensePage
,ListPageTemplates
,LoadContentPage
,PageTemplateWizard
,PeopleDirectoryPage
,PopMailConfigPage
,SearchIndexesPage
,SearchResultPage
,SelectUserManagementPage
,SetupCompletePage
,SetupSystemAdministratorPage
,SpaceExportTree
,StartSetupPage
,ViewGlobalStylesheetPage
,ViewMailServersPage
,ViewPageTemplate
,ViewProfilePage
,ViewRestrictedPage
,ViewSpacesConfigurationPage
,ViewSpaceTrashPage
,ViewUserProfilePage
,ViewUserSettingsPage
@Deprecated public abstract class ConfluenceAbstractPage extends Object implements com.atlassian.pageobjects.Page
Deprecated.in 5.8. UseConfluenceAbstractPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Base class for all Confluence pages.- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.webdriver.AtlassianWebDriver
driver
Deprecated.protected JavascriptTimedQueryFactory
jsQueryFactory
Deprecated.protected com.atlassian.pageobjects.PageBinder
pageBinder
Deprecated.protected com.atlassian.pageobjects.elements.PageElementFinder
pageElementFinder
Deprecated.protected com.atlassian.pageobjects.elements.PageElement
serverPerformance
Deprecated.protected com.atlassian.pageobjects.elements.timeout.Timeouts
timeouts
Deprecated.protected com.atlassian.webdriver.waiter.Waiter
waiter
Deprecated.protected com.atlassian.pageobjects.elements.query.Poller.WaitTimeout
waitTimeout
Deprecated.
-
Constructor Summary
Constructors Constructor Description ConfluenceAbstractPage()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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>
MgetComponent(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.
-
-
-
Field Detail
-
driver
@Inject protected com.atlassian.webdriver.AtlassianWebDriver driver
Deprecated.
-
pageBinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
Deprecated.
-
waiter
@Inject protected com.atlassian.webdriver.waiter.Waiter waiter
Deprecated.
-
pageElementFinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
Deprecated.
-
timeouts
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
Deprecated.
-
jsQueryFactory
@Inject protected JavascriptTimedQueryFactory jsQueryFactory
Deprecated.
-
serverPerformance
protected com.atlassian.pageobjects.elements.PageElement serverPerformance
Deprecated.
-
waitTimeout
protected final com.atlassian.pageobjects.elements.query.Poller.WaitTimeout waitTimeout
Deprecated.
-
-
Method Detail
-
openToolsMenu
public ToolsMenu openToolsMenu()
Deprecated.
-
doWait
@Deprecated public void doWait()
Deprecated.
-
setSetupComplete
@Deprecated public static void setSetupComplete(boolean setupComplete)
Deprecated.
-
getHeader
public ConfluenceHeader getHeader()
Deprecated.
-
getMainHeader
public ConfluenceMainHeader getMainHeader()
Deprecated.
-
getAlert
public org.openqa.selenium.Alert getAlert()
Deprecated.Waits until an alert is triggered in the browser
-
getComponent
public <M extends PageComponent> M getComponent(Class<M> componentClass, Object... args)
Deprecated.This method is used to retrieve elements that are added via a plugin. This allows page objects to be created that are not part of Confluence's core.- Type Parameters:
M
- a PageComponent object- Parameters:
componentClass
- the class of the componentargs
- any arguments needed to construct the component object- Returns:
- a bound PageComponent object
-
isDarkFeatureEnabled
public boolean isDarkFeatureEnabled(String darkFeatureId)
Deprecated.
-
getMetadataLong
public long getMetadataLong(String name)
Deprecated.
-
-