org.xwiki.test.ui.po.editor.wysiwyg
Class AttachedImageSelectPane

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.editor.wysiwyg.WizardStepElement
          extended by org.xwiki.test.ui.po.editor.wysiwyg.AttachedImageSelectPane

public class AttachedImageSelectPane
extends WizardStepElement

Models the image selection wizard step that is accessible when inserting or editing an attached image with the WYSIWYG content editor.

Since:
3.2M3
Version:
$Id: 339920f4538ae96f1c7bdd5326f2e2b36f5fa679 $

Constructor Summary
AttachedImageSelectPane()
           
 
Method Summary
 CurrentPageImageSelectPane selectFromCurrentPage()
          Selects the tab that lists the images attached to the current page.
 AttachedImageSelectPane waitToLoad()
          Waits for this wizard step to load.
 
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

AttachedImageSelectPane

public AttachedImageSelectPane()
Method Detail

waitToLoad

public AttachedImageSelectPane waitToLoad()
Description copied from class: WizardStepElement
Waits for this wizard step to load.

Overrides:
waitToLoad in class WizardStepElement
Returns:
a reference to this wizard step for easy method chaining

selectFromCurrentPage

public CurrentPageImageSelectPane selectFromCurrentPage()
Selects the tab that lists the images attached to the current page.

Returns:
the pane used to select an image from those attached to the edited page


Copyright © 2004-2013 XWiki. All Rights Reserved.