org.xwiki.annotation.test.po
Class AnnotationsWindow

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by 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 $

Constructor Summary
AnnotationsWindow()
           
 
Method Summary
 void addAnnotation(String annotationText)
           
 void clickCancelAnnotation()
           
 void clickSaveAnnotation()
           
 void enterAnnotationText(String annotationText)
           
 
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
 

Constructor Detail

AnnotationsWindow

public AnnotationsWindow()
Method Detail

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.