Class AdminPage
java.lang.Object
eu.rarogsoftware.commons.test.webdriver.PageObject
eu.rarogsoftware.commons.test.webdriver.playwright.PlaywrightPageObject
eu.rarogsoftware.rarog.platform.page.objects.LanguageAwarePageObject
eu.rarogsoftware.rarog.platform.page.objects.admin.AdminPage
- Direct Known Subclasses:
GenericAdminPage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bind()
com.microsoft.playwright.Locator
com.microsoft.playwright.Locator
getMenuElement
(String elementKey) boolean
isAt()
void
navigateByLinkClick
(String elementKey) void
pushHotKey
(String keys) quickNav()
Methods inherited from class eu.rarogsoftware.rarog.platform.page.objects.LanguageAwarePageObject
changeDefaultLanguage, getTimeout, setCurrentLanguage, wrapUrlWithLanguageParameter
Methods inherited from class eu.rarogsoftware.commons.test.webdriver.playwright.PlaywrightPageObject
bind, getCurrentAbsoluteUrl, getCurrentUrl, getPage, getPageSource, getTitle
Methods inherited from class eu.rarogsoftware.commons.test.webdriver.PageObject
getTargetPageUrl, getTester, setTester
-
Constructor Details
-
AdminPage
public AdminPage()
-
-
Method Details
-
getMenuElement
-
getCurrentContent
public com.microsoft.playwright.Locator getCurrentContent() -
getContentText
-
pushHotKey
-
bind
public void bind()- Specified by:
bind
in classeu.rarogsoftware.commons.test.webdriver.playwright.PlaywrightPageObject
-
isAt
public boolean isAt()- Specified by:
isAt
in classeu.rarogsoftware.commons.test.webdriver.PageObject
-