Class EditorPreview
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.content.EditorPreview
-
@Deprecated public class EditorPreview extends Object
Deprecated.in 5.8. UseEditorPreviewinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Represents just the preview screen of anEditor.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEDITOR_PREVIEW_IFRAME_IDDeprecated.protected ConfluenceFrameExecutorframeExecutorDeprecated.protected com.atlassian.pageobjects.elements.timeout.TimeoutstimeoutsDeprecated.
-
Constructor Summary
Constructors Constructor Description EditorPreview()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>containsContent(String expectedContent)Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isCloseLinkDisabled()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isEditButtonVisible()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isLoaded()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isPreviewButtonVisible()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisSpinnerVisible()Deprecated.voidwaitUntilLoaded()Deprecated.
-
-
-
Field Detail
-
EDITOR_PREVIEW_IFRAME_ID
public static final String EDITOR_PREVIEW_IFRAME_ID
Deprecated.- See Also:
- Constant Field Values
-
timeouts
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
Deprecated.
-
frameExecutor
@Inject protected ConfluenceFrameExecutor frameExecutor
Deprecated.
-
-
Method Detail
-
waitUntilLoaded
public void waitUntilLoaded()
Deprecated.
-
containsContent
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> containsContent(String expectedContent)
Deprecated.
-
isLoaded
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isLoaded()
Deprecated.
-
isSpinnerVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isSpinnerVisible()
Deprecated.
-
isPreviewButtonVisible
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPreviewButtonVisible()
Deprecated.
-
isCloseLinkDisabled
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isCloseLinkDisabled()
Deprecated.
-
isEditButtonVisible
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isEditButtonVisible()
Deprecated.
-
-