com.atlassian.confluence.pageobjects.page.content
Class EditorPreview

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.content.EditorPreview

public class EditorPreview
extends java.lang.Object

Represents just the preview screen of an Editor.


Field Summary
static java.lang.String EDITOR_PREVIEW_IFRAME_ID
           
protected  ConfluenceFrameExecutor frameExecutor
           
protected  com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
           
 
Constructor Summary
EditorPreview()
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> containsContent(java.lang.String expectedContent)
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isEditButtonVisible()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isLoaded()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isPreviewButtonVisible()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isSpinnerVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDITOR_PREVIEW_IFRAME_ID

public static final java.lang.String EDITOR_PREVIEW_IFRAME_ID
See Also:
Constant Field Values

timeouts

@Inject
protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts

frameExecutor

@Inject
protected ConfluenceFrameExecutor frameExecutor
Constructor Detail

EditorPreview

public EditorPreview()
Method Detail

containsContent

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> containsContent(java.lang.String expectedContent)

isLoaded

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isLoaded()

isSpinnerVisible

public com.atlassian.pageobjects.elements.query.TimedCondition isSpinnerVisible()

isPreviewButtonVisible

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isPreviewButtonVisible()

isEditButtonVisible

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isEditButtonVisible()


Copyright © 2003-2014 Atlassian. All Rights Reserved.