Class CopySpacePage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.space.CopySpacePage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class CopySpacePage extends ConfluenceAbstractPage
Deprecated.in 5.8. UseCopySpacePage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description com.atlassian.pageobjects.elements.PageElement
newKey
Deprecated.com.atlassian.pageobjects.elements.PageElement
newName
Deprecated.com.atlassian.pageobjects.elements.PageElement
submitButton
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description CopySpacePage(Space space)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
copySpace(String name, String key)
Deprecated.String
getUrl()
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
-
CopySpacePage
public CopySpacePage(Space space)
Deprecated.
-
-