Uses of Class
org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
Packages that use WYSIWYGEditPage Package Description org.xwiki.test.ui.po org.xwiki.test.ui.po.editor -
-
Uses of WYSIWYGEditPage in org.xwiki.test.ui.po
Methods in org.xwiki.test.ui.po that return WYSIWYGEditPage Modifier and Type Method Description WYSIWYGEditPage
CreateSpacePage. createSpace(String spaceValue)
Deprecated.WYSIWYGEditPage
ViewPage. editSection(int sectionNumber)
WYSIWYGEditPage
BasePage. editWYSIWYG()
Performs a click on the "edit wysiwyg" entry of the content menu.WYSIWYGEditPage
BasePage. useShortcutKeyForWysiwygEditing()
Use keyboard shortcuts to go to WYSIWYG edit page. -
Uses of WYSIWYGEditPage in org.xwiki.test.ui.po.editor
Methods in org.xwiki.test.ui.po.editor that return WYSIWYGEditPage Modifier and Type Method Description static WYSIWYGEditPage
WYSIWYGEditPage. gotoPage(String space, String page)
Go to the passed page in WYSIWYG edit mode.
-