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. UseLoadContentPage
instead 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, javascriptExecutor, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description LoadContentPage()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
doWait()
Deprecated.String
getUrl()
Deprecated.SelectUserManagementPage
selectEmptySite()
Deprecated.SelectUserManagementPage
selectExampleSite()
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:
doWait
in classConfluenceAbstractPage
-
-