com.atlassian.confluence.webdriver.pageobjects.page.content.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_ID
Deprecated.
|
protected ConfluenceFrameExecutor |
frameExecutor
Deprecated.
|
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts
Deprecated.
|
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–2020 Atlassian. All rights reserved.