Class ListPageTemplates
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.space.ListPageTemplates
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class ListPageTemplates extends ConfluenceAbstractPage
Deprecated.in 5.8. UseListPageTemplates
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
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 ListPageTemplates(Space space)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getUrl()
Deprecated.ViewPageTemplate
view(String templateName)
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
-
-
-
-
Constructor Detail
-
ListPageTemplates
public ListPageTemplates(Space space)
Deprecated.
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.
-
view
public ViewPageTemplate view(String templateName)
Deprecated.
-
-