Class LoadContentPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.setup.LoadContentPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class LoadContentPage extends ConfluenceAbstractPage
Deprecated.in 5.8. UseLoadContentPageinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.A setup page that gives the user the choice of importing content.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description LoadContentPage()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddoWait()Deprecated.StringgetUrl()Deprecated.SelectUserManagementPageselectEmptySite()Deprecated.SelectUserManagementPageselectExampleSite()Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.
-
selectEmptySite
public SelectUserManagementPage selectEmptySite()
Deprecated.
-
selectExampleSite
public SelectUserManagementPage selectExampleSite()
Deprecated.
-
doWait
public void doWait()
Deprecated.- Overrides:
doWaitin classConfluenceAbstractPage
-
-