- BASE_BIN_URL - Static variable in class org.xwiki.test.ui.TestUtils
-
- BASE_REST_URL - Static variable in class org.xwiki.test.ui.TestUtils
-
- BASE_URL - Static variable in class org.xwiki.test.ui.TestUtils
-
- BaseElement - Class in org.xwiki.test.ui.po
-
Represents all elements which include web pages as well as parts of web pages.
- BaseElement() - Constructor for class org.xwiki.test.ui.po.BaseElement
-
- BaseModal - Class in org.xwiki.test.ui.po
-
The base class for a bootstrap modal.
- BaseModal(By) - Constructor for class org.xwiki.test.ui.po.BaseModal
-
- BasePage - Class in org.xwiki.test.ui.po
-
Represents the common actions possible on all Pages.
- BasePage() - Constructor for class org.xwiki.test.ui.po.BasePage
-
Note: when reusing instances of BasePage, the constructor is not doing the work anymore and the
waitUntilPageJSIsLoaded() method needs to be executed manually, when needed.
- beforeTest() - Method in class org.xwiki.test.ui.AbstractTest
-
- beforeTests() - Method in class org.xwiki.test.ui.PageObjectSuite
-
- BootstrapDateTimePicker - Class in org.xwiki.test.ui.po.editor
-
Represents the actions possible on the Bootstrap-based date-time picker widget.
- BootstrapDateTimePicker() - Constructor for class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- BootstrapSelect - Class in org.xwiki.test.ui.po
-
Represent an select field enhanced with the "bootstrap-select" plugin.
- BootstrapSelect(WebElement, XWikiWebDriver) - Constructor for class org.xwiki.test.ui.po.BootstrapSelect
-
- BootstrapSwitch - Class in org.xwiki.test.ui.po
-
Wrap a bootstrap switch widget (http://bootstrapswitch.com/).
- BootstrapSwitch(WebElement, XWikiWebDriver) - Constructor for class org.xwiki.test.ui.po.BootstrapSwitch
-
Construct a bootstrap switch.
- BootstrapSwitch.State - Enum in org.xwiki.test.ui.po
-
The different states the switch can have.
- BreadcrumbElement - Class in org.xwiki.test.ui.po
-
Represents the page breadcrumb.
- BreadcrumbElement(WebElement) - Constructor for class org.xwiki.test.ui.po.BreadcrumbElement
-
- browseDocuments() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
Clicks the "pick document" button that triggers a modal pop-up to be displayed.
- browserRule - Variable in class org.xwiki.test.ui.AbstractTest
-
- BrowserTestRule - Class in org.xwiki.test.ui.browser
-
Allows ignoring some tests for a given browser.
- BrowserTestRule(WebDriver) - Constructor for class org.xwiki.test.ui.browser.BrowserTestRule
-
- byPrettyName(String) - Static method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
-
- byPropertyName(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
-
Creates a locator for the input fields corresponding to the given object property.
- canBeExpanded() - Method in class org.xwiki.test.ui.po.BreadcrumbElement
-
- cancel - Variable in class org.xwiki.test.ui.po.editor.EditPage
-
- cancel() - Method in class org.xwiki.test.ui.po.ResubmissionPage
-
Cancel the request.
- cancelButton - Variable in class org.xwiki.test.ui.po.EditablePropertyPane
-
- canDelete() - Method in class org.xwiki.test.ui.po.BasePage
-
- changeDecade() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Open the decade picker.
- changeHour() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Open the hour picker.
- changeMinute() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Open the minute picker.
- changeMonthAndYear() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Opens the month and year picker.
- changeSecond() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Open the second picker.
- ChangesPane - Class in org.xwiki.test.ui.po
-
Displays the differences between two versions of a document.
- ChangesPane() - Constructor for class org.xwiki.test.ui.po.ChangesPane
-
- changeYear() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Open the year picker.
- ChildrenViewer - Class in org.xwiki.test.ui.po
-
The viewer that lists the children of a specified page.
- ChildrenViewer() - Constructor for class org.xwiki.test.ui.po.ChildrenViewer
-
- ClassEditPage - Class in org.xwiki.test.ui.po.editor
-
Represents the common actions possible on all Pages when using the "edit" action with the "class" editor.
- ClassEditPage() - Constructor for class org.xwiki.test.ui.po.editor.ClassEditPage
-
- ClassPropertyEditPane - Class in org.xwiki.test.ui.po.editor
-
Represents the pane used to edit a class property.
- ClassPropertyEditPane(FormContainerElement, String) - Constructor for class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
-
Creates a new pane that can be used to set the meta-properties of the specified XClass property.
- clear() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Removes the typed text.
- clearAndSetContentField(String) - Method in class org.xwiki.test.ui.po.CommentForm
-
Replace the current content of the content field with the provided content.
- clearContent() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
- clearSelectedSuggestions() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Removes all the selected elements.
- click() - Method in class org.xwiki.test.ui.po.BootstrapSwitch
-
Click on the switch.
- click() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Clicks on the text input.
- clickAction(String, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Clicks a form element (usually a button) with the passed name at the passed row number.
- clickAdminActionsSubMenuEntry(String) - Method in class org.xwiki.test.ui.po.BasePage
-
- clickAttachFiles() - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- clickBack() - Method in class org.xwiki.test.ui.po.CommentForm
-
Clicks on the back button to cancel the preview and show the content text area
- clickBackToEdit() - Method in class org.xwiki.test.ui.po.editor.PreviewEditPage
-
Clicks on the back to edit button.
- clickBreadcrumbLink(String) - Method in class org.xwiki.test.ui.po.ViewPage
-
Clicks on the breadcrumb link with the given text.
- clickCancel() - Method in class org.xwiki.test.ui.po.CommentForm
-
Clicks on the cancel button.
- clickCancel() - Method in class org.xwiki.test.ui.po.ConfirmationModal
-
- clickCancel() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPropertyPane
-
- clickCancel() - Method in class org.xwiki.test.ui.po.EditablePropertyPane
-
- clickCancel() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- clickCancel() - Method in class org.xwiki.test.ui.po.InlinePage
-
- clickCancelButton() - Method in class org.xwiki.test.ui.po.CopyOverwritePromptPage
-
Click the cancel link.
- clickCancelCSRFWarningButton() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- clickCell(int, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- clickChangeTargetButton() - Method in class org.xwiki.test.ui.po.CopyOverwritePromptPage
-
Click the change target link.
- clickCopyButton() - Method in class org.xwiki.test.ui.po.CopyOverwritePromptPage
-
Submit the copy overwrite prompt page form.
- clickCopyButton() - Method in class org.xwiki.test.ui.po.CopyPage
-
Submit the copy page form.
- clickCopyButtonExpectingOverwritePrompt() - Method in class org.xwiki.test.ui.po.CopyPage
-
Submit the copy page form and expect to receive an overwrite warning.
- clickCreate() - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- clickDeletePage() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Clicks on the link to restore the deleted page from the recycle bin.
- clickDeleteTerminalPage() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Clicks on the link to restore the deleted terminal page from the recycle bin.
- clickEdit() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPropertyPane
-
- clickEdit() - Method in class org.xwiki.test.ui.po.EditablePropertyPane
-
- clickEditSubMenuEntry(String) - Method in class org.xwiki.test.ui.po.BasePage
-
Perform a click on a "edit menu" sub-menu entry.
- clickEditThisPageToCreate() - Method in class org.xwiki.test.ui.po.DocumentDoesNotExistPage
-
This function cannot return
- clickForceSaveCSRFButton() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- clickGuestRight(EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
- clickGuestRight(String) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Click once on a right button for guest user, waiting for the next state to appear.
- clickHideProgress() - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- clickLocale(Locale) - Method in class org.xwiki.test.ui.po.BasePage
-
- clickModalLoginLink() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
- clickMoreActionsSubMenuEntry(String) - Method in class org.xwiki.test.ui.po.BasePage
-
- clickNextChange() - Method in class org.xwiki.test.ui.po.ChangesPane
-
Click the next change button
- clickNextFromVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
-
Click the next change button of the original document
- clickNextToVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
-
Click the next change button of the new document
- clickNo() - Method in class org.xwiki.test.ui.po.ConfirmationBox
-
Click on the No button.
- clickNo() - Method in class org.xwiki.test.ui.po.ConfirmationPage
-
Clicks on the No button to cancel the current action.
- clickOk() - Method in class org.xwiki.test.ui.po.ConfirmationModal
-
- clickPathElement(String) - Method in class org.xwiki.test.ui.po.BreadcrumbElement
-
- clickPreview() - Method in class org.xwiki.test.ui.po.CommentForm
-
Clicks on the preview button and waits for the preview to be ready.
- clickPreview() - Method in class org.xwiki.test.ui.po.editor.PreviewableEditPage
-
Clicks on the preview button.
- clickPreview() - Method in class org.xwiki.test.ui.po.InlinePage
-
- clickPreviousChange() - Method in class org.xwiki.test.ui.po.ChangesPane
-
Click the previous change button
- clickPreviousFromVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
-
Click the previous change button of the original document
- clickPreviousToVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
-
Click the previous change button of the new document
- clickRegister() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
-
- clickRegister() - Method in class org.xwiki.test.ui.po.RegistrationPage
-
- clickRenameButton() - Method in class org.xwiki.test.ui.po.RenamePage
-
- clickRestore() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Clicks on the link to restore the deleted page from the recycle bin.
- clickRight(String, EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Click once on a right button, waiting for the next state to appear.
- clickRight(String, String) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Click once on a right button, waiting for the next state to appear.
- clickSave() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPropertyPane
-
- clickSave() - Method in class org.xwiki.test.ui.po.EditablePropertyPane
-
- clickSaveAndContinue() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- clickSaveAndContinue(boolean) - Method in class org.xwiki.test.ui.po.editor.EditPage
-
Clicks on the Save and Continue button.
- clickSaveAndContinue() - Method in class org.xwiki.test.ui.po.InlinePage
-
- clickSaveAndContinue(boolean) - Method in class org.xwiki.test.ui.po.InlinePage
-
Clicks on the Save and Continue button.
- clickSaveAndView() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- clickSaveAndView(boolean) - Method in class org.xwiki.test.ui.po.editor.EditPage
-
Useful when the save and view operation could fail on the client side and a reload (the view part) might thus not
take place.
- clickSaveAndView() - Method in class org.xwiki.test.ui.po.InlinePage
-
- clickSaveAndView(boolean) - Method in class org.xwiki.test.ui.po.InlinePage
-
Useful when the save and view operation could fail on the client side and a reload (the view part) might thus not
take place.
- clickSubmit() - Method in class org.xwiki.test.ui.po.CommentForm
-
Clicks on the submit button and waits for the operation to take place.
- clickSubmit(boolean) - Method in class org.xwiki.test.ui.po.CommentForm
-
Clicks on the submit button and optionally waits for the operation to take place.
- clickToolbarButton(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
- clickTranslate(String) - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- clickTranslationLink(Locale) - Method in class org.xwiki.test.ui.po.InformationPane
-
Clicks on the translation link that corresponds to the given locale.
- clickTranslationLink(String) - Method in class org.xwiki.test.ui.po.InformationPane
-
Clicks on the translation link with the specified label (locale pretty name).
- clickWantedLink(String, String, boolean) - Method in class org.xwiki.test.ui.po.ViewPage
-
Clicks on a wanted link in the page.
- clickWantedLink(EntityReference, boolean) - Method in class org.xwiki.test.ui.po.ViewPage
-
Clicks on a wanted link in the page.
- clickYes() - Method in class org.xwiki.test.ui.po.ConfirmationBox
-
Click on the Yes button.
- clickYes() - Method in class org.xwiki.test.ui.po.ConfirmationPage
-
Clicks on the Yes button to confirm the current action.
- close() - Method in class org.xwiki.test.ui.po.BaseModal
-
- close() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Closes the date time picker.
- close() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- closeLoginModal() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
- closeTab(String) - Method in class org.xwiki.test.ui.TestUtils
-
- CommentForm - Class in org.xwiki.test.ui.po
-
Represents the form used to add, edit or reply to a comment.
- CommentForm(By) - Constructor for class org.xwiki.test.ui.po.CommentForm
-
Creates a new form instance.
- CommentsTab - Class in org.xwiki.test.ui.po
-
Page Object for Comments Tab (or pane)
- CommentsTab() - Constructor for class org.xwiki.test.ui.po.CommentsTab
-
- compare(String, String) - Method in class org.xwiki.test.ui.po.HistoryPane
-
Selects the specified document versions and clicks the button to compare them.
- ComparePage - Class in org.xwiki.test.ui.po
-
The page that shows the differences between two versions of a document.
- ComparePage() - Constructor for class org.xwiki.test.ui.po.ComparePage
-
- componentManager - Static variable in class org.xwiki.test.ui.AbstractTest
-
- ConfirmationBox - Class in org.xwiki.test.ui.po
-
Represents a confirmation modal box.
- ConfirmationBox() - Constructor for class org.xwiki.test.ui.po.ConfirmationBox
-
- ConfirmationModal - Class in org.xwiki.test.ui.po
-
Basic confirmation actions performed on a bootstrap modal.
- ConfirmationModal(By) - Constructor for class org.xwiki.test.ui.po.ConfirmationModal
-
- ConfirmationPage - Class in org.xwiki.test.ui.po
-
Represents a confirmation page that allows the user cancel or confirm the current action (e.g.
- ConfirmationPage() - Constructor for class org.xwiki.test.ui.po.ConfirmationPage
-
- confirmDeletePage() - Method in class org.xwiki.test.ui.po.ConfirmationPage
-
- confirmDeletePage() - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
-
Confirm the deletion of the page.
- confirmSyntaxConversion() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPicker.SyntaxConversionConfirmationModal
-
- Conflict - Class in org.xwiki.test.ui.po.diff
-
Represents a conflict displayed in a diff view.
- Conflict(String) - Constructor for class org.xwiki.test.ui.po.diff.Conflict
-
Default constructor.
- Conflict.DecisionType - Enum in org.xwiki.test.ui.po.diff
-
The available decisions to solve the conflict.
- container - Variable in class org.xwiki.test.ui.po.BaseModal
-
- container - Variable in class org.xwiki.test.ui.po.DocumentPicker
-
- contentContainsElement(By) - Method in class org.xwiki.test.ui.po.ViewPage
-
- context - Static variable in class org.xwiki.test.ui.AbstractTest
-
- copy() - Method in class org.xwiki.test.ui.po.BasePage
-
- CopyOrRenameOrDeleteStatusPage - Class in org.xwiki.test.ui.po
-
Represents the page that displays the status of a copy operation.
- CopyOrRenameOrDeleteStatusPage() - Constructor for class org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
- CopyOverwritePromptPage - Class in org.xwiki.test.ui.po
-
Represents the common actions possible after trying to copy a page over an existing page.
- CopyOverwritePromptPage() - Constructor for class org.xwiki.test.ui.po.CopyOverwritePromptPage
-
- CopyPage - Class in org.xwiki.test.ui.po
-
Represents the common actions possible on the Copy Page page.
- CopyPage() - Constructor for class org.xwiki.test.ui.po.CopyPage
-
- countAvailableTemplates() - Method in class org.xwiki.test.ui.po.PageTypePicker
-
- createActions() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Utility method to build a proper instance of Actions
.
- createAdminUser() - Method in class org.xwiki.test.ui.TestUtils
-
Creates the Admin user and add it to the XWikiAdminGroup.
- createInlinePage() - Method in class org.xwiki.test.ui.po.BasePage
-
- createPage() - Method in class org.xwiki.test.ui.po.BasePage
-
- createPage(String, String) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- createPage(String, String, boolean) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- createPage(String, String, String, boolean) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- createPage(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(EntityReference, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(EntityReference, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(List<String>, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(String, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(EntityReference, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(List<String>, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(String, String, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(List<String>, String, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPage(EntityReference, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- createPageFromTemplate(String, String, String) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- createPageFromTemplate(String, String, String, String) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- createPageFromTemplate(String, String, String, boolean) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- createPageFromTemplate(String, String, String, String, boolean) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- CreatePagePage - Class in org.xwiki.test.ui.po
-
Represents the actions possible on the Create Page template page.
- CreatePagePage() - Constructor for class org.xwiki.test.ui.po.CreatePagePage
-
- createPageWithAttachment(String, String, String, String, String, String, String, InputStream) - Method in class org.xwiki.test.ui.TestUtils
-
- createPageWithAttachment(String, String, String, String, String, String, String, InputStream, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
-
- createPageWithAttachment(List<String>, String, String, String, String, String, String, InputStream, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
-
- createPageWithAttachment(String, String, String, String, String, InputStream) - Method in class org.xwiki.test.ui.TestUtils
-
- createPageWithAttachment(String, String, String, String, String, InputStream, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
-
- createPageWithAttachment(EntityReference, String, String, String, InputStream, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
-
- createPageWithAttachment(EntityReference, String, String, String, InputStream) - Method in class org.xwiki.test.ui.TestUtils
-
- createSpace(String) - Method in class org.xwiki.test.ui.po.CreateSpacePage
-
Deprecated.
- CreateSpacePage - Class in org.xwiki.test.ui.po
-
- CreateSpacePage() - Constructor for class org.xwiki.test.ui.po.CreateSpacePage
-
Deprecated.
- createUri(Object, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- createUser(String, String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
-
- createUserAndLogin(String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
-
- createUserAndLoginWithRedirect(String, String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
-
- createViewPage() - Method in class org.xwiki.test.ui.po.InlinePage
-
Can be overridden to return extended
ViewPage
.
- createWebDriver(String) - Method in class org.xwiki.test.ui.WebDriverFactory
-
- currentEditorDiv - Variable in class org.xwiki.test.ui.po.editor.EditPage
-
- DatabaseListClassEditElement - Class in org.xwiki.test.ui.po.editor
-
Represents a DatabaseListClass property form.
- DatabaseListClassEditElement(FormContainerElement, String) - Constructor for class org.xwiki.test.ui.po.editor.DatabaseListClassEditElement
-
- decrementHour() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Decrements the hours.
- decrementMinute() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Decrements the minutes.
- decrementSecond() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Decrements the seconds.
- delete() - Method in class org.xwiki.test.ui.po.BasePage
-
- delete() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
Deletes this suggestion from the list of selected suggestions.
- delete(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- deleteAllAttachments() - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
Deletes ALL the attached files
- deleteAttachement(EntityReference, String) - Method in class org.xwiki.test.ui.TestUtils
-
- deleteAttachement(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
- deleteAttachement(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- deleteAttachmentByFileByName(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
Deletes the corresponding file name.
- deleteCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Deletes a comment.
- deleteFirstAttachment() - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
Deletes the first attachment.
- deleteLatestVersion(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Delete the latest version from the history of a page, using the /deleteversions/
action.
- deleteObject(String, int) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
-
- deleteObject(By) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
-
- deleteObject(String, String, String, int) - Method in class org.xwiki.test.ui.TestUtils
-
- deletePage() - Method in class org.xwiki.test.ui.po.BasePage
-
Specific delete action when the delete action is performed on a page.
- deletePage(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- deletePage(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
- deletePage(EntityReference, boolean) - Method in class org.xwiki.test.ui.TestUtils
-
- deletePage(String, String) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- deletePage(String, String, Locale) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- DeletePageConfirmationPage - Class in org.xwiki.test.ui.po
-
Specialized confirmation page, dedicated to pages deletion.
- DeletePageConfirmationPage() - Constructor for class org.xwiki.test.ui.po.DeletePageConfirmationPage
-
- DeletePageOutcomePage - Class in org.xwiki.test.ui.po
-
Represents the common actions possible after a page has been deleted.
- DeletePageOutcomePage() - Constructor for class org.xwiki.test.ui.po.DeletePageOutcomePage
-
- deleteProperty(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
-
- deleteRangeVersions(String, String) - Method in class org.xwiki.test.ui.po.HistoryPane
-
- deleteSpace(String) - Method in class org.xwiki.test.ui.TestUtils
-
Accesses the URL to delete the specified space.
- deleteVersion(String) - Method in class org.xwiki.test.ui.po.HistoryPane
-
- deleteVersion(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Delete a specific version from the history of a page, using the /deleteversions/
action.
- deleteVersions(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Delete an interval of versions from the history of a page, using the /deleteversions/
action.
- DeletingPage - Class in org.xwiki.test.ui.po
-
Represents the page displayed while the page (and maybe its children) is deleted.
- DeletingPage() - Constructor for class org.xwiki.test.ui.po.DeletingPage
-
- disableSyntaxHighlighting() - Method in class org.xwiki.test.ui.TestUtils
-
Disable Syntax Highlighting.
- displayObject() - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
-
Click on the xobject div to expand it, and waits until the information are loaded and displayed.
- DocumentDiffSummary - Class in org.xwiki.test.ui.po.diff
-
Represents the summary displayed when comparing two versions of a document.
- DocumentDiffSummary(WebElement) - Constructor for class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
Creates a new instance for the specified summary.
- DocumentDoesNotExistPage - Class in org.xwiki.test.ui.po
-
Page to handle the "Document does not exist" page.
- DocumentDoesNotExistPage() - Constructor for class org.xwiki.test.ui.po.DocumentDoesNotExistPage
-
- DocumentPicker - Class in org.xwiki.test.ui.po
-
Represents the Document Picker.
- DocumentPicker() - Constructor for class org.xwiki.test.ui.po.DocumentPicker
-
Use this constructor only if there is only one document picker on the page.
- DocumentPicker(WebElement) - Constructor for class org.xwiki.test.ui.po.DocumentPicker
-
- DocumentSyntaxPicker - Class in org.xwiki.test.ui.po
-
Represents the syntax picker used to change the syntax of a document.
- DocumentSyntaxPicker() - Constructor for class org.xwiki.test.ui.po.DocumentSyntaxPicker
-
- DocumentSyntaxPicker.SyntaxConversionConfirmationModal - Class in org.xwiki.test.ui.po
-
- DocumentSyntaxPropertyPane - Class in org.xwiki.test.ui.po
-
The pane used to display and edit in-place the document syntax.
- DocumentSyntaxPropertyPane() - Constructor for class org.xwiki.test.ui.po.DocumentSyntaxPropertyPane
-
- dragAndDrop(WebElement, WebElement) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Utility method to perform a drag & drop by using the appropriate WebDriver.
- edit() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit" button.
- EditablePropertyPane - Class in org.xwiki.test.ui.po
-
The page object used to edit a document or object property in-place.
- EditablePropertyPane(String) - Constructor for class org.xwiki.test.ui.po.EditablePropertyPane
-
- editButton - Variable in class org.xwiki.test.ui.po.EditablePropertyPane
-
- editClass() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit class" entry of the content menu.
- editClass() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
- editClass(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- editCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Clicks on the edit icon near the specified comment.
- editCommentByID(int, String) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Edits a comment with the specified content.
- editInline() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit inline" entry of the content menu.
- editInline() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
- editObjects() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit objects" entry of the content menu.
- editObjects() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
- editObjects(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- editor - Variable in class org.xwiki.test.ui.po.EditablePropertyPane
-
- EditPage - Class in org.xwiki.test.ui.po.editor
-
Represents the common actions possible on all Pages when using the "edit" action.
- EditPage() - Constructor for class org.xwiki.test.ui.po.editor.EditPage
-
- EditPage.Editor - Enum in org.xwiki.test.ui.po.editor
-
Enumerates the available editors.
- editRights() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit acces rights" entry of the content menu.
- editRights() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
- EditRightsPane - Class in org.xwiki.test.ui.po
-
Class that holds the types of Rights and the types of States of a check-box
- EditRightsPane() - Constructor for class org.xwiki.test.ui.po.EditRightsPane
-
- EditRightsPane.Right - Enum in org.xwiki.test.ui.po
-
The known access rights.
- EditRightsPane.State - Enum in org.xwiki.test.ui.po
-
The possible states of an access right box.
- editSection(int) - Method in class org.xwiki.test.ui.po.ViewPage
-
- editSyntax() - Method in class org.xwiki.test.ui.po.InformationPane
-
- editWiki() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit wiki" entry of the content menu.
- editWiki() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
- editWYSIWYG() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit wysiwyg" entry of the content menu.
- editWYSIWYG() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
- element - Variable in class org.xwiki.test.ui.po.EditablePropertyPane
-
- ELEMENTS_ENCODED - Static variable in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- EntityDiff - Class in org.xwiki.test.ui.po.diff
-
Represents the pane that displays the differences between two versions of an entity (e.g.
- EntityDiff(WebElement) - Constructor for class org.xwiki.test.ui.po.diff.EntityDiff
-
Create a new instance for the entity specified by the given element.
- EntityTreeElement - Class in org.xwiki.test.ui.po
-
Represents the actions possible on the XWiki Explorer Tree.
- EntityTreeElement() - Constructor for class org.xwiki.test.ui.po.EntityTreeElement
-
- escapeURL(String) - Method in class org.xwiki.test.ui.TestUtils
-
Encodes a given string so that it may be used as a URL component.
- escapeXPath(String) - Method in class org.xwiki.test.ui.TestUtils
-
Usage example:
- executeAndGetBodyAsString(EntityReference, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
- executeAsyncScript(String, Object...) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- executeDelete(String) - Method in class org.xwiki.test.ui.TestUtils
-
- executeDelete(String, int...) - Method in class org.xwiki.test.ui.TestUtils
-
- executeDelete(Object, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executeDelete(Object, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executeGet(String) - Method in class org.xwiki.test.ui.TestUtils
-
- executeGet(String, int...) - Method in class org.xwiki.test.ui.TestUtils
-
- executeGet(String, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils
-
- executeGet(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executeGet(Object, EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executeGet(Object, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executeGet(Object, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executeJavascript(String, Object...) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- executePost(String, InputStream, String) - Method in class org.xwiki.test.ui.TestUtils
-
- executePost(String, InputStream, String, int...) - Method in class org.xwiki.test.ui.TestUtils
-
- executePost(String, InputStream, String, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils
-
- executePost(Object, Object, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executePost(Object, Object, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executePut(String, InputStream, String) - Method in class org.xwiki.test.ui.TestUtils
-
- executePut(String, InputStream, String, int...) - Method in class org.xwiki.test.ui.TestUtils
-
- executePut(String, InputStream, String, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils
-
- executePut(Object, Object, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executePut(Object, Object, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- executeScript(String, Object...) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- exists() - Method in class org.xwiki.test.ui.po.ViewPage
-
- exists(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- expand() - Method in class org.xwiki.test.ui.po.BreadcrumbElement
-
- expand() - Method in class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
-
Expands this property pane so that the meta-properties are visible and thus editable.
- get(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Return object model of the passed reference.
- get(EntityReference, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Return object model of the passed reference or null if none could be found.
- get(Object, EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Return object model of the passed reference with the passed resource URI.
- get(Object, EntityReference, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Return object model of the passed reference with the passed resource URI or null if none could be found.
- get(Object, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- get(String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getAddCommentForm() - Method in class org.xwiki.test.ui.po.CommentsTab
-
- getAddedAttachments() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getAddedClassProperties() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getAddedObjects() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getAttachmentLink(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
Return the a
tag of an attachment link according to its name.
- getAttachmentsSummary() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getAttachmentURL(String, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getAttachmentURL(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getAttachmentURL(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getAvailableSyntaxes() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPicker
-
- getAvailableTemplates() - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- getAvailableTemplates() - Method in class org.xwiki.test.ui.po.PageTypePicker
-
- getAvailableTemplateSize() - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- getAvailableTranslations() - Method in class org.xwiki.test.ui.po.InformationPane
-
- getBaseBinURL() - Method in class org.xwiki.test.ui.TestUtils
-
- getBaseBinURL(String) - Method in class org.xwiki.test.ui.TestUtils
-
- getBaseURL() - Method in class org.xwiki.test.ui.TestUtils
-
- getBaseURL() - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getBreadcrumb() - Method in class org.xwiki.test.ui.po.ViewPage
-
- getBreadcrumbContent() - Method in class org.xwiki.test.ui.po.ViewPage
-
- getBuffer(String, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getCapabilities() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getCell(WebElement, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- getCell(int, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- getChangeComment() - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getChangedEntities() - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getChangesPane() - Method in class org.xwiki.test.ui.po.ComparePage
-
- getClassPropertiesSummary() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getColumn(String) - Method in class org.xwiki.test.ui.po.TableElement
-
- getColumn(int) - Method in class org.xwiki.test.ui.po.TableElement
-
- getColumnIndex(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- getColumnNumber(String) - Method in class org.xwiki.test.ui.po.TableElement
-
- getCommandExecutor() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getCommentAuthorByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
- getCommentContentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
- getCommentID(String) - Method in class org.xwiki.test.ui.po.CommentsTab
-
- getConflicts(String) - Method in class org.xwiki.test.ui.po.diff.EntityDiff
-
- getContent() - Method in class org.xwiki.test.ui.po.editor.PreviewEditPage
-
- getContent() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Get the content
of the page.
- getContent() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
Get the content
of the page.
- getContent() - Method in class org.xwiki.test.ui.po.InlinePage
-
- getContent() - Method in class org.xwiki.test.ui.po.ViewPage
-
- getContentField() - Method in class org.xwiki.test.ui.po.CommentForm
-
- getContext() - Static method in class org.xwiki.test.ui.AbstractTest
-
- getCurrentAuthor() - Method in class org.xwiki.test.ui.po.CommentsTab
-
- getCurrentAuthor() - Method in class org.xwiki.test.ui.po.HistoryPane
-
- getCurrentDecision() - Method in class org.xwiki.test.ui.po.diff.Conflict
-
- getCurrentExecutor() - Method in class org.xwiki.test.ui.TestUtils
-
- getCurrentTabHandle() - Method in class org.xwiki.test.ui.TestUtils
-
- getCurrentUrl() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getCurrentUser() - Method in class org.xwiki.test.ui.po.BasePage
-
- getCurrentVersion() - Method in class org.xwiki.test.ui.po.HistoryPane
-
- getCurrentVersionComment() - Method in class org.xwiki.test.ui.po.HistoryPane
-
- getCurrentWiki() - Method in class org.xwiki.test.ui.TestUtils
-
- getDatabaseListClassEditElement(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
-
- getDateOfLastUpload(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- getDecisionChange() - Method in class org.xwiki.test.ui.po.diff.Conflict
-
- getDefaultCredentials() - Method in class org.xwiki.test.ui.TestUtils
-
- getDefaultLanguage() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getDeletePageOutcomePage() - Method in class org.xwiki.test.ui.po.DeletingPage
-
- getDiff(String) - Method in class org.xwiki.test.ui.po.diff.EntityDiff
-
- getDiffSummary() - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getDisplayValue() - Method in class org.xwiki.test.ui.po.EditablePropertyPane
-
- getDocumentPicker() - Method in class org.xwiki.test.ui.po.CopyPage
-
- getDocumentPicker() - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- getDocumentPicker() - Method in class org.xwiki.test.ui.po.RenamePage
-
- getDocumentTitle() - Method in class org.xwiki.test.ui.po.BasePage
-
- getDocumentTitle() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getDriver() - Static method in class org.xwiki.test.ui.AbstractTest
-
- getDriver() - Method in class org.xwiki.test.ui.PersistentTestContext
-
- getDriver() - Method in class org.xwiki.test.ui.po.BaseElement
-
- getDriver() - Method in class org.xwiki.test.ui.TestUtils
-
- getEditor() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getEditURL() - Method in class org.xwiki.test.ui.po.BasePage
-
Gets a string representation of the URL for editing the page.
- getEntityDiff(String) - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getErrorContent() - Method in class org.xwiki.test.ui.po.BasePage
-
- getErrorHandler() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getErrorMessage() - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- getErrorMessages() - Method in class org.xwiki.test.ui.po.LoginPage
-
- getExactContent() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Get the content
of the page without removing leading or trailing whitespaces.
- getExecutors() - Method in class org.xwiki.test.ui.PersistentTestContext
-
- getExistingLocales(List<WebElement>) - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getExistingLocales() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getFieldValue(By) - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- getFileDetector() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getFilterValue(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- getForm() - Method in class org.xwiki.test.ui.po.InlinePage
-
- getFormAction() - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- getFormElement() - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- getFormLocator() - Method in class org.xwiki.test.ui.po.InlinePage
-
- getFromVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getFromVersionSummary() - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getGuestRight(EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
- getGuestRight(String) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Allow to get the state of the given right for guest user.
- getHint() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
- getHTMLMetaDataValue(String) - Method in class org.xwiki.test.ui.po.BasePage
-
- getIcon() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
- getInfoMessage() - Method in class org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
- getInputStream(String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
- getInputStream(String, String, Map<String, ?>, Object...) - Method in class org.xwiki.test.ui.TestUtils
-
- getInputStream(String, Map<String, ?>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getItems() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getKeyboard() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getLabel() - Method in class org.xwiki.test.ui.po.EditablePropertyPane
-
- getLabel() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
- getLatestVersionOfAttachment(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- getLiveTable() - Method in class org.xwiki.test.ui.po.ChildrenViewer
-
- getLocale() - Method in class org.xwiki.test.ui.po.InformationPane
-
- getLocales() - Method in class org.xwiki.test.ui.po.BasePage
-
- getLocation() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- getLoggedInUserName() - Method in class org.xwiki.test.ui.TestUtils
-
- getMavenVersion() - Method in class org.xwiki.test.ui.TestUtils
-
- getMessage() - Method in class org.xwiki.test.ui.po.ConfirmationModal
-
- getMessage() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
- getMessage() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPicker.SyntaxConversionConfirmationModal
-
- getMetaDataValue(String) - Method in class org.xwiki.test.ui.po.BasePage
-
- getMissingTranslations() - Method in class org.xwiki.test.ui.po.InformationPane
-
- getModifiedAttachments() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getModifiedClassProperties() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getModifiedObjects() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getMouse() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getName() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- getNameInput() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- getNotExistingLocales() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getNumberClassEditElement(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
-
- getNumberOfAttachments() - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- getObjectNumber() - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
-
- getObjectsOfClass(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
-
className will look something like "XWiki.XWikiRights"
- getObjectsOfClass(String, boolean) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
-
Retrieve all objects of the given class name, and expand them if needed.
- getObjectsSummary() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getOptions() - Method in class org.xwiki.test.ui.po.FormContainerElement.SelectElement
-
- getOriginalLocale() - Method in class org.xwiki.test.ui.po.InformationPane
-
- getPageBackgroundColor() - Method in class org.xwiki.test.ui.po.ViewPage
-
- getPageDeleter() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
- getPagePropertiesSummary() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getPageSource() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getPageTitle() - Method in class org.xwiki.test.ui.po.BasePage
-
- getPageURL() - Method in class org.xwiki.test.ui.po.BasePage
-
- getParent() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- getParent() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getParent() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
- getParentInput() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- getPath() - Method in class org.xwiki.test.ui.po.BreadcrumbElement
-
- getPathAsString() - Method in class org.xwiki.test.ui.po.BreadcrumbElement
-
- getPrettyName() - Method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
-
- getPreviewButton() - Method in class org.xwiki.test.ui.po.editor.PreviewableEditPage
-
- getProperties() - Method in class org.xwiki.test.ui.PersistentTestContext
-
- getProperty(String, Object, boolean) - Static method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getPropertyEditPane(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
-
Use this method if you need to set generic meta-properties (common to all XClass property types).
- getPropertyNames() - Method in class org.xwiki.test.ui.po.diff.EntityDiff
-
- getQuestion() - Method in class org.xwiki.test.ui.po.ConfirmationBox
-
- getRemovedAttachments() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getRemovedClassProperties() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getRemovedObjects() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
- getResource(String, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getResourceAPI(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getRight(String, EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
- getRight(String, String) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Allow to get the state of the given right for the given entityName.
- getRightsTable() - Method in class org.xwiki.test.ui.po.EditRightsPane
-
- getRow(int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- getRow(String) - Method in class org.xwiki.test.ui.po.TableElement
-
- getRow(int) - Method in class org.xwiki.test.ui.po.TableElement
-
- getRowCount() - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- getRowNumber(String) - Method in class org.xwiki.test.ui.po.TableElement
-
- getSaveAndContinueButton() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getSaveAndContinueButton() - Method in class org.xwiki.test.ui.po.InlinePage
-
- getSaveAndViewButton() - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
-
- getSaveAndViewButton() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getSaveAndViewButton() - Method in class org.xwiki.test.ui.po.InlinePage
-
- getScreenshotAs(OutputType<X>) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getSecretToken() - Method in class org.xwiki.test.ui.TestUtils
-
Get the secret token used for CSRF protection.
- getSelectedDay() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- getSelectedHour() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- getSelectedMinute() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- getSelectedMonth() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- getSelectedSecond() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- getSelectedSuggestions() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
- getSelectedSyntax() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPicker
-
- getSelectedYear() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- getSelectElement(By) - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- getSession() - Method in class org.xwiki.test.ui.TestUtils
-
- getSessionId() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getSizeOfAttachment(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- getSourceLocation() - Method in class org.xwiki.test.ui.po.CopyPage
-
- getSourcePageName() - Method in class org.xwiki.test.ui.po.CopyPage
-
- getSourceSpaceName() - Method in class org.xwiki.test.ui.po.CopyPage
-
- getState() - Method in class org.xwiki.test.ui.po.BootstrapSwitch
-
- getStaticListClassEditElement(String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
-
- getString(String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
- getSuggestInput(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
-
- getSuggestions() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
- getSyntax() - Method in class org.xwiki.test.ui.po.InformationPane
-
- getSyntaxId() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- getSyntaxPicker() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPropertyPane
-
- getTargetPageName() - Method in class org.xwiki.test.ui.po.CopyPage
-
- getTargetSpaceName() - Method in class org.xwiki.test.ui.po.CopyPage
-
- getTestClassName() - Method in class org.xwiki.test.ui.AbstractTest
-
- getTestMethodName() - Method in class org.xwiki.test.ui.AbstractTest
-
- getTimeout() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getTitle() - Method in class org.xwiki.test.ui.po.BaseModal
-
- getTitle() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- getTitle() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Get the title
of the page.
- getTitle() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getTitleColor() - Method in class org.xwiki.test.ui.po.ViewPage
-
- getTitleFontFamily() - Method in class org.xwiki.test.ui.po.ViewPage
-
- getTitleInput() - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- getToVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getToVersionSummary() - Method in class org.xwiki.test.ui.po.ChangesPane
-
- getTranslateButton() - Method in class org.xwiki.test.ui.po.ViewPage
-
- getUnstoppable() - Method in class org.xwiki.test.ui.PersistentTestContext
-
Get a clone of this context which cannot be stopped by calling shutdown.
- getUploaderOfAttachment(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- getUriBuilder(Object, Map<String, Object[]>) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getUriBuilder(Class<?>) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- getURL(String, String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
-
- getURL(String, String) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
- getURL() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
- getURL(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Get the URL to view a page.
- getURL(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Get the URL of an action on a page.
- getURL(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Get the URL of an action on a page with a specified query string.
- getURL(List<String>, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURL(List<String>, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURL(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
- getURL(EntityReference, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURL(EntityReference, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURL(String, String[], String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURL(String, String[], String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURL(String, String, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
Get the URL of an action on a page with specified parameters.
- getURLFragment(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToDeletePage(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToDeletePage(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToDeletePage(EntityReference, boolean) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToDeleteSpace(String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToLoginAndGotoPage(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToLoginAs(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToLoginAsAdmin() - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToLoginAsAdminAndGotoPage(String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToLoginAsSuperAdmin() - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToLoginAsSuperAdminAndGotoPage(String) - Method in class org.xwiki.test.ui.TestUtils
-
- getURLToLogout() - Method in class org.xwiki.test.ui.TestUtils
-
Consider using setSession(null) because it will drop the cookies which is faster than invoking a logout action.
- getURLToNonExistentPage() - Method in class org.xwiki.test.ui.TestUtils
-
- getUtil() - Static method in class org.xwiki.test.ui.AbstractTest
-
- getUtil() - Method in class org.xwiki.test.ui.PersistentTestContext
-
- getUtil() - Static method in class org.xwiki.test.ui.po.BaseElement
-
- getValidationFailureMessages() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
-
- getValue(String) - Method in class org.xwiki.test.ui.po.InlinePage
-
Retrieves the value of the specified form field
- getValue() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
- getValues() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
- getVersion() - Method in class org.xwiki.test.ui.TestUtils
-
- getWarningMessage() - Method in class org.xwiki.test.ui.po.CopyOverwritePromptPage
-
- getWindowHandle() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getWindowHandles() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- getWrappedDriver() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- gotoNewPage() - Method in class org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
- gotoOriginalPage() - Method in class org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
- gotoPage() - Static method in class org.xwiki.test.ui.po.CreatePagePage
-
- gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.ClassEditPage
-
Go to the passed page in object edit mode.
- gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.ObjectEditPage
-
Go to the passed page in object edit mode.
- gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.RightsEditPage
-
- gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Go to the passed page in wiki edit mode.
- gotoPage(EntityReference) - Static method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Open the specified page in Wiki edit mode.
- gotoPage(String, String) - Static method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
Go to the passed page in WYSIWYG edit mode.
- gotoPage() - Static method in class org.xwiki.test.ui.po.LoginPage
-
- gotoPage() - Static method in class org.xwiki.test.ui.po.RegistrationPage
-
To put the registration page someplace else, subclass this class and change this method.
- gotoPage(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(EntityReference, String) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(String, String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(EntityReference, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(String, String, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(List<String>, String, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(EntityReference, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(List<String>, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(EntityReference, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(EntityReference, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- gotoPage(String) - Method in class org.xwiki.test.ui.TestUtils
-
- save - Variable in class org.xwiki.test.ui.po.editor.EditPage
-
- save(Page, int...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Add or update.
- save(Page, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- saveandcontinue - Variable in class org.xwiki.test.ui.po.editor.EditPage
-
- saveButton - Variable in class org.xwiki.test.ui.po.EditablePropertyPane
-
- savePage(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- savePage(EntityReference, String, String) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- savePage(EntityReference, String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
- scrollTo(WebElement) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- scrollTo(int, int) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Instantaneously scrolls to the given coordinates inside the web page.
- scrollToTop() - Method in class org.xwiki.test.ui.po.ViewPage
-
Instantaneously scrolls to the top of the screen.
- select(List<String>) - Method in class org.xwiki.test.ui.po.FormContainerElement.SelectElement
-
- select(String) - Method in class org.xwiki.test.ui.po.FormContainerElement.SelectElement
-
- Select - Class in org.xwiki.test.ui.po
-
Extends Select
in order to fix some bugs.
- Select(WebElement) - Constructor for class org.xwiki.test.ui.po.Select
-
Constructor.
- select() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
Selects this suggestion.
- selectByIndex(int) - Method in class org.xwiki.test.ui.po.Select
-
- selectByIndex(int) - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Selects an element by clicking on the suggestion with the given position.
- selectByValue(String) - Method in class org.xwiki.test.ui.po.BootstrapSelect
-
- selectByValue(String) - Method in class org.xwiki.test.ui.po.Select
-
- selectByValue(String) - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Selects an element by clicking on the suggestion with the given value.
- selectByValues(List<String>) - Method in class org.xwiki.test.ui.po.BootstrapSelect
-
- selectByVisibleText(String) - Method in class org.xwiki.test.ui.po.Select
-
- selectByVisibleText(String) - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Selects an element by clicking on the suggestion with the given label.
- selectDay(String) - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- selectDecade(String) - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- SelectElement(WebElement) - Constructor for class org.xwiki.test.ui.po.FormContainerElement.SelectElement
-
- selectHour(String) - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- selectMinute(String) - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- selectMonth(String) - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- selectOptionSkipRecycleBin() - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
-
Click on the option to remove permanently the document.
- selectOptionToRecycleBin() - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
-
Click on the option to put the document in the recycle bin.
- selectSecond(String) - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- selectSyntaxById(String) - Method in class org.xwiki.test.ui.po.DocumentSyntaxPicker
-
- selectTemplateByValue(String) - Method in class org.xwiki.test.ui.po.PageTypePicker
-
- selectTypeByValue(String) - Method in class org.xwiki.test.ui.po.PageTypePicker
-
- selectTypedText() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Selects and creates an element with the input text.
- selectYear(String) - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
- sendKeys(CharSequence...) - Method in class org.xwiki.test.ui.po.BasePage
-
- sendKeys(CharSequence...) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
- sendKeys(CharSequence...) - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Sends the given sequence of keys to the input.
- sendKeysWithAction(Keys, CharSequence...) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Allows to send a key combination with Selenium 3.
- serializeReference(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
- setAffectChildren(boolean) - Method in class org.xwiki.test.ui.po.ConfirmationPage
-
Check or un-check the "affect children" option.
- setAnonymousCommentAuthor(String) - Method in class org.xwiki.test.ui.po.CommentsTab
-
- setAutoRedirect(boolean) - Method in class org.xwiki.test.ui.po.RenamePage
-
- setCheckBox(By, boolean) - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- setCheckBox(WebElement, boolean) - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- setContent(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Set the content
of the page.
- setContent(String) - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
Sets the content of the page.
- setContext(PersistentTestContext) - Static method in class org.xwiki.test.ui.AbstractTest
-
- setContext(PersistentTestContext) - Static method in class org.xwiki.test.ui.po.BaseElement
-
Used so that AllTests can set the persistent test context.
- setContext(PersistentTestContext) - Static method in class org.xwiki.test.ui.TestUtils
-
Used so that AllTests can set the persistent test context.
- setCustomValue(String) - Method in class org.xwiki.test.ui.po.diff.Conflict
-
Take a custom decision with a default value.
- setDecision(Conflict.DecisionType) - Method in class org.xwiki.test.ui.po.diff.Conflict
-
Change the decision with the given type.
- setDefaultCredentials(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
- setDefaultCredentials(UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
-
- setDefaultLanguage(String) - Method in class org.xwiki.test.ui.po.editor.EditPage
-
Set the default language input field.
- setDisplayType(StaticListClassEditElement.DisplayType) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
-
- setDriver(XWikiWebDriver) - Method in class org.xwiki.test.ui.PersistentTestContext
-
- setDriverImplicitWait() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Forces the driver to wait for a
XWikiWebDriver.getTimeout()
number of seconds when looking up page elements
before declaring that it cannot find them.
- setDriverImplicitWait(int) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Forces the driver to wait for passed number of seconds when looking up page elements before declaring that it
cannot find them.
- setEditComment(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Set comment
for this change.
- setErrorHandler(ErrorHandler) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- setExecutors(List<XWikiExecutor>) - Method in class org.xwiki.test.ui.TestUtils
-
- setFieldValue(By, String) - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- setFieldValue(WebElement, String) - Method in class org.xwiki.test.ui.po.FormContainerElement
-
- setFileDetector(FileDetector) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- setFileToUpload(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
Fills the URL with the specified file path.
- setGlobalRights(String, String, String, boolean) - Method in class org.xwiki.test.ui.TestUtils
-
Add or update a XWikiGlobalRights
xobject to the current wiki's XWikiPrefrences
document.
- setGuestRight(EditRightsPane.Right, EditRightsPane.State) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Click on a right button until it gets in the wanted state.
- setHibernateQuery(String) - Method in class org.xwiki.test.ui.po.editor.DatabaseListClassEditElement
-
- setHierarchyMode(String) - Method in class org.xwiki.test.ui.TestUtils
-
Set the hierarchy mode used in the wiki
- setLogLevel(Level) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- setMetaProperty(String, String) - Method in class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
-
Sets a meta property of the edited XClass property.
- setMinorEdit(boolean) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Set the minor edit check box value.
- setMultiSelect(boolean) - Method in class org.xwiki.test.ui.po.editor.DatabaseListClassEditElement
-
- setMultiSelect(boolean) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
-
- setName(String) - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- setNumberType(String) - Method in class org.xwiki.test.ui.po.editor.NumberClassEditElement
-
- setParent(String) - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- setParent(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Set the parent
of the page
- setPreserveChildren(boolean) - Method in class org.xwiki.test.ui.po.RenamePage
-
- setPrettyName(String) - Method in class org.xwiki.test.ui.po.editor.ClassPropertyEditPane
-
Sets the pretty name of the edited property.
- setPropertyInXWikiCfg(String) - Method in class org.xwiki.test.ui.TestUtils
-
Set global xwiki configuration options (as if the xwiki.cfg file had been modified).
- setPropertyInXWikiPreferences(String, String, Object) - Method in class org.xwiki.test.ui.TestUtils
-
Add and set a property into XWiki.XWikiPreferences.
- setPropertyValue(String, String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
-
Helper to fill property values quickly.
- setRelationalStorage(boolean) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
-
- setRight(String, EditRightsPane.Right, EditRightsPane.State) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Click on a right button until it gets in the wanted state.
- setRights(EntityReference, String, String, String, boolean) - Method in class org.xwiki.test.ui.TestUtils
-
Add or update a XWikiRights
xobject to the document specified in the passed entity reference.
- setSession(TestUtils.Session) - Method in class org.xwiki.test.ui.TestUtils
-
- setState(BootstrapSwitch.State) - Method in class org.xwiki.test.ui.po.BootstrapSwitch
-
Set the state of the switch with the given value.
- setSyntaxId(String) - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- setTargetPageName(String) - Method in class org.xwiki.test.ui.po.CopyPage
-
Sets the name of the target page.
- setTargetSpaceName(String) - Method in class org.xwiki.test.ui.po.CopyPage
-
Sets the name of the space where the page should be copied.
- setTemplate(String) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- setTerminal(boolean) - Method in class org.xwiki.test.ui.po.RenamePage
-
- setTerminalPage(boolean) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- setTextInputValue(WebElement, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Compared to using clear() + sendKeys(), this method ensures that an "input" event is triggered on the JavaScript
side for an empty ("") value.
- setTimeout(int) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- setTitle(String) - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- setTitle(String) - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Set the title
of the page.
- setType(String) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
- setUp() - Method in class org.xwiki.test.ui.AbstractGuestTest
-
- setUpdateLinks(boolean) - Method in class org.xwiki.test.ui.po.RenamePage
-
- setURLPrefix(String) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Used when running in a docker container for example and thus when we need a REST URL pointing to a host
different than the TestUTils baseURL which is used inside the Selenium docker container and is thus
different from a REST URL used outside of any container and that needs to call XWiki running inside a
container...
- setURLPrefix(String) - Static method in class org.xwiki.test.ui.TestUtils
-
- setValue(String, String) - Method in class org.xwiki.test.ui.po.InlinePage
-
Sets the value of the specified form field
- setValues(String) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
-
- setWiki(String) - Method in class org.xwiki.test.ui.po.DocumentPicker
-
- setWikiPreference(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Sets the value of an existing property of XWiki.XWikiPreferences.
- showDrawer() - Method in class org.xwiki.test.ui.po.BasePage
-
- showMinorEdits() - Method in class org.xwiki.test.ui.po.HistoryPane
-
Clicks on the 'Show Minor Edits' button.
- showNextCentury() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the next century.
- showNextDecade() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the next decade.
- showNextMonth() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the next month.
- showNextYear() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the next year.
- showPreviousCentury() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the previous century.
- showPreviousDecade() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the previous decade.
- showPreviousMonth() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the previous month.
- showPreviousYear() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Show the previous year.
- shutdown() - Static method in class org.xwiki.test.ui.AbstractTest
-
- shutdown() - Method in class org.xwiki.test.ui.PersistentTestContext
-
- sortAscending(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Sorts the live table on the specified column, by ascending order.
- sortBy(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Sorts the live table on the specified column.
- sortDescending(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Sorts the live table on the specified column, by ascending order.
- start() - Method in class org.xwiki.test.ui.PersistentTestContext
-
- starting(Description) - Method in class org.xwiki.test.ui.TestDebugger
-
- StaticListClassEditElement - Class in org.xwiki.test.ui.po.editor
-
Represents a StaticListClass property form.
- StaticListClassEditElement(FormContainerElement, String) - Constructor for class org.xwiki.test.ui.po.editor.StaticListClassEditElement
-
- StaticListClassEditElement.DisplayType - Enum in org.xwiki.test.ui.po.editor
-
The display type for inputting to setDisplayType.
- STATUS_ACCEPTED - Static variable in class org.xwiki.test.ui.TestUtils
-
- STATUS_CREATED - Static variable in class org.xwiki.test.ui.TestUtils
-
- STATUS_CREATED_ACCEPTED - Static variable in class org.xwiki.test.ui.TestUtils
-
- STATUS_NO_CONTENT - Static variable in class org.xwiki.test.ui.TestUtils
-
- STATUS_NO_CONTENT_NOT_FOUND - Static variable in class org.xwiki.test.ui.TestUtils
-
- STATUS_OK - Static variable in class org.xwiki.test.ui.TestUtils
-
- STATUS_OK_NOT_FOUND - Static variable in class org.xwiki.test.ui.TestUtils
-
- succeeded(Description) - Method in class org.xwiki.test.ui.TestDebugger
-
- SuggestInputElement - Class in org.xwiki.test.ui.po
-
Represents the actions possible on the suggest input widget.
- SuggestInputElement(WebElement) - Constructor for class org.xwiki.test.ui.po.SuggestInputElement
-
- SuggestInputElement.SuggestionElement - Class in org.xwiki.test.ui.po
-
- SuggestionElement(WebElement) - Constructor for class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
- SUPER_ADMIN_CREDENTIALS - Static variable in class org.xwiki.test.ui.TestUtils
-
- SuperAdminAuthenticationRule - Class in org.xwiki.test.ui
-
Authenticates the superadmin user in the wiki before the test starts.
- SuperAdminAuthenticationRule(TestUtils) - Constructor for class org.xwiki.test.ui.SuperAdminAuthenticationRule
-
- switchExecutor(int) - Method in class org.xwiki.test.ui.TestUtils
-
- switchTab(String) - Method in class org.xwiki.test.ui.TestUtils
-
- switchTo() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- switchToGroups() - Method in class org.xwiki.test.ui.po.EditRightsPane
-
- switchToUsers() - Method in class org.xwiki.test.ui.po.EditRightsPane
-
- SyntaxConversionConfirmationModal() - Constructor for class org.xwiki.test.ui.po.DocumentSyntaxPicker.SyntaxConversionConfirmationModal
-
- syntaxIdSelect - Variable in class org.xwiki.test.ui.po.editor.EditPage
-
- validateConsole - Static variable in class org.xwiki.test.ui.AbstractTest
-
Validate stdout/stderr for problems.
- validationFailureMessagesInclude(String) - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
-
- valueOf(String) - Static method in enum org.xwiki.test.ui.po.BootstrapSwitch.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.test.ui.po.diff.Conflict.DecisionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.test.ui.po.EditRightsPane.Right
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.test.ui.po.EditRightsPane.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xwiki.test.ui.po.BootstrapSwitch.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.test.ui.po.diff.Conflict.DecisionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.test.ui.po.editor.EditPage.Editor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.test.ui.po.EditRightsPane.Right
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xwiki.test.ui.po.EditRightsPane.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- viewChildren() - Method in class org.xwiki.test.ui.po.BasePage
-
Opens the viewer that lists the children of the current page.
- viewer - Variable in class org.xwiki.test.ui.po.EditablePropertyPane
-
- ViewPage - Class in org.xwiki.test.ui.po
-
Represents the common actions possible on all Pages when using the "view" action.
- ViewPage() - Constructor for class org.xwiki.test.ui.po.ViewPage
-
- waitForAttachment(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified attachments to be present but not selected.
- waitForAttachment(String, String, String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified attachment to be present.
- waitForClosed() - Method in class org.xwiki.test.ui.po.BaseModal
-
The modal may have a fade out effect on close which means it may not disappear instantly.
- waitForDocExtraPaneActive(String) - Method in class org.xwiki.test.ui.po.ViewPage
-
- waitForErrorMessage() - Method in class org.xwiki.test.ui.po.CreatePagePage
-
Waits for a global error message in the page.
- waitForFieldErrorMessage() - Method in class org.xwiki.test.ui.po.CreatePagePage
-
Waits for a validation error in a field.
- waitForLocation(String) - Method in class org.xwiki.test.ui.po.DocumentPicker
-
Wait for the Breadcrumb to display the passed path string and throw an exception if the timeout is reached.
- waitForLocation(List<String>) - Method in class org.xwiki.test.ui.po.DocumentPicker
-
Wait for the Breadcrumb to display the passed path and throw an exception if the timeout is reached.
- waitForLocationPreviewContent(String) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
Wait for the location preview to display the passed path string and throw an exception if the timeout is reached.
- waitForName(String) - Method in class org.xwiki.test.ui.po.DocumentPicker
-
Wait until the name field has been changed.
- waitForNotificationErrorMessage(String) - Method in class org.xwiki.test.ui.po.BaseElement
-
- waitForNotificationInProgressMessage(String) - Method in class org.xwiki.test.ui.po.BaseElement
-
- waitForNotificationSuccessMessage(String) - Method in class org.xwiki.test.ui.po.BaseElement
-
- waitForNotificationWarningMessage(String) - Method in class org.xwiki.test.ui.po.BaseElement
-
- waitForPage(String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified page to be present but not selected.
- waitForPage(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified page to be present but not selected.
- waitForPage(String, String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified page to be present.
- waitForPage(String, String, String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified page to be present.
- waitForSpace(String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified space to be present but not selected.
- waitForSpace(String, boolean) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Waits for the node corresponding to the specified space to be present.
- waitForSuggestions() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Waits until the suggestions have been loaded.
- waitForUploadToFinish(String) - Method in class org.xwiki.test.ui.po.AttachmentsPane
-
- waitToLoad() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Wait for the widget to appear.
- waitUntilCondition(ExpectedCondition<T>, int) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- waitUntilCondition(ExpectedCondition<T>) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
- waitUntilContent(String) - Method in class org.xwiki.test.ui.po.ViewPage
-
Waits until the page has the passed content by refreshing the page
- waitUntilElementContainsAttributeValue(By, String, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element contain a certain value for an attribute.
- waitUntilElementDisappears(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given locator corresponds to either a hidden or a deleted element.
- waitUntilElementDisappears(WebElement, By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given locator corresponds to either a hidden or a deleted element.
- waitUntilElementEndsWithAttributeValue(By, String, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element ends with a certain value for an attribute.
- waitUntilElementHasAttributeValue(By, String, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element has a certain value for an attribute.
- waitUntilElementHasNonEmptyAttributeValue(By, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element has a non-empty value for an attribute.
- waitUntilElementHasTextContent(By, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element has a certain value as its inner text.
- waitUntilElementIsEnabled(WebElement) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element is enabled.
- waitUntilElementIsVisible(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Wait until the element given by the locator is displayed.
- waitUntilElementIsVisible(WebElement, By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Wait until the element specified by the locator is displayed.
- waitUntilElementIsVisible(By, int) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Wait until the element given by the locator is displayed.
- waitUntilElementsAreVisible(By[], boolean) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Wait until one or all of an array of element locators are displayed.
- waitUntilElementsAreVisible(WebElement, By[], boolean) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Wait until one or all of an array of element locators are displayed.
- waitUntilFinished() - Method in class org.xwiki.test.ui.po.CopyOrRenameOrDeleteStatusPage
-
Wait until the copy operation finishes.
- waitUntilJavascriptCondition(String, Object...) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the provided javascript expression returns true
.
- waitUntilPageIsLoaded() - Method in class org.xwiki.test.ui.po.BasePage
-
Waits until the page has loaded.
- waitUntilPageIsLoaded() - Method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
- waitUntilPageIsReloaded() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the previously added marker is no longer found on the current page, signaling that the page has been
changed or reloaded.
- waitUntilPageJSIsLoaded() - Method in class org.xwiki.test.ui.po.BaseElement
-
Waits for the javascript libraries and their plugins that need to load before the UI's elements can be used
safely.
- waitUntilPageJSIsLoaded() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
- waitUntilPageJSIsLoaded() - Method in class org.xwiki.test.ui.po.InlinePage
-
- waitUntilReady() - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Wait till the livetable has finished displaying all its rows (so that we can then assert the livetable content
without running the risk that the rows have not been updated yet).
- waitUntilReady() - Method in class org.xwiki.test.ui.po.PageTypePicker
-
- waitUntilRowCountGreaterThan(int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- waitUntilRowCountGreaterThan(int, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
- watchDocument() - Method in class org.xwiki.test.ui.po.BasePage
-
- watchSpace() - Method in class org.xwiki.test.ui.po.BasePage
-
- watchWiki() - Method in class org.xwiki.test.ui.po.BasePage
-
- WebDriverFactory - Class in org.xwiki.test.ui
-
Create specific WebDriver
instances for various Browsers.
- WebDriverFactory() - Constructor for class org.xwiki.test.ui.WebDriverFactory
-
- WikiEditPage - Class in org.xwiki.test.ui.po.editor
-
Represents the common actions possible on all Pages when using the "edit" action with "wiki" editor
- WikiEditPage() - Constructor for class org.xwiki.test.ui.po.editor.WikiEditPage
-
- WYSIWYGEditPage - Class in org.xwiki.test.ui.po.editor
-
Represents the actions possible in WYSIWYG edit mode.
- WYSIWYGEditPage() - Constructor for class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-