A B C D E F G H I J L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractGuestTest - Class in org.xwiki.test.ui
-
Helper class to be extended by tests not requiring any user to be logged in (XWikiGuest is then the current user).
- AbstractGuestTest() - Constructor for class org.xwiki.test.ui.AbstractGuestTest
- AbstractRegistrationPage - Class in org.xwiki.test.ui.po
-
Represents the actions possible for the different registration pages (standard registration page and the registration modal).
- AbstractRegistrationPage() - Constructor for class org.xwiki.test.ui.po.AbstractRegistrationPage
- AbstractTest - Class in org.xwiki.test.ui
-
To be extended by all Test Classes.
- AbstractTest() - Constructor for class org.xwiki.test.ui.AbstractTest
- acknowledgeUnsupportedConversion() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPicker.SyntaxConversionConfirmationModal
- add(Object) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Add a new object.
- add(Object, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Add a new object.
- addClassProperty(String, String, String, String) - Method in class org.xwiki.test.ui.TestUtils
- addClassProperty(EntityReference, String, String) - Method in class org.xwiki.test.ui.TestUtils
- addObject(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
- addObject(String, String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
- addObject(String, String, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
- addObject(EntityReference, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
- addObject(EntityReference, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
- addObjectFromInlineLink(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
- addPageNotYetReloadedMarker() - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Adds a marker in the DOM of the browser that will only be available until we leave or reload the current page.
- addProperty(String, String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
- addPropertyWithoutWaiting(String, String) - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
- addQueryStringEntry(StringBuilder, String, Object) - Method in class org.xwiki.test.ui.TestUtils
- addQueryStringEntry(StringBuilder, String, String) - Method in class org.xwiki.test.ui.TestUtils
- addToContentField(String) - Method in class org.xwiki.test.ui.po.CommentForm
-
Add some content to the content field.
- addWCAGResults(String, String, Results) - Method in class org.xwiki.test.ui.WCAGContext
-
Appends WCAG results to the current context.
- addWCAGTime(long) - Method in class org.xwiki.test.ui.WCAGContext
- ADMIN - org.xwiki.test.ui.po.EditRightsPane.Right
- ADMIN_CREDENTIALS - Static variable in class org.xwiki.test.ui.TestUtils
- AdminAuthenticationRule - Class in org.xwiki.test.ui
-
Authenticates the Admin user in the wiki before the test starts.
- AdminAuthenticationRule(boolean, TestUtils) - Constructor for class org.xwiki.test.ui.AdminAuthenticationRule
- AdminAuthenticationRule(TestUtils) - Constructor for class org.xwiki.test.ui.AdminAuthenticationRule
- afterTests() - Method in class org.xwiki.test.ui.PageObjectSuite
- ALLOW - org.xwiki.test.ui.po.EditRightsPane.State
- api - Variable in class org.xwiki.test.ui.TestUtils.RestTestUtils.ResourceAPI
- apply(Statement, Description) - Method in class org.xwiki.test.ui.browser.BrowserTestRule
- apply(Statement, FrameworkMethod, Object) - Method in class org.xwiki.test.ui.AuthenticationRule
- applyRange() - Method in class org.xwiki.test.ui.po.DateRangePicker
-
Apply the selected range.
- assertOnPage() - Method in class org.xwiki.test.ui.po.LoginPage
- assertOnPage(String) - Method in class org.xwiki.test.ui.TestUtils
-
After successful completion of this function, you are guaranteed to be logged in as the given user and on the page passed in pageURL.
- assertOnPage(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
-
Verify if the passed reference corresponds to the current page, independently of the wiki.
- assertStatusCodes(M, boolean, int...) - Static method in class org.xwiki.test.ui.TestUtils
- assertStatuses(int, int...) - Static method in class org.xwiki.test.ui.TestUtils
- assertWCAGResults() - Method in class org.xwiki.test.ui.WCAGUtils
-
Assert that the results of the different WCAG failing checks are all empty.
- attachFile(String, String, String, File, boolean) - Method in class org.xwiki.test.ui.TestUtils
- attachFile(String, String, String, InputStream, boolean) - Method in class org.xwiki.test.ui.TestUtils
- attachFile(String, String, String, InputStream, boolean, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
- attachFile(List<String>, String, String, InputStream, boolean) - Method in class org.xwiki.test.ui.TestUtils
- attachFile(List<String>, String, String, InputStream, boolean, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
- attachFile(EntityReference, Object, boolean) - Method in class org.xwiki.test.ui.TestUtils
- attachFile(EntityReference, Object, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- attachFile(EntityReference, String, InputStream, boolean) - Method in class org.xwiki.test.ui.TestUtils
- attachFile(EntityReference, String, InputStream, boolean, UsernamePasswordCredentials) - Method in class org.xwiki.test.ui.TestUtils
- AttachmentHistoryPage - Class in org.xwiki.test.ui.po
-
Page Object for the attachment history page.
- AttachmentHistoryPage() - Constructor for class org.xwiki.test.ui.po.AttachmentHistoryPage
- authenticate() - Method in class org.xwiki.test.ui.AuthenticationRule
- AuthenticationRule - Class in org.xwiki.test.ui
-
Authenticates a user in the wiki before the test starts.
- AuthenticationRule(String, String, boolean, TestUtils) - Constructor for class org.xwiki.test.ui.AuthenticationRule
- AuthenticationRule(String, String, TestUtils) - Constructor for class org.xwiki.test.ui.AuthenticationRule
- autoSaveCheckbox - Variable in class org.xwiki.test.ui.po.editor.EditPage
B
- BASE_BIN_URL - Static variable in class org.xwiki.test.ui.TestUtils
-
Deprecated.since 7.3M1, use
TestUtils.getBaseBinURL()
instead - BASE_REST_URL - Static variable in class org.xwiki.test.ui.TestUtils
-
Deprecated.since 7.3M1, use
TestUtils.getBaseURL()
instead - BASE_URL - Static variable in class org.xwiki.test.ui.TestUtils
-
Deprecated.since 7.3M1, use
TestUtils.getBaseURL()
instead - 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() - Constructor for class org.xwiki.test.ui.po.BaseModal
-
Default constructor when we want to manually set the container.
- 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
BaseElement.waitUntilPageIsReady()
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
-
Used for ignoring tests that use
IgnoreBrowser
andIgnoreBrowsers
annotations. - 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
- buildFailsReport() - Method in class org.xwiki.test.ui.WCAGContext
- buildIncompleteReport() - Method in class org.xwiki.test.ui.WCAGContext
- buildOverview() - Method in class org.xwiki.test.ui.WCAGContext
-
Build the content of the wcag analysis overview.
- buildWarningsReport() - Method in class org.xwiki.test.ui.WCAGContext
- 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.
C
- canBeDeleted() - Method in class org.xwiki.test.ui.po.DeletedPageEntry
- canBeExpanded() - Method in class org.xwiki.test.ui.po.BreadcrumbElement
- canBeRestored() - Method in class org.xwiki.test.ui.po.DeletedPageEntry
- canBeViewed() - Method in class org.xwiki.test.ui.po.DeletedPageEntry
- 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
- cancelCommentForm() - Method in class org.xwiki.test.ui.po.CommentsTab
-
Cancel the currently open comment form (new comment, edit or reply) by clicking on the cancel button.
- 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
- changeWCAGTestMethod(String) - Method in class org.xwiki.test.ui.WCAGUtils
-
Change the current WCAG test method for reporting.
- changeYear() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Open the year picker.
- CHECKBOX - org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
- 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
- CLASS - org.xwiki.test.ui.po.editor.EditPage.Editor
- 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
- clearRange() - Method in class org.xwiki.test.ui.po.DateRangePicker
-
Clear the selected range.
- 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
-
Deprecated.use
BasePage.clickMoreActionsSubMenuEntry(String)
instead which has a better name - 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.
- clickBatchLink() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Clicks on the batch link.
- 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
- clickCreate(boolean) - Method in class org.xwiki.test.ui.po.CreatePagePage
-
Click on the create page button.
- clickDelete() - Method in class org.xwiki.test.ui.po.DeletedPageEntry
-
Click on the permanently delete action and bypass the confirm dialog.
- clickDeletePage() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Deprecated.Since 14.10 prefer using
DeletePageOutcomePage.getDeletedPagesEntries()
andDeletedPageEntry.clickDelete()
. - clickDeleteTerminalPage() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Deprecated.Since 14.10 prefer using
DeletePageOutcomePage.getDeletedTerminalPagesEntries()
andDeletedPageEntry.clickDelete()
. - 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
- clickEntry(String) - Method in class org.xwiki.test.ui.po.DrawerMenu
-
Click the passed menu entry link.
- clickForceSaveCSRFButton() - Method in class org.xwiki.test.ui.po.editor.EditPage
- 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.
- clickGuestRight(EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
- 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
- clickOnAnnotationQuote(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Click on the annotation of a given id.
- clickOnReplyToCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Click on the reply button of a comment.
- 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.DeletedPageEntry
-
Click on the restore action.
- clickRestore() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Deprecated.Since 14.10 prefer using
DeletePageOutcomePage.getDeletedPagesEntries()
andDeletedPageEntry.clickRestore()
. - 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.
- 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.
- 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() - Method in class org.xwiki.test.ui.po.InlinePage
- clickSaveAndContinue(boolean) - Method in class org.xwiki.test.ui.po.editor.EditPage
-
Clicks on the Save and Continue button.
- 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() - Method in class org.xwiki.test.ui.po.InlinePage
- 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(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(String) - Method in class org.xwiki.test.ui.po.InformationPane
-
Clicks on the translation link with the specified label (locale pretty name).
- clickTranslationLink(Locale) - Method in class org.xwiki.test.ui.po.InformationPane
-
Clicks on the translation link that corresponds to the given locale.
- clickView() - Method in class org.xwiki.test.ui.po.DeletedPageEntry
-
Click on the view link.
- clickViewDocument(int) - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
-
Deprecated.Since 14.10 prefer using
DeletePageOutcomePage.getDeletedPagesEntries()
andDeletedPageEntry.clickDelete()
. - 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
- COMMENT - org.xwiki.test.ui.po.EditRightsPane.Right
- 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
-
Deprecated.since 12.8RC1. The method
DeletePageConfirmationPage.confirmDeletePage()
should be used instead. - 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
- container - Variable in class org.xwiki.test.ui.po.XWikiSelectWidget
- contentContainsElement(By) - Method in class org.xwiki.test.ui.po.ViewPage
- contentText - Variable in class org.xwiki.test.ui.po.editor.WikiEditPage
- 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, add it to the XWikiAdminGroup and login.
- createAdminUser(boolean) - Method in class org.xwiki.test.ui.TestUtils
-
Creates the Admin user, add it to the XWikiAdminGroup and login.
- createInlinePage() - Method in class org.xwiki.test.ui.po.BasePage
-
Can be overridden to return extended
InlinePage
. - 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(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) - Method in class org.xwiki.test.ui.TestUtils
- createPage(List<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) - Method in class org.xwiki.test.ui.TestUtils
- createPage(EntityReference, String, String) - Method in class org.xwiki.test.ui.TestUtils
- createPage(EntityReference, 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, boolean) - 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, 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, 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(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(EntityReference, String, String, String, InputStream) - Method in class org.xwiki.test.ui.TestUtils
- createPageWithAttachment(EntityReference, String, String, String, InputStream, UsernamePasswordCredentials) - 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
-
Deprecated.since 7.2M3. Use
CreatePagePage
instead. - 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
- CURRENT - org.xwiki.test.ui.po.diff.Conflict.DecisionType
-
Current value.
- currentEditorDiv - Variable in class org.xwiki.test.ui.po.editor.EditPage
- CUSTOM - org.xwiki.test.ui.po.diff.Conflict.DecisionType
-
Custom value.
D
- 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
- DateRangePicker - Class in org.xwiki.test.ui.po
-
Represents the actions possible on the date range picker widget.
- DateRangePicker(WebElement) - Constructor for class org.xwiki.test.ui.po.DateRangePicker
-
Get the date range picker corresponding to the given element.
- 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
- DELETE - org.xwiki.test.ui.po.EditRightsPane.Right
- deleteAttachement(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
- deleteAttachement(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- deleteAttachement(EntityReference, String) - Method in class org.xwiki.test.ui.TestUtils
- deleteCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Deletes a comment.
- DeletedPageEntry - Class in org.xwiki.test.ui.po
-
Represents a deleted page row in the recycle bin.
- DeletedPageEntry(int, boolean, WebElement) - Constructor for class org.xwiki.test.ui.po.DeletedPageEntry
-
Default constructor.
- 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(String, String, String, int) - Method in class org.xwiki.test.ui.TestUtils
- deleteObject(By) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
- 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(String, String) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- deletePage(String, String, Locale) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- deletePage(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
- deletePage(EntityReference, boolean) - Method in class org.xwiki.test.ui.TestUtils
- 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.
- deleteSpace(EntityReference) - 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
- DENY - org.xwiki.test.ui.po.EditRightsPane.State
- 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.
- DrawerMenu - Class in org.xwiki.test.ui.po
-
Represents the Drawer Menu available on all pages.
- DrawerMenu() - Constructor for class org.xwiki.test.ui.po.DrawerMenu
E
- edit() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit" button.
- EDIT - org.xwiki.test.ui.po.EditRightsPane.Right
- EditablePropertyPane<T> - 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(String, String) - Method in class org.xwiki.test.ui.TestUtils
- editClass(DocumentReference) - Method in class org.xwiki.test.ui.TestUtils
-
Goes to a page in edit class mode.
- 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.
- editObjects() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit objects" entry of the content menu.
- 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.
- 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.
- editWYSIWYG() - Method in class org.xwiki.test.ui.po.BasePage
-
Performs a click on the "edit wysiwyg" entry of the content menu.
- element - Variable in class org.xwiki.test.ui.po.EditablePropertyPane
- ELEMENTS_ENCODED - Static variable in class org.xwiki.test.ui.TestUtils.RestTestUtils
- endWCAGValidation() - Method in class org.xwiki.test.ui.WCAGUtils
-
Ends the validation process for WCAG.
- 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
- errorMessageInclude(String) - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
- 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(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
- executeDelete(String) - Method in class org.xwiki.test.ui.TestUtils
- executeDelete(String, int...) - Method in class org.xwiki.test.ui.TestUtils
- 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
- executeGet(Object, Map<String, Object[]>, EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- executeGet(Object, EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- executeGet(String) - Method in class org.xwiki.test.ui.TestUtils
- executeGet(String, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils
- executeGet(String, int...) - Method in class org.xwiki.test.ui.TestUtils
- executeGet(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- executeJavascript(String, Object...) - Method in class org.xwiki.test.ui.XWikiWebDriver
- 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
- executePost(String, InputStream, String) - Method in class org.xwiki.test.ui.TestUtils
- executePost(String, InputStream, String, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils
- executePost(String, InputStream, String, 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
- executePut(String, InputStream, String) - Method in class org.xwiki.test.ui.TestUtils
- executePut(String, InputStream, String, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils
- executePut(String, InputStream, String, int...) - Method in class org.xwiki.test.ui.TestUtils
- executeScript(String, Object...) - Method in class org.xwiki.test.ui.XWikiWebDriver
- executeWiki(String, Syntax) - Method in class org.xwiki.test.ui.TestUtils
- executeWiki(String, Syntax, Map<String, String>) - Method in class org.xwiki.test.ui.TestUtils
- executeWikiPlain(String, Syntax) - Method in class org.xwiki.test.ui.TestUtils
- 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.
F
- failed(Throwable, Description) - Method in class org.xwiki.test.ui.TestDebugger
- fieldName - Variable in class org.xwiki.test.ui.po.XWikiSelectWidget
- fillFieldsByElements(Map<WebElement, String>) - Method in class org.xwiki.test.ui.po.FormContainerElement
- fillFieldsByName(Map<String, String>) - Method in class org.xwiki.test.ui.po.FormContainerElement
- fillForm(String, String, String, boolean) - Method in class org.xwiki.test.ui.po.CreatePagePage
- fillInJohnSmithValues() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
- fillRegisterForm(String, String, String, String, String, String) - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
- filter(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
-
Filter the options that match the specified text.
- filterColumn(String, String) - Method in class org.xwiki.test.ui.po.LiveTableElement
- findElement(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Overwrites
WebDriver.findElement(By)
to make sure the found element is visible by scrolling it into view. - findElements(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
- findElementsWithoutWaiting(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
- findElementsWithoutWaiting(WebElement, By) - Method in class org.xwiki.test.ui.XWikiWebDriver
- findElementWithoutScrolling(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Same as
XWikiWebDriver.findElement(By)
but don't scroll to make the element visible. - findElementWithoutWaiting(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
- findElementWithoutWaiting(WebElement, By) - Method in class org.xwiki.test.ui.XWikiWebDriver
- findElementWithoutWaitingWithoutScrolling(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Same as
XWikiWebDriver.findElementWithoutWaiting(By)
but don't scroll to make the element visible. - forceGuestUser() - Method in class org.xwiki.test.ui.TestUtils
-
Forces the current user to be the Guest user by clearing all coookies.
- FormContainerElement - Class in org.xwiki.test.ui.po
-
Represents a form element and provide utility methods to get/set form data.
- FormContainerElement(By) - Constructor for class org.xwiki.test.ui.po.FormContainerElement
-
The form element is retrieved through the given selector.
- FormContainerElement(WebElement) - Constructor for class org.xwiki.test.ui.po.FormContainerElement
-
The form element is retrieved through its container.
- FormContainerElement.SelectElement - Class in org.xwiki.test.ui.po
G
- geAttachmentContent(long) - Method in class org.xwiki.test.ui.po.AttachmentHistoryPage
-
Follow a version url, get its content the comes back to the previous page.
- get(Object, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- get(Object, Map<String, Object[]>, EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- get(Object, Map<String, Object[]>, EntityReference, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- 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(String) - Method in class org.xwiki.test.ui.XWikiWebDriver
- 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(EntityReference, Map<String, Object[]>) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- get(EntityReference, Map<String, Object[]>, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- 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
- getAttachmentsSummary() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
- getAttachmentURL(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, String, String) - Method in class org.xwiki.test.ui.TestUtils
- getAuthor(int) - Method in class org.xwiki.test.ui.po.AttachmentHistoryPage
- getAutoSaveCheckbox() - Method in class org.xwiki.test.ui.po.editor.EditPage
- 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
- getAxeBuilder() - Method in class org.xwiki.test.ui.WCAGContext
-
Instantiate and initialize an axe builder with context options.
- 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
- getCategoryNames() - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- getCell(int, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
- getCell(WebElement, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
- getChangeComment() - Method in class org.xwiki.test.ui.po.ChangesPane
- getChangedBlocks() - Method in class org.xwiki.test.ui.po.diff.RenderedChanges
- getChangedEntities() - Method in class org.xwiki.test.ui.po.diff.RawChanges
- getChangesPane() - Method in class org.xwiki.test.ui.po.ComparePage
- getClassPropertiesSummary() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
- getColumn(int) - Method in class org.xwiki.test.ui.po.TableElement
- getColumn(String) - 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
- 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
- getDeletedPagesEntries() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
- getDeletedTerminalPagesEntries() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
- getDeletePageOutcomePage() - Method in class org.xwiki.test.ui.po.DeletingPage
- getDeleter() - Method in class org.xwiki.test.ui.po.DeletedPageEntry
- getDiff(String) - Method in class org.xwiki.test.ui.po.diff.EntityDiff
- getDiffSummary() - Method in class org.xwiki.test.ui.po.diff.RawChanges
- getDisplayedCategorySize(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- 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
- getDrawerMenu() - Method in class org.xwiki.test.ui.po.BasePage
- 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.diff.RawChanges
- 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
- getErrorMessage(String) - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
- 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() - Method in class org.xwiki.test.ui.po.editor.EditPage
- getExistingLocales(List<WebElement>) - 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(String) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Allow to get the state of the given right for guest user.
- getGuestRight(EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
- 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
- getIncompleteCountPerRule() - Method in class org.xwiki.test.ui.WCAGContext
- getInfoMessage() - Method in class org.xwiki.test.ui.po.RefactoringStatusPage
- getInputStream(String, String, Map<String, ?>, Object...) - Method in class org.xwiki.test.ui.TestUtils
- getInputStream(String, Map<String, ?>) - 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
- getLabel() - Method in class org.xwiki.test.ui.po.EditablePropertyPane
- getLabel() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
- getLabelsInCategory(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- getLastModifiedText() - Method in class org.xwiki.test.ui.po.ViewPage
- 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
- 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
- getNumberOfVersions() - Method in class org.xwiki.test.ui.po.HistoryPane
- 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
- getOptionByLabel(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- getOptionByValue(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- getOptionInput(WebElement) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- getOptionInputsStream() - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- getOptions() - Method in class org.xwiki.test.ui.po.FormContainerElement.SelectElement
- getOptionsStream() - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- 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
-
Deprecated.Since 14.10 prefer using
DeletePageOutcomePage.getDeletedPagesEntries()
andDeletedPageEntry.getDeleter()
. - 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
- getPassCountPerRule() - Method in class org.xwiki.test.ui.WCAGContext
- 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
- getRawChanges() - Method in class org.xwiki.test.ui.po.ChangesPane
- getRegistrationSuccessMessage() - Method in class org.xwiki.test.ui.po.RegistrationPage
- 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
- getRenderedChanges() - Method in class org.xwiki.test.ui.po.ChangesPane
- 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, String) - Method in class org.xwiki.test.ui.po.EditRightsPane
-
Allow to get the state of the given right for the given entityName.
- getRight(String, EditRightsPane.Right) - Method in class org.xwiki.test.ui.po.EditRightsPane
- getRightsTable() - Method in class org.xwiki.test.ui.po.EditRightsPane
- getRow(int) - Method in class org.xwiki.test.ui.po.LiveTableElement
- getRow(int) - Method in class org.xwiki.test.ui.po.TableElement
- getRow(String) - 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
- getRowNumberForElement(By) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Get the row index of an element, relative to the number of currently displayed rows.
- getSaveAndContinueButton() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
Use this method instead of
EditPage.clickSaveAndContinue()
and callWebElement.click()
when you know that the next page is not a standard XWikiInlinePage
. - getSaveAndContinueButton() - Method in class org.xwiki.test.ui.po.InlinePage
-
Use this method instead of
InlinePage.clickSaveAndContinue()
and callWebElement.click()
when you know that the next page is not a standard XWikiInlinePage
. - getSaveAndViewButton() - Method in class org.xwiki.test.ui.po.editor.ClassEditPage
- getSaveAndViewButton() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
Use this method instead of
EditPage.clickSaveAndView()
and callWebElement.click()
when you know that the next page is not a standard XWikiInlinePage
. - getSaveAndViewButton() - Method in class org.xwiki.test.ui.po.InlinePage
-
Use this method instead of
InlinePage.clickSaveAndView()
and callWebElement.click()
when you know that the next page is not a standard XWikiInlinePage
. - 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
- getSelectedValues() - Method in class org.xwiki.test.ui.po.BootstrapSelect
- 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
- getSize(int) - Method in class org.xwiki.test.ui.po.AttachmentHistoryPage
- 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, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
-
Extended version to work in a docker context.
- 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
- getTestClassName() - Method in class org.xwiki.test.ui.WCAGContext
- getTestMethodName() - Method in class org.xwiki.test.ui.AbstractTest
- getTestMethodName() - Method in class org.xwiki.test.ui.WCAGContext
- 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
- getTooltip() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
- 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.
- getUriBuilder(Class<?>) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- getUriBuilder(Object, Map<String, Object[]>) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- getURL() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
- 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(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
- getURL(String, String[], String, String) - Method in class org.xwiki.test.ui.TestUtils
- 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(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.
- 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
- 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
- getURLToDeleteSpace(EntityReference) - 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() - Method in class org.xwiki.test.ui.po.EditablePropertyPane
- getValue() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
- getValue(String) - Method in class org.xwiki.test.ui.po.InlinePage
-
Retrieves the value of the specified form field
- getValues() - Method in class org.xwiki.test.ui.po.SuggestInputElement
- getVersion() - Method in class org.xwiki.test.ui.TestUtils
- getVersion(long) - Method in class org.xwiki.test.ui.po.AttachmentHistoryPage
- getViolationCountPerRule() - Method in class org.xwiki.test.ui.WCAGContext
- getWarningMessage() - Method in class org.xwiki.test.ui.po.CopyOverwritePromptPage
- getWCAGContext() - Method in class org.xwiki.test.ui.WCAGUtils
-
Get the WCAG context for the test suite.
- getWCAGFailCount() - Method in class org.xwiki.test.ui.WCAGContext
- getWCAGIncompleteCount() - Method in class org.xwiki.test.ui.WCAGContext
- getWCAGTime() - Method in class org.xwiki.test.ui.WCAGContext
- getWCAGUtils() - Method in class org.xwiki.test.ui.TestUtils
- getWCAGWarnCount() - Method in class org.xwiki.test.ui.WCAGContext
- 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
- getXWikiMessageContent() - Method in class org.xwiki.test.ui.po.BasePage
- 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() - 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) - Method in class org.xwiki.test.ui.TestUtils
- 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(String, String) - Static method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
Go to the passed page in WYSIWYG edit mode.
- gotoPage(String, String) - Method in class org.xwiki.test.ui.TestUtils
- gotoPage(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
- gotoPage(String, String, String, Object...) - Method in class org.xwiki.test.ui.TestUtils
- gotoPage(String, String, String, String) - 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, 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) - Static method in class org.xwiki.test.ui.po.editor.WikiEditPage
-
Open the specified page in Wiki edit mode.
- gotoPage(EntityReference) - Static method in class org.xwiki.test.ui.po.editor.WYSIWYGEditPage
-
Go to the passed page in WYSIWYG edit mode.
- gotoPage(EntityReference) - Method in class org.xwiki.test.ui.TestUtils
- gotoPage(EntityReference, String) - Method in class org.xwiki.test.ui.TestUtils
- gotoPage(EntityReference, String, Object...) - 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(EntityReference, String, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
H
- hasAffectChildrenOption() - Method in class org.xwiki.test.ui.po.ConfirmationPage
- hasAttachment(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
- hasBreadcrumbContent(String, boolean) - Method in class org.xwiki.test.ui.po.ViewPage
- hasBreadcrumbContent(String, boolean, boolean) - Method in class org.xwiki.test.ui.po.ViewPage
- hasCaptchaChallenge() - Method in class org.xwiki.test.ui.po.LoginPage
- hasCaptchaErrorMessage() - Method in class org.xwiki.test.ui.po.LoginPage
- hasColumn(String) - Method in class org.xwiki.test.ui.po.LiveTableElement
- hasDeleteButtonForCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
- hasEditButtonForCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
- hasElement(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Should be used when the result is supposed to be true (otherwise you'll incur the timeout and an error will be raised!).
- hasElement(WebElement, By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Should be used when the result is supposed to be true (otherwise you'll incur the timeout).
- hasElementWithoutWaiting(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
- hasElementWithoutWaiting(WebElement, By) - Method in class org.xwiki.test.ui.XWikiWebDriver
- hasElementWithoutWaitingWithoutScrolling(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Same as
XWikiWebDriver.hasElementWithoutWaiting(By)
but don't scroll to make the element visible. - hasEntity(String) - Method in class org.xwiki.test.ui.po.EditRightsPane
- hasEntry(String) - Method in class org.xwiki.test.ui.po.DrawerMenu
- hasError() - Method in class org.xwiki.test.ui.po.CreateSpacePage
-
Deprecated.
- hasExactRows(String, List<String>) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Checks if there are as many rows as there are passed values and check that the values match.
- hasField(By) - Method in class org.xwiki.test.ui.po.FormContainerElement
- hasHint() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
- hasInvalidCredentialsErrorMessage() - Method in class org.xwiki.test.ui.po.LoginPage
- hasLeftPanel(String) - Method in class org.xwiki.test.ui.po.BasePage
- hasLoginLink() - Method in class org.xwiki.test.ui.po.BasePage
- hasNewBacklinkTargetAdded() - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
- hasNextChange() - Method in class org.xwiki.test.ui.po.ChangesPane
- hasNextFromVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
- hasNextToVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
- hasNoChanges() - Method in class org.xwiki.test.ui.po.diff.RawChanges
- hasNoChanges() - Method in class org.xwiki.test.ui.po.diff.RenderedChanges
- hasNotificationsMenu() - Method in class org.xwiki.test.ui.po.BasePage
-
Says if the notifications menu is present (it is displayed only if it has some content).
- hasObject(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
- hasOptionWithLabel(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
- hasPage(String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
- hasPage(String, String, String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
- hasPageWithTitle(String) - Method in class org.xwiki.test.ui.po.PagesLiveTableElement
- hasPathElement(String, boolean, boolean) - Method in class org.xwiki.test.ui.po.BreadcrumbElement
- hasPreviewButton() - Method in class org.xwiki.test.ui.po.editor.PreviewableEditPage
- hasPreviousChange() - Method in class org.xwiki.test.ui.po.ChangesPane
- hasPreviousFromVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
- hasPreviousToVersion() - Method in class org.xwiki.test.ui.po.ChangesPane
- hasRenderingError() - Method in class org.xwiki.test.ui.po.BasePage
- hasRow(String, String) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Checks if there is a row that has the given value for the specified column.
- hasSpace(String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
- hasTerminalPagesInRecycleBin() - Method in class org.xwiki.test.ui.po.DeletePageOutcomePage
- hasTimePicker() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
- hasTranslateButton() - Method in class org.xwiki.test.ui.po.ViewPage
- hasVersion(String) - Method in class org.xwiki.test.ui.po.HistoryPane
- hasVersionWithSummary(String) - Method in class org.xwiki.test.ui.po.HistoryPane
- hasWCAGFails() - Method in class org.xwiki.test.ui.WCAGContext
- hasWCAGIncomplete() - Method in class org.xwiki.test.ui.WCAGContext
- hasWCAGWarnings() - Method in class org.xwiki.test.ui.WCAGContext
- hide() - Method in class org.xwiki.test.ui.po.DrawerMenu
- hideSuggestions() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Hides the suggestions panel.
- HistoryPane - Class in org.xwiki.test.ui.po
-
Represents the actions possible on the History Pane at the bottom of a page.
- HistoryPane() - Constructor for class org.xwiki.test.ui.po.HistoryPane
I
- IgnoreBrowser - Annotation Type in org.xwiki.test.ui.browser
-
Annotation to exclude running a test for a given list of browsers.
- IgnoreBrowsers - Annotation Type in org.xwiki.test.ui.browser
-
Annotation to exclude running a test for a given list of browsers.
- importXar(File) - Method in class org.xwiki.test.ui.TestUtils
- incrementHour() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Increments the hour.
- incrementMinute() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Increments the minutes.
- incrementSecond() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Increments the seconds.
- InformationPane - Class in org.xwiki.test.ui.po
-
PO for Page Information pane.
- InformationPane() - Constructor for class org.xwiki.test.ui.po.InformationPane
- init() - Static method in class org.xwiki.test.ui.AbstractTest
- init(List<XWikiExecutor>) - Static method in class org.xwiki.test.ui.AbstractTest
- initializeComponent(ComponentManager) - Static method in class org.xwiki.test.ui.TestUtils
- initializeSystem(PersistentTestContext) - Static method in class org.xwiki.test.ui.AbstractTest
-
Used so that AllTests can set the persistent test context.
- InlinePage - Class in org.xwiki.test.ui.po
-
Represents the common actions possible on all Pages when using the "inline" action.
- InlinePage() - Constructor for class org.xwiki.test.ui.po.InlinePage
- INPUT - org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
- isAuthenticated() - Method in class org.xwiki.test.ui.po.BasePage
- isAutoRedirect() - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
- isAutoRedirect() - Method in class org.xwiki.test.ui.po.RenamePage
- isCommentFormShown() - Method in class org.xwiki.test.ui.po.CommentsTab
- isCSRFWarningDisplayed() - Method in class org.xwiki.test.ui.po.editor.EditPage
- isDecisionChangeEmpty() - Method in class org.xwiki.test.ui.po.diff.Conflict
- isDeleteLinkDisplayed() - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
- isDisplayed() - Method in class org.xwiki.test.ui.po.BaseModal
- isEditCommentDisplayed() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
- isEditLinkDisplayed() - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
- isElementVisible(By) - Method in class org.xwiki.test.ui.po.BaseElement
- isEmpty() - Method in class org.xwiki.test.ui.po.TableElement
- isEnabled() - Method in class org.xwiki.test.ui.po.BootstrapSwitch
- isEnabled() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
- isFailing(String) - Method in class org.xwiki.test.ui.WCAGContext
- isForbidden() - Method in class org.xwiki.test.ui.po.BasePage
- isInAdminMode() - Method in class org.xwiki.test.ui.TestUtils
- isInClassEditMode() - Method in class org.xwiki.test.ui.TestUtils
- isInCreateMode() - Method in class org.xwiki.test.ui.TestUtils
- isInDeleteMode() - Method in class org.xwiki.test.ui.TestUtils
- isInInlineEditMode() - Method in class org.xwiki.test.ui.TestUtils
- isInlinePage() - Method in class org.xwiki.test.ui.po.ViewPage
- isInObjectEditMode() - Method in class org.xwiki.test.ui.TestUtils
- isInRenameMode() - Method in class org.xwiki.test.ui.TestUtils
- isInRightsEditMode() - Method in class org.xwiki.test.ui.TestUtils
- isInSourceViewMode() - Method in class org.xwiki.test.ui.TestUtils
- isInViewMode() - Method in class org.xwiki.test.ui.TestUtils
- isInWikiEditMode() - Method in class org.xwiki.test.ui.TestUtils
- isInWYSIWYGEditMode() - Method in class org.xwiki.test.ui.TestUtils
- isLiveValidationEnabled() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
- isMultiple() - Method in class org.xwiki.test.ui.po.BootstrapSelect
- isNewDocument() - Method in class org.xwiki.test.ui.po.BasePage
-
Determine if the current page is a new document.
- isNotCached(String, String) - Method in class org.xwiki.test.ui.WCAGContext
- isNotificationsMenuOpen() - Method in class org.xwiki.test.ui.po.BasePage
- isObjectDisplayed() - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
-
Checks if the information are loaded and displayed.
- isOnResubmissionPage() - Method in class org.xwiki.test.ui.po.ResubmissionPage
- isOpened() - Method in class org.xwiki.test.ui.po.CommentsTab
- isOpened() - Method in class org.xwiki.test.ui.po.HistoryPane
- isOpened() - Method in class org.xwiki.test.ui.po.InformationPane
- isOriginalLocale() - Method in class org.xwiki.test.ui.po.InformationPane
- isPreserveChildren() - Method in class org.xwiki.test.ui.po.RenamePage
- isPropertyDeprecated(String, String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
- isReady() - Method in class org.xwiki.test.ui.po.LiveTableElement
- isRecycleBinOptionsDisplayed() - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
- isSuccess() - Method in class org.xwiki.test.ui.po.DeletingPage
- isTerminal() - Method in class org.xwiki.test.ui.po.CopyPage
- isTerminal() - Method in class org.xwiki.test.ui.po.RenamePage
- isTerminalOptionDisplayed() - Method in class org.xwiki.test.ui.po.CreatePagePage
- isTerminalPage() - Method in class org.xwiki.test.ui.po.CreatePagePage
- isUpdateLinks() - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
- isUpdateLinks() - Method in class org.xwiki.test.ui.po.RenamePage
- isVisible() - Method in class org.xwiki.test.ui.po.DrawerMenu
- isWCAGEnabled() - Method in class org.xwiki.test.ui.WCAGContext
J
- JOHN_SMITH_PASSWORD - Static variable in class org.xwiki.test.ui.po.AbstractRegistrationPage
-
Password used for registering a user with
AbstractRegistrationPage.fillInJohnSmithValues()
. - JOHN_SMITH_USERNAME - Static variable in class org.xwiki.test.ui.po.AbstractRegistrationPage
-
Username used for registering a user with
AbstractRegistrationPage.fillInJohnSmithValues()
.
L
- LiveTableElement - Class in org.xwiki.test.ui.po
-
Represents the actions possible on a livetable.
- LiveTableElement(String) - Constructor for class org.xwiki.test.ui.po.LiveTableElement
- localeAPI - Variable in class org.xwiki.test.ui.TestUtils.RestTestUtils.ResourceAPI
- login() - Method in class org.xwiki.test.ui.po.BasePage
- login(String, String) - Method in class org.xwiki.test.ui.TestUtils
- loginAndGotoPage(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
- loginAndGotoPage(String, String, String, boolean) - Method in class org.xwiki.test.ui.TestUtils
- loginAs(String, String) - Method in class org.xwiki.test.ui.po.LoginPage
- loginAs(String, String, boolean) - Method in class org.xwiki.test.ui.po.LoginPage
- loginAsAdmin() - Method in class org.xwiki.test.ui.po.LoginPage
- loginAsAdmin() - Method in class org.xwiki.test.ui.TestUtils
- loginAsAdminAndGotoPage(String) - Method in class org.xwiki.test.ui.TestUtils
- loginAsSuperAdmin() - Method in class org.xwiki.test.ui.TestUtils
- loginAsSuperAdminAndGotoPage(String) - Method in class org.xwiki.test.ui.TestUtils
- loginModalDisplayed() - Method in class org.xwiki.test.ui.po.editor.WikiEditPage
- LoginPage - Class in org.xwiki.test.ui.po
-
Represents the actions possible on the Login page.
- LoginPage() - Constructor for class org.xwiki.test.ui.po.LoginPage
- logo - Variable in class org.xwiki.test.ui.po.BasePage
-
Used to scroll the page to the top before accessing the floating menu.
- logout() - Method in class org.xwiki.test.ui.po.BasePage
- lookupEntity(String) - Method in class org.xwiki.test.ui.po.EntityTreeElement
-
Types the given text in the input box below the tree.
M
- makeAlertDialogSilent() - Method in class org.xwiki.test.ui.XWikiWebDriver
- makeConfirmDialogSilent(boolean) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
There is no easy support for alert/confirm window methods yet, see - http://code.google.com/p/selenium/issues/detail?id=27 - http://www.google.com/codesearch/p?hl=en#2tHw6m3DZzo/branches /merge/common/test/java/org/openqa/selenium/AlertsTest.java The aim is :
Alert alert = this.getDriver().switchTo().alert(); alert.accept();
Until then, the following hack does override the confirm method in Javascript to return the given value. - makeElementVisible(By) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Shows hidden elements, as if they would be shown on hover.
- makeElementVisible(WebElement) - Method in class org.xwiki.test.ui.XWikiWebDriver
- manage() - Method in class org.xwiki.test.ui.XWikiWebDriver
- moveBefore(By, By) - Method in class org.xwiki.test.ui.po.SortableElement
-
Move a given element before another one.
- moveToTopLeftCornerOfTargetWithOffset(WebElement, int, int, Actions) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Same as
Actions.moveToElement(WebElement, int, int)
except that the target is the top-left corner of the target, instead of the center.
N
- navigate() - Method in class org.xwiki.test.ui.XWikiWebDriver
- NEXT - org.xwiki.test.ui.po.diff.Conflict.DecisionType
-
Next value.
- NONE - org.xwiki.test.ui.po.EditRightsPane.State
- NumberClassEditElement - Class in org.xwiki.test.ui.po.editor
-
Represents a NumberClass property form.
- NumberClassEditElement(FormContainerElement, String) - Constructor for class org.xwiki.test.ui.po.editor.NumberClassEditElement
- numberOfColumns() - Method in class org.xwiki.test.ui.po.TableElement
- numberOfRows() - Method in class org.xwiki.test.ui.po.TableElement
O
- object(String) - Static method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- object(EntityReference, String) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- object(EntityReference, String, int) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- OBJECT - org.xwiki.test.ui.po.editor.EditPage.Editor
- ObjectEditPage - Class in org.xwiki.test.ui.po.editor
-
Represents the common actions possible on all Pages when using the "edit" action with the "object" editor.
- ObjectEditPage() - Constructor for class org.xwiki.test.ui.po.editor.ObjectEditPage
- ObjectEditPane - Class in org.xwiki.test.ui.po.editor
-
Represents a group of form fields that are used to edit an object of a specific type.
- ObjectEditPane(By, String, int) - Constructor for class org.xwiki.test.ui.po.editor.ObjectEditPane
-
Creates a new edit pane for an object of the specified type.
- ObjectEditPane(WebElement, String, int) - Constructor for class org.xwiki.test.ui.po.editor.ObjectEditPane
-
Creates a new edit pane for an object of the specified type.
- OFF - org.xwiki.test.ui.po.BootstrapSwitch.State
-
State is 'OFF'.
- ON - org.xwiki.test.ui.po.BootstrapSwitch.State
-
State is 'ON'.
- openCommentForm() - Method in class org.xwiki.test.ui.po.CommentsTab
-
Opens the comment form by clicking on the comment button.
- openCommentsDocExtraPane() - Method in class org.xwiki.test.ui.po.ViewPage
-
Opens the comments tab.
- openDatePicker(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPane
-
Opens the date picker for the specified date property of the edited object.
- openHistoryDocExtraPane() - Method in class org.xwiki.test.ui.po.ViewPage
- openInformationDocExtraPane() - Method in class org.xwiki.test.ui.po.ViewPage
- openLinkInTab(By, String...) - Method in class org.xwiki.test.ui.TestUtils
- org.xwiki.test.ui - package org.xwiki.test.ui
- org.xwiki.test.ui.browser - package org.xwiki.test.ui.browser
- org.xwiki.test.ui.po - package org.xwiki.test.ui.po
- org.xwiki.test.ui.po.diff - package org.xwiki.test.ui.po.diff
- org.xwiki.test.ui.po.editor - package org.xwiki.test.ui.po.editor
P
- page(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- pageExists(String, String) - Method in class org.xwiki.test.ui.TestUtils
- pageExists(List<String>, String) - Method in class org.xwiki.test.ui.TestUtils
- PageObjectSuite - Class in org.xwiki.test.ui
-
Extends
XWikiExecutorSuite
and initialize thePersistentTestContext
. - PageObjectSuite(Class<?>, RunnerBuilder) - Constructor for class org.xwiki.test.ui.PageObjectSuite
- PageObjectSuite.PostStart - Annotation Type in org.xwiki.test.ui
- PagesLiveTableElement - Class in org.xwiki.test.ui.po
-
Represents a live table that lists generic pages (e.g.
- PagesLiveTableElement(String) - Constructor for class org.xwiki.test.ui.po.PagesLiveTableElement
- PageTypePicker - Class in org.xwiki.test.ui.po
-
Represents the widget used to select a page template.
- PageTypePicker() - Constructor for class org.xwiki.test.ui.po.PageTypePicker
- PageTypePicker(WebElement) - Constructor for class org.xwiki.test.ui.po.PageTypePicker
- PersistentTestContext - Class in org.xwiki.test.ui
-
This is a container for holding all of the information which should persist throughout all of the tests.
- PersistentTestContext() - Constructor for class org.xwiki.test.ui.PersistentTestContext
-
Starts an XWiki instance if not already started.
- PersistentTestContext(List<XWikiExecutor>) - Constructor for class org.xwiki.test.ui.PersistentTestContext
-
Don't start an XWiki instance, instead use an existing started instance.
- PersistentTestContext(List<XWikiExecutor>, XWikiWebDriver) - Constructor for class org.xwiki.test.ui.PersistentTestContext
- PersistentTestContext(PersistentTestContext) - Constructor for class org.xwiki.test.ui.PersistentTestContext
- postComment(String, boolean) - Method in class org.xwiki.test.ui.po.CommentsTab
- postCommentAsGuest(String, String, boolean) - Method in class org.xwiki.test.ui.po.CommentsTab
- postInputStream(Object, Object, Map<String, Object[]>, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- postRESTInputStream(Object, Object, Object...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- PreviewableEditPage - Class in org.xwiki.test.ui.po.editor
-
Edit page with a preview button.
- PreviewableEditPage() - Constructor for class org.xwiki.test.ui.po.editor.PreviewableEditPage
- PreviewEditPage - Class in org.xwiki.test.ui.po.editor
-
Models the preview edit page.
- PreviewEditPage(PreviewableEditPage) - Constructor for class org.xwiki.test.ui.po.editor.PreviewEditPage
-
Creates a new preview page that holds a reference to the edited page.
- PREVIOUS - org.xwiki.test.ui.po.diff.Conflict.DecisionType
-
Previous value.
- PROGRAM - org.xwiki.test.ui.po.EditRightsPane.Right
- property(String, Object) - Static method in class org.xwiki.test.ui.TestUtils.RestTestUtils
Q
- quit() - Method in class org.xwiki.test.ui.XWikiWebDriver
R
- RADIO - org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
- RawChanges - Class in org.xwiki.test.ui.po.diff
-
Represents the raw changes display (in a tab in the compare documents view or in the conflict view).
- RawChanges(WebElement) - Constructor for class org.xwiki.test.ui.po.diff.RawChanges
- reason() - Method in annotation type org.xwiki.test.ui.browser.IgnoreBrowser
- recacheSecretToken() - Method in class org.xwiki.test.ui.TestUtils
-
(Re)-cache the secret token used for CSRF protection.
- RefactoringStatusPage - Class in org.xwiki.test.ui.po
-
Represents the status page of a refactoring job.
- RefactoringStatusPage() - Constructor for class org.xwiki.test.ui.po.RefactoringStatusPage
- register() - Method in class org.xwiki.test.ui.po.BasePage
- REGISTER - org.xwiki.test.ui.po.EditRightsPane.Right
- RegistrationPage - Class in org.xwiki.test.ui.po
-
Represents the actions possible on the Registration Page
- RegistrationPage() - Constructor for class org.xwiki.test.ui.po.RegistrationPage
- rejectSyntaxConversion() - Method in class org.xwiki.test.ui.po.DocumentSyntaxPicker.SyntaxConversionConfirmationModal
- reloadPage() - Method in class org.xwiki.test.ui.po.BasePage
-
Refresh the page and wait for the javascript to be also loaded.
- removeAllDeprecatedProperties() - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
- removeAllObjects(String) - Method in class org.xwiki.test.ui.po.editor.ObjectEditPage
- rename() - Method in class org.xwiki.test.ui.po.BasePage
- RenamePage - Class in org.xwiki.test.ui.po
- RenamePage() - Constructor for class org.xwiki.test.ui.po.RenamePage
- RenderedChanges - Class in org.xwiki.test.ui.po.diff
-
Represents the rendered changes tab in the changes pane.
- RenderedChanges(WebElement) - Constructor for class org.xwiki.test.ui.po.diff.RenderedChanges
- replyToCommentByID(int) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Clicks on the reply icon near the specified comment.
- replyToCommentByID(int, String) - Method in class org.xwiki.test.ui.po.CommentsTab
-
Replies to a comment with the specified content.
- resolveDocumentReference(String) - Method in class org.xwiki.test.ui.TestUtils
- resolveSpaceReference(String) - Method in class org.xwiki.test.ui.TestUtils
- ResourceAPI(Class<?>, Class<?>) - Constructor for class org.xwiki.test.ui.TestUtils.RestTestUtils.ResourceAPI
- RESOURCES_MAP - Static variable in class org.xwiki.test.ui.TestUtils.RestTestUtils
- rest() - Method in class org.xwiki.test.ui.TestUtils
- RestTestUtils(TestUtils) - Constructor for class org.xwiki.test.ui.TestUtils.RestTestUtils
- ResubmissionPage - Class in org.xwiki.test.ui.po
-
Resubmission page is used to ask user for confirmation when the CSRF protection detects a request with invalid secret token.
- ResubmissionPage() - Constructor for class org.xwiki.test.ui.po.ResubmissionPage
- resubmit() - Method in class org.xwiki.test.ui.po.ResubmissionPage
-
Resubmit the request
- RIGHTS - org.xwiki.test.ui.po.editor.EditPage.Editor
- RightsEditPage - Class in org.xwiki.test.ui.po.editor
-
Represents the common actions possible on all Pages when using the "edit" action with the "rights" editor.
- RightsEditPage() - Constructor for class org.xwiki.test.ui.po.editor.RightsEditPage
- rollBackTo(String, String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Roll back a page to the specified version, using the
/rollback/
action. - rollbackToPreviousVersion(String, String) - Method in class org.xwiki.test.ui.TestUtils
-
Roll back a page to the previous version, using the
/rollback/
action. - rollbackToVersion(String) - Method in class org.xwiki.test.ui.po.HistoryPane
-
IMPORTANT: this method isn't blocking and doesn't wait for the page to be loaded (after the confirmation popup has been accepted).
S
- save - Variable in class org.xwiki.test.ui.po.editor.EditPage
- save(Page, boolean, int...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- save(Page, int...) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Add or update.
- 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(int, int) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Instantaneously scrolls to the given coordinates inside the web page.
- scrollTo(WebElement) - Method in class org.xwiki.test.ui.XWikiWebDriver
- scrollToTop() - Method in class org.xwiki.test.ui.po.ViewPage
-
Instantaneously scrolls to the top of the screen.
- select() - Method in class org.xwiki.test.ui.po.SuggestInputElement.SuggestionElement
-
Selects this suggestion.
- select(String) - Method in class org.xwiki.test.ui.po.FormContainerElement.SelectElement
- select(List<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 - org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
- 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.
- selectByLabel(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
-
Select the option with the specified label.
- 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.
- selectByValue(String) - Method in class org.xwiki.test.ui.po.XWikiSelectWidget
-
Select the option with the specified 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
- 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.DeletePageConfirmationPage
- 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.
- setCurrentWiki(String) - Method in class org.xwiki.test.ui.TestUtils
- 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
- setGlobalRights(String, String, String, boolean) - Method in class org.xwiki.test.ui.TestUtils
-
Add or update a
XWikiGlobalRights
xobject to the current wiki'sXWikiPreferences
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
- setNewBacklinkTarget(String) - Method in class org.xwiki.test.ui.po.DeletePageConfirmationPage
- 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. - setRightsOnSpace(SpaceReference, String, String, String, boolean) - Method in class org.xwiki.test.ui.TestUtils
-
Add or update a
XWikiRights
xobject to the specified space reference. - setSecretToken(String) - Method in class org.xwiki.test.ui.TestUtils
-
Sets the secret token used for CSRF protection.
- 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
- setTestClassName(String) - Method in class org.xwiki.test.ui.WCAGContext
-
Sets the current test class name.
- setTestMethodName(String) - Method in class org.xwiki.test.ui.WCAGContext
-
Sets the current test method name.
- 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.DeletePageConfirmationPage
- setUpdateLinks(boolean) - Method in class org.xwiki.test.ui.po.RenamePage
- setupWCAGValidation(boolean, String, boolean) - Method in class org.xwiki.test.ui.WCAGUtils
- 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
- setValue(T) - Method in class org.xwiki.test.ui.po.EditablePropertyPane
-
Sets the property value while the property is being edited.
- setValues(String) - Method in class org.xwiki.test.ui.po.editor.StaticListClassEditElement
- setWCAGEnabled(boolean) - Method in class org.xwiki.test.ui.WCAGContext
- setWCAGStopOnError(boolean) - Method in class org.xwiki.test.ui.WCAGContext
- 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.
- shouldWCAGStopOnError() - Method in class org.xwiki.test.ui.WCAGContext
- show() - Method in class org.xwiki.test.ui.po.DrawerMenu
- 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
- SortableElement - Class in org.xwiki.test.ui.po
-
Represents a sortable element that is using, e.g., the "sortable" plugin of "jquery-ui".
- SortableElement(WebElement) - Constructor for class org.xwiki.test.ui.po.SortableElement
-
Creates a new instance.
- 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
T
- TableElement - Class in org.xwiki.test.ui.po
-
Represents the actions possible on a static table.
- TableElement(WebElement) - Constructor for class org.xwiki.test.ui.po.TableElement
- takeScreenshot(String) - Method in class org.xwiki.test.ui.TestDebugger
-
Captures a screenshot of the browser window.
- testDebugger - Variable in class org.xwiki.test.ui.AbstractTest
-
Generates debugging information on test failure.
- TestDebugger - Class in org.xwiki.test.ui
-
Generates debugging information on test failure: captures a screenshot of the browser window logs the URL of the current page logs the source of the current page NOTE: The reason we also log when a test starts and passes is simply to overcome a deficiency in error reporting in Jenkins.
- TestDebugger(WebDriver) - Constructor for class org.xwiki.test.ui.TestDebugger
-
Creates a new test rule that generates debugging information on test failure.
- testName - Variable in class org.xwiki.test.ui.AbstractTest
-
The object used to access the name of the current test.
- TestUtils - Class in org.xwiki.test.ui
-
Helper methods for testing, not related to a specific Page Object.
- TestUtils() - Constructor for class org.xwiki.test.ui.TestUtils
- TestUtils.RestTestUtils - Class in org.xwiki.test.ui
- TestUtils.RestTestUtils.ResourceAPI - Class in org.xwiki.test.ui
- TestUtils.Session - Class in org.xwiki.test.ui
-
This class represents all cookies stored in the browser.
- toElements(EntityReference) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- toElements(Object, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- toElements(Page) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- toggle() - Method in class org.xwiki.test.ui.po.DrawerMenu
- toggleActionMenu() - Method in class org.xwiki.test.ui.po.BasePage
- toggleAttachmentsDetails() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
- toggleClassPropertiesDetails() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
- toggleLocationAdvancedEdit() - Method in class org.xwiki.test.ui.po.DocumentPicker
- toggleNotificationsMenu() - Method in class org.xwiki.test.ui.po.BasePage
-
Open/Close the notifications menu.
- toggleObjectsDetails() - Method in class org.xwiki.test.ui.po.diff.DocumentDiffSummary
- toggleTimePicker() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Switch between date and time picker.
- toPropertyString(Object) - Static method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- toQueryParameterKey(String, Integer, String) - Method in class org.xwiki.test.ui.TestUtils
- toQueryParameters(Object...) - Method in class org.xwiki.test.ui.TestUtils
- toQueryParameters(String, Integer, Object...) - Method in class org.xwiki.test.ui.TestUtils
- toQueryParameters(String, Integer, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
- toQueryString(Object...) - Method in class org.xwiki.test.ui.TestUtils
- toQueryString(Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
- toResource(InputStream) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- toResourceInputStream(Object) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
- toString() - Method in enum org.xwiki.test.ui.po.editor.StaticListClassEditElement.DisplayType
- toString() - Method in enum org.xwiki.test.ui.po.EditRightsPane.Right
- toString() - Method in class org.xwiki.test.ui.XWikiWebDriver
- triggerLiveValidation() - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
-
Try to make LiveValidation validate the forms.
U
- UNDETERMINED - org.xwiki.test.ui.po.BootstrapSwitch.State
-
State is 'UNDETERMINED', which is a special state a bootstrap switch can have (neither ON or OFF).
- unSelect(String) - Method in class org.xwiki.test.ui.po.FormContainerElement.SelectElement
- unSelect(List<String>) - Method in class org.xwiki.test.ui.po.FormContainerElement.SelectElement
- update(Object) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Fail if the object does not exist.
- update(Object, boolean) - Method in class org.xwiki.test.ui.TestUtils.RestTestUtils
-
Fail if the object does not exist.
- updateClassProperty(EntityReference, Object...) - Method in class org.xwiki.test.ui.TestUtils
- updateObject(String, String, String, int, Object...) - Method in class org.xwiki.test.ui.TestUtils
- updateObject(String, String, String, int, Map<String, ?>) - Method in class org.xwiki.test.ui.TestUtils
- updateObject(List<String>, String, String, int, Object...) - Method in class org.xwiki.test.ui.TestUtils
- updateObject(EntityReference, String, int, Object...) - Method in class org.xwiki.test.ui.TestUtils
- urlPrefix - Static variable in class org.xwiki.test.ui.TestUtils.RestTestUtils
- useShortcutForDocExtraPane(String, String) - Method in class org.xwiki.test.ui.po.ViewPage
- useShortcutKeyForCancellingEdition() - Method in class org.xwiki.test.ui.po.editor.EditPage
-
Cancel the edition by using keyboard shortcut.
- useShortcutKeyForClassEditing() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to class edit page.
- useShortcutKeyForCommentPane() - Method in class org.xwiki.test.ui.po.ViewPage
- useShortcutKeyForEditing() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to edit page.
- useShortcutKeyForHistoryPane() - Method in class org.xwiki.test.ui.po.ViewPage
- useShortcutKeyForInformationPane() - Method in class org.xwiki.test.ui.po.ViewPage
- useShortcutKeyForInlineEditing() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to Inline Form edit page.
- useShortcutKeyForObjectEditing() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to object edit page.
- useShortcutKeyForPageDeletion() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to delete page.
- useShortcutKeyForPageRenaming() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to rename page.
- useShortcutKeyForRightsEditing() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to rights edit page.
- useShortcutKeyForSourceViewer() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to the source view of a page.
- useShortcutKeyForWikiEditing() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to wiki edit page.
- useShortcutKeyForWysiwygEditing() - Method in class org.xwiki.test.ui.po.BasePage
-
Use keyboard shortcuts to go to WYSIWYG edit page.
V
- validateConsole - Static variable in class org.xwiki.test.ui.AbstractTest
-
Validate stdout/stderr for problems.
- validateWCAG() - Method in class org.xwiki.test.ui.po.BasePage
-
Execute WCAG tests on the current base page.
- validateWCAG(WCAGContext) - Method in class org.xwiki.test.ui.po.BasePage
-
Execute WCAG tests on the current base page.
- validateWCAG(WCAGContext, boolean) - Method in class org.xwiki.test.ui.po.BasePage
-
Execute WCAG tests on the current base page.
- validationFailureMessagesInclude(String) - Method in class org.xwiki.test.ui.po.AbstractRegistrationPage
- value() - Method in annotation type org.xwiki.test.ui.browser.IgnoreBrowser
- value() - Method in annotation type org.xwiki.test.ui.browser.IgnoreBrowsers
- 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.
- version() - Method in annotation type org.xwiki.test.ui.browser.IgnoreBrowser
- VIEW - org.xwiki.test.ui.po.EditRightsPane.Right
- 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
- viewVersion(String) - Method in class org.xwiki.test.ui.po.HistoryPane
-
View the document at the given version.
W
- 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, 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) - 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, 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.
- waitForSuggestionsClearance() - Method in class org.xwiki.test.ui.po.SuggestInputElement
-
Waits until the suggestions have disappeared.
- waitToLoad() - Method in class org.xwiki.test.ui.po.editor.BootstrapDateTimePicker
-
Wait for the widget to appear.
- waitUntilCondition(ExpectedCondition<T>) - Method in class org.xwiki.test.ui.XWikiWebDriver
- waitUntilCondition(ExpectedCondition<T>, int) - 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(Supplier<WebElement>, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element has a certain value as its inner text.
- waitUntilElementHasTextContent(By, String) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element has a certain value as its inner text.
- waitUntilElementIsDisabled(WebElement) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the given element is disabled.
- 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(By, int) - 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.
- 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
- waitUntilFinished() - Method in class org.xwiki.test.ui.po.RefactoringStatusPage
-
Waits until the operation finishes.
- waitUntilJavascriptCondition(String, Object...) - Method in class org.xwiki.test.ui.XWikiWebDriver
-
Waits until the provided javascript expression returns
true
. - waitUntilPageIsReady() - Method in class org.xwiki.test.ui.po.BaseElement
-
Wait until the page is ready for user interaction.
- 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.
- 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).
- waitUntilRowCountGreaterThan(int) - Method in class org.xwiki.test.ui.po.LiveTableElement
- waitUntilRowCountGreaterThan(int, int) - Method in class org.xwiki.test.ui.po.LiveTableElement
-
Same as
LiveTableElement.waitUntilRowCountGreaterThan(int, int)
but with a specific timeout (ie not using the default timeout) - 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
- WCAGContext - Class in org.xwiki.test.ui
-
Context related to WCAG (accessibility) validation with axe-core.
- WCAGContext() - Constructor for class org.xwiki.test.ui.WCAGContext
- WCAGUtils - Class in org.xwiki.test.ui
-
Helper methods for validating WCAG, not related to a specific Page Object.
- WCAGUtils() - Constructor for class org.xwiki.test.ui.WCAGUtils
- WebDriverFactory - Class in org.xwiki.test.ui
-
Create specific
WebDriver
instances for various Browsers. - WebDriverFactory() - Constructor for class org.xwiki.test.ui.WebDriverFactory
- WIKI - org.xwiki.test.ui.po.editor.EditPage.Editor
- 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
- writeWCAGReportToFile(File, String) - Static method in class org.xwiki.test.ui.WCAGContext
-
Writes a WCAG report to a file for proper accessibility warnings and failures examination.
- writeWCAGResults() - Method in class org.xwiki.test.ui.WCAGUtils
-
Writes the WCAG validation results into report files.
- WYSIWYG - org.xwiki.test.ui.po.editor.EditPage.Editor
- 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
X
- XWikiSelectWidget - Class in org.xwiki.test.ui.po
-
Represents the XWiki Select Widget (select.js).
- XWikiSelectWidget(By, String) - Constructor for class org.xwiki.test.ui.po.XWikiSelectWidget
- XWikiSelectWidget(WebElement, String) - Constructor for class org.xwiki.test.ui.po.XWikiSelectWidget
- XWikiWebDriver - Class in org.xwiki.test.ui
-
Wraps a
WebDriver
instance and adds new APIs useful for XWiki tests. - XWikiWebDriver(RemoteWebDriver) - Constructor for class org.xwiki.test.ui.XWikiWebDriver
All Classes All Packages