public class AnnotationsPane extends BaseElement
Constructor and Description |
---|
AnnotationsPane() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkIfShowAnnotationsCheckboxExists()
Checks if the checkBox within AnnotationsPane is visible
|
void |
clickHideAnnotations()
Un-Checks the "Show Annotations" checkbox.
|
void |
clickShowAnnotations()
Checks the "Show Annotations" check box.
|
void |
hideAnnotationsPane()
Hides the annotations pane from the top of the page
|
boolean |
isDisplayed() |
void |
showAnnotationsPane()
Shows the annotations pane from the top of the page.
|
void |
showAnnotationsPane(boolean wait)
Show the annotation settings pane from the top of the page.
|
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public void showAnnotationsPane()
public void showAnnotationsPane(boolean wait)
wait
- whether to wait for the pane to be visible or notpublic void hideAnnotationsPane()
public void clickShowAnnotations()
public void clickHideAnnotations()
public boolean checkIfShowAnnotationsCheckboxExists()
public boolean isDisplayed()
true
if the annotation settings pane is displayed, false
otherwiseCopyright © 2004–2021 XWiki. All rights reserved.