Class MfaPage
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.login.MfaPage
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.microsoft.playwright.Locator
com.microsoft.playwright.Locator
com.microsoft.playwright.Locator
com.microsoft.playwright.Locator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bind()
void
byPass()
<U extends eu.rarogsoftware.commons.test.webdriver.PageObject>
UbyPassAndBind
(Class<U> bindPage) boolean
isAt()
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
getTester, setTester
-
Field Details
-
methodsList
public com.microsoft.playwright.Locator methodsList -
oneTimePasswordLink
public com.microsoft.playwright.Locator oneTimePasswordLink -
recoveryCodeLink
public com.microsoft.playwright.Locator recoveryCodeLink -
justPassLink
public com.microsoft.playwright.Locator justPassLink
-
-
Constructor Details
-
MfaPage
-
MfaPage
public MfaPage()
-
-
Method Details
-
getTargetPageUrl
- Specified by:
getTargetPageUrl
in classeu.rarogsoftware.commons.test.webdriver.PageObject
-
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
-
byPass
public void byPass() -
selectRecoveryCode
-
byPassAndBind
public <U extends eu.rarogsoftware.commons.test.webdriver.PageObject> U byPassAndBind(Class<U> bindPage)
-