EditorPreview instead from
 maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public class EditorPreview extends Object
Editor.| Modifier and Type | Field and Description | 
|---|---|
| static String | EDITOR_PREVIEW_IFRAME_IDDeprecated.  | 
| protected ConfluenceFrameExecutor | frameExecutorDeprecated.  | 
| protected com.atlassian.pageobjects.elements.timeout.Timeouts | timeoutsDeprecated.  | 
| Constructor and Description | 
|---|
| EditorPreview()Deprecated.  | 
| Modifier and Type | Method and 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.  | 
public static final String EDITOR_PREVIEW_IFRAME_ID
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
@Inject protected ConfluenceFrameExecutor frameExecutor
public void waitUntilLoaded()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> containsContent(String expectedContent)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isLoaded()
public com.atlassian.pageobjects.elements.query.TimedCondition isSpinnerVisible()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPreviewButtonVisible()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isCloseLinkDisabled()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isEditButtonVisible()
Copyright © 2003–2018 Atlassian. All rights reserved.