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

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.CurrentPageImageSelectPane

public class CurrentPageImageSelectPane
extends WizardStepElement

Models the wizard step that allows us to select an image from those attached to the selected page. This wizard step is aggregated by the image selection wizard step which is accessible when inserting or editing an image with the WYSIWYG content editor.

Since:
3.2M3
Version:
$Id: 5ea19d03fa8bc16e93dcd15c8d57c3d8e23ecf36 $

Constructor Summary
CurrentPageImageSelectPane()
           
 
Method Summary
 UploadImagePane uploadImage()
          Moves forward to the upload image wizard step.
 CurrentPageImageSelectPane 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

CurrentPageImageSelectPane

public CurrentPageImageSelectPane()
Method Detail

waitToLoad

public CurrentPageImageSelectPane 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

uploadImage

public UploadImagePane uploadImage()
Moves forward to the upload image wizard step.

Returns:
the pane used to upload a new image to the selected document


Copyright © 2004-2013 XWiki. All Rights Reserved.