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