Class WatchDialog
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
-
- com.atlassian.confluence.pageobjects.page.content.WatchDialog
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class WatchDialog extends AbstractDialog
Deprecated.in 5.8. UseWatchDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.a page object for the watch menu/dialog.- Since:
- 5.2
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
Constructor Summary
Constructors Constructor Description WatchDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WatchDialog
open()
Deprecated.void
togglePageWatch()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getTitle, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
-
-
-
Method Detail
-
open
public WatchDialog open()
Deprecated.
-
togglePageWatch
public void togglePageWatch()
Deprecated.
-
-