org.xwiki.annotation.test.po
Class AnnotationsWindow
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.annotation.test.po.AnnotationsWindow
public class AnnotationsWindow
- extends BaseElement
Represents the Annotation window that appears when selecting a text and pressing CTRL+M.
- Since:
- 4.2M1
- Version:
- $Id: 7f99168d2a6f85b982cceb0478caf4d818029351 $
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationsWindow
public AnnotationsWindow()
enterAnnotationText
public void enterAnnotationText(String annotationText)
clickSaveAnnotation
public void clickSaveAnnotation()
clickCancelAnnotation
public void clickCancelAnnotation()
addAnnotation
public void addAnnotation(String annotationText)
Copyright © 2004-2013 XWiki. All Rights Reserved.