Class EditorPreview
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.content.EditorPreview
-
@Deprecated public class EditorPreview extends Object
Deprecated.in 5.8. UseEditorPreview
instead 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 String
EDITOR_PREVIEW_IFRAME_ID
Deprecated.protected ConfluenceFrameExecutor
frameExecutor
Deprecated.protected com.atlassian.pageobjects.elements.timeout.Timeouts
timeouts
Deprecated.
-
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.TimedCondition
isSpinnerVisible()
Deprecated.void
waitUntilLoaded()
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.
-
-