Package org.xwiki.test.ui.po
Class DocumentSyntaxPicker
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.DocumentSyntaxPicker
-
public class DocumentSyntaxPicker extends BaseElement
Represents the syntax picker used to change the syntax of a document.- Since:
- 12.6.3, 12.9RC1
- Version:
- $Id: ad61a9e2a46071d4ee3a5c4de92100991acad839 $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DocumentSyntaxPicker.SyntaxConversionConfirmationModal
-
Constructor Summary
Constructors Constructor Description DocumentSyntaxPicker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAvailableSyntaxes()
String
getSelectedSyntax()
DocumentSyntaxPicker.SyntaxConversionConfirmationModal
selectSyntaxById(String syntaxId)
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getSelectedSyntax
public String getSelectedSyntax()
-
selectSyntaxById
public DocumentSyntaxPicker.SyntaxConversionConfirmationModal selectSyntaxById(String syntaxId)
-
-