Class MacroBrowserPreview
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.dialog.MacroBrowserPreview
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class MacroBrowserPreview extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseMacroBrowserPreviewinstead 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.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
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.PageElementfind(org.openqa.selenium.By locator)Deprecated.StringgetText()Deprecated.
-
-
-
Method Detail
-
getText
public String getText()
Deprecated.
-
find
public com.atlassian.pageobjects.elements.PageElement find(org.openqa.selenium.By locator)
Deprecated.
-
-