Class ImageDialogUrlSelectForm
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.ckeditor.test.po.image.select.ImageDialogUrlSelectForm
-
public class ImageDialogUrlSelectForm extends BaseElement
Page object for the url selection form of the image dialog.- Since:
- 15.2RC1, 14.10.7
- Version:
- $Id: ecd4659a22d9ee676f2a858a9099cbb35af54ccd $
-
-
Constructor Summary
Constructors Constructor Description ImageDialogUrlSelectForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUrlValue(String url)
Set the value of the url field.-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
setUrlValue
public void setUrlValue(String url)
Set the value of the url field.- Parameters:
url
- the url to set
-
-