Class WikiMarkupDialog
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.selenium3.component.dialog.AbstractDialog
-
- com.atlassian.confluence.pageobjects.selenium3.component.dialog.Dialog
-
- com.atlassian.confluence.pageobjects.selenium3.component.dialog.WikiMarkupDialog
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class WikiMarkupDialog extends Dialog
Deprecated.in 5.8. UseWikiMarkupDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WikiMarkupDialog.MarkupRenderer
Deprecated.
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.dialog.AbstractDialog
id
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description WikiMarkupDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clickCancel()
Deprecated.Clicks the 'Cancel' link (anything in the dialog with a "button-panel-cancel-link" class.void
clickInsert()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>
getContent()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>
getElementCssInsidePreview(String elementSelector, String css)
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>
getPreviewHtml()
Deprecated.Gets the trimmed version of the preview dialog content.WikiMarkupDialog
setWikiMarkup(String wikiMarkup)
Deprecated.void
switchRenderer(WikiMarkupDialog.MarkupRenderer renderer)
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.selenium3.component.dialog.Dialog
clickButton, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle
-
Methods inherited from class com.atlassian.confluence.pageobjects.selenium3.component.dialog.AbstractDialog
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
-
-
-
Method Detail
-
setWikiMarkup
public WikiMarkupDialog setWikiMarkup(String wikiMarkup)
Deprecated.
-
switchRenderer
public void switchRenderer(WikiMarkupDialog.MarkupRenderer renderer)
Deprecated.
-
getContent
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getContent()
Deprecated.
-
getElementCssInsidePreview
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getElementCssInsidePreview(String elementSelector, String css)
Deprecated.
-
getPreviewHtml
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getPreviewHtml()
Deprecated.Gets the trimmed version of the preview dialog content.
-
clickInsert
public void clickInsert()
Deprecated.
-
clickCancel
public void clickCancel()
Deprecated.Description copied from class:Dialog
Clicks the 'Cancel' link (anything in the dialog with a "button-panel-cancel-link" class.Fails if link does not exist.
- Overrides:
clickCancel
in classDialog
-
-