Class RecoveryCodePage
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.RecoveryCodePage
-
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
<U extends eu.rarogsoftware.commons.test.webdriver.PageObject>
UenterCodeAndBind
(String code, 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
-
title
public com.microsoft.playwright.Locator title -
description
public com.microsoft.playwright.Locator description -
codeInput
public com.microsoft.playwright.Locator codeInput -
submitButton
public com.microsoft.playwright.Locator submitButton
-
-
Constructor Details
-
RecoveryCodePage
public RecoveryCodePage()
-
-
Method Details
-
isAt
public boolean isAt()- Specified by:
isAt
in classeu.rarogsoftware.commons.test.webdriver.PageObject
-
enterCode
-
enterCodeAndBind
-
bind
public void bind()- Specified by:
bind
in classeu.rarogsoftware.commons.test.webdriver.playwright.PlaywrightPageObject
-
getTargetPageUrl
- Specified by:
getTargetPageUrl
in classeu.rarogsoftware.commons.test.webdriver.PageObject
-