C E F G I L M O R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CKEditor - Class in org.xwiki.ckeditor.test.po
-
Models a CKEditor instance.
- CKEditor(String) - Constructor for class org.xwiki.ckeditor.test.po.CKEditor
-
Create a new instance that can be used to interact with the specified CKEditor instance.
- clear() - Method in class org.xwiki.ckeditor.test.po.RichTextAreaElement
-
Clears the content of the rich text area.
- click() - Method in class org.xwiki.ckeditor.test.po.RichTextAreaElement
-
Clicks on the rich text area.
- clickCaptionCheckbox() - Method in class org.xwiki.ckeditor.test.po.image.edit.ImageDialogStandardEditForm
-
Click on the caption checkbox field.
- clickImageButton() - Method in class org.xwiki.ckeditor.test.po.CKEditor
-
Click on the CKEditor image button.
- clickImageButtonWhenImageExists() - Method in class org.xwiki.ckeditor.test.po.CKEditor
-
Click on the CKEditor image button when an image widget is on focus (i.e., the image modal will be opened in edit mode).
- clickInsert() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogEditModal
-
Click on the insert button to insert the configured image on the editor.
- clickLinkButton() - Method in class org.xwiki.ckeditor.test.po.CKEditor
-
Click on the link button on the toolbar.
- clickOK() - Method in class org.xwiki.ckeditor.test.po.LinkSelectorModal
-
Click on the
"OK"
button of the modal. - clickSelect() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogSelectModal
-
Click on the select button to select the image and move to the image edition/configuration modal.
- clickSelect() - Method in class org.xwiki.ckeditor.test.po.MacroDialogSelectModal
-
Click on the macro selection button.
- clickSubmit() - Method in class org.xwiki.ckeditor.test.po.MacroDialogEditModal
-
Click on the macro submission button.
E
- executeOnIframe(Runnable) - Method in class org.xwiki.ckeditor.test.po.CKEditor
-
Execute the runnable on the context of the CKEditor iframe.
- executeScript(String, Object...) - Method in class org.xwiki.ckeditor.test.po.RichTextAreaElement
-
Executes the given script in the context of the rich text area.
F
- filterByText(String, long) - Method in class org.xwiki.ckeditor.test.po.MacroDialogSelectModal
-
Filter the list of macro by text.
G
- getContent() - Method in class org.xwiki.ckeditor.test.po.RichTextAreaElement
- getCurrentImageStyle() - Method in class org.xwiki.ckeditor.test.po.image.edit.ImageDialogStandardEditForm
- getFirstMacro() - Method in class org.xwiki.ckeditor.test.po.MacroDialogSelectModal
- getListImageStyles() - Method in class org.xwiki.ckeditor.test.po.image.edit.ImageDialogStandardEditForm
- getRichTextArea() - Method in class org.xwiki.ckeditor.test.po.CKEditor
- getText() - Method in class org.xwiki.ckeditor.test.po.RichTextAreaElement
I
- ImageDialogAdvancedEditForm - Class in org.xwiki.ckeditor.test.po.image.edit
-
Gives access to the operations to interact with the advanced tab of the image edit step.
- ImageDialogAdvancedEditForm() - Constructor for class org.xwiki.ckeditor.test.po.image.edit.ImageDialogAdvancedEditForm
- ImageDialogEditModal - Class in org.xwiki.ckeditor.test.po.image
-
Page Object for the image edition/configuration modal.
- ImageDialogEditModal() - Constructor for class org.xwiki.ckeditor.test.po.image.ImageDialogEditModal
- ImageDialogIconSelectForm - Class in org.xwiki.ckeditor.test.po.image.select
-
Page object for the icon selection form of the image dialog.
- ImageDialogIconSelectForm() - Constructor for class org.xwiki.ckeditor.test.po.image.select.ImageDialogIconSelectForm
- ImageDialogSelectModal - Class in org.xwiki.ckeditor.test.po.image
-
Page Object for the image selection modal.
- ImageDialogSelectModal() - Constructor for class org.xwiki.ckeditor.test.po.image.ImageDialogSelectModal
- ImageDialogStandardEditForm - Class in org.xwiki.ckeditor.test.po.image.edit
- ImageDialogStandardEditForm() - Constructor for class org.xwiki.ckeditor.test.po.image.edit.ImageDialogStandardEditForm
- ImageDialogTreeSelectForm - Class in org.xwiki.ckeditor.test.po.image.select
-
Page object for the document tree selection form of the image dialog.
- ImageDialogTreeSelectForm() - Constructor for class org.xwiki.ckeditor.test.po.image.select.ImageDialogTreeSelectForm
- ImageDialogUrlSelectForm - Class in org.xwiki.ckeditor.test.po.image.select
-
Page object for the url selection form of the image dialog.
- ImageDialogUrlSelectForm() - Constructor for class org.xwiki.ckeditor.test.po.image.select.ImageDialogUrlSelectForm
L
- LinkSelectorModal - Class in org.xwiki.ckeditor.test.po
-
Page object for the CKEditor link selection modal.
- LinkSelectorModal() - Constructor for class org.xwiki.ckeditor.test.po.LinkSelectorModal
M
- MacroDialogEditModal - Class in org.xwiki.ckeditor.test.po
-
Page Object for the macro edition modal.
- MacroDialogEditModal() - Constructor for class org.xwiki.ckeditor.test.po.MacroDialogEditModal
- MacroDialogSelectModal - Class in org.xwiki.ckeditor.test.po
-
Page Object for the macro selection modal.
- MacroDialogSelectModal() - Constructor for class org.xwiki.ckeditor.test.po.MacroDialogSelectModal
O
- org.xwiki.ckeditor.test.po - package org.xwiki.ckeditor.test.po
- org.xwiki.ckeditor.test.po.image - package org.xwiki.ckeditor.test.po.image
- org.xwiki.ckeditor.test.po.image.edit - package org.xwiki.ckeditor.test.po.image.edit
- org.xwiki.ckeditor.test.po.image.select - package org.xwiki.ckeditor.test.po.image.select
R
- RichTextAreaElement - Class in org.xwiki.ckeditor.test.po
-
Represents the editing area of a WYSIWYG editor.
- RichTextAreaElement(WebElement) - Constructor for class org.xwiki.ckeditor.test.po.RichTextAreaElement
-
Creates a new rich text area element.
S
- selectAttachment(AttachmentReference) - Method in class org.xwiki.ckeditor.test.po.image.select.ImageDialogTreeSelectForm
-
Find and select the given attachment in the document tree.
- selectCenterAlignment() - Method in class org.xwiki.ckeditor.test.po.image.edit.ImageDialogAdvancedEditForm
-
Select the centered alignment.
- selectPageItem(String, String) - Method in class org.xwiki.ckeditor.test.po.LinkSelectorModal
-
Click on one of the choices proposed in the dropdown after using
LinkSelectorModal.setResourceValue(String)
, based on its hint and label. - sendKeys(CharSequence...) - Method in class org.xwiki.ckeditor.test.po.RichTextAreaElement
-
Simulate typing in the rich text area.
- setContent(String) - Method in class org.xwiki.ckeditor.test.po.RichTextAreaElement
-
Sets the HTML content of the rich text area.
- setIconValue(String) - Method in class org.xwiki.ckeditor.test.po.image.select.ImageDialogIconSelectForm
-
Set the value of the icon field.
- setImageStyle(String) - Method in class org.xwiki.ckeditor.test.po.image.edit.ImageDialogStandardEditForm
- setResourceType(String) - Method in class org.xwiki.ckeditor.test.po.LinkSelectorModal
-
Select a resource type for the resource picker (e.g.,
"doc"
, or"attachment"
). - setResourceValue(String) - Method in class org.xwiki.ckeditor.test.po.LinkSelectorModal
-
Set the given value on the resource value search field.
- setResourceValue(String, boolean) - Method in class org.xwiki.ckeditor.test.po.LinkSelectorModal
-
Set the given value on the resource value search field.
- setUrlValue(String) - Method in class org.xwiki.ckeditor.test.po.image.select.ImageDialogUrlSelectForm
-
Set the value of the url field.
- switchToAdvancedTab() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogEditModal
- switchToIconTab() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogSelectModal
-
Click on the Icon tab to switch to the icon selection form.
- switchToStandardTab() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogEditModal
- switchToTreeTab() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogSelectModal
-
Click on the Tree tab to switch to the document tree selection form.
- switchToUrlTab() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogSelectModal
-
Click on the Url tab to switch to the url selection form.
W
- waitToLoad() - Method in class org.xwiki.ckeditor.test.po.CKEditor
-
Waits for CKEditor to load.
- waitUntilReady() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogEditModal
-
Wait until the modal is loaded.
- waitUntilReady() - Method in class org.xwiki.ckeditor.test.po.image.ImageDialogSelectModal
-
Wait until the modal is loaded.
- waitUntilReady() - Method in class org.xwiki.ckeditor.test.po.MacroDialogEditModal
-
Wait until the macro selection edition is loaded.
- waitUntilReady() - Method in class org.xwiki.ckeditor.test.po.MacroDialogSelectModal
-
Wait until the macro selection modal is loaded.
All Classes All Packages