Class MacroBrowserPreview
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.selenium3.component.dialog.MacroBrowserPreview
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class MacroBrowserPreview extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseMacroBrowserPreview
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Provides methods for viewing the content of the preview iframe of the Macro Browser.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description MacroBrowserPreview(com.atlassian.pageobjects.elements.PageElement iframe)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
find(org.openqa.selenium.By locator)
Deprecated.String
getText()
Deprecated.
-
-
-
Method Detail
-
getText
public String getText()
Deprecated.
-
find
public com.atlassian.pageobjects.elements.PageElement find(org.openqa.selenium.By locator)
Deprecated.
-
-