Package org.xwiki.test.ui.po.editor
Class RightsEditPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.EditRightsPane
-
- org.xwiki.test.ui.po.editor.RightsEditPage
-
public class RightsEditPage extends EditRightsPane
Represents the common actions possible on all Pages when using the "edit" action with the "rights" editor.- Since:
- 3.2M3
- Version:
- $Id: 238aecf8001a19ecbdafbeb31945ac52381f5935 $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xwiki.test.ui.po.EditRightsPane
EditRightsPane.Right, EditRightsPane.State
-
-
Constructor Summary
Constructors Constructor Description RightsEditPage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RightsEditPage
gotoPage(String space, String page)
-
Methods inherited from class org.xwiki.test.ui.po.EditRightsPane
clickGuestRight, clickGuestRight, clickRight, clickRight, getGuestRight, getGuestRight, getRight, getRight, getRightsTable, getURL, hasEntity, setGuestRight, setRight, switchToGroups, switchToUsers
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
gotoPage
public static RightsEditPage gotoPage(String space, String page)
-
-