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. UseCopySpacePageinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description com.atlassian.pageobjects.elements.PageElementnewKeyDeprecated.com.atlassian.pageobjects.elements.PageElementnewNameDeprecated.com.atlassian.pageobjects.elements.PageElementsubmitButtonDeprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, 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 voidcopySpace(String name, String key)Deprecated.StringgetUrl()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.
-
-