Class CreateDialog
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
-
- com.atlassian.confluence.pageobjects.component.dialog.CreateDialog
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class CreateDialog extends AbstractDialog
Deprecated.in 5.8. UseCreateDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.This Dialog handles the Create Dialog which is used for blueprints and templates
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description CreateDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EditContentPage
addBlankPage()
Deprecated.com.atlassian.pageobjects.elements.PageElement
waitForBlueprint(String blueprintKey)
Deprecated.Wait for the existence of the specified blueprint in the create dialog.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getTitle, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
-
-
-
Method Detail
-
addBlankPage
public EditContentPage addBlankPage()
Deprecated.
-
waitForBlueprint
public com.atlassian.pageobjects.elements.PageElement waitForBlueprint(String blueprintKey)
Deprecated.Wait for the existence of the specified blueprint in the create dialog.- Parameters:
blueprintKey
- the complete module key of the blueprint- Returns:
- the page element representing the blueprint option
-
-