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

public class RecoveryCodePage extends LanguageAwarePageObject
  • 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 class eu.rarogsoftware.commons.test.webdriver.PageObject
    • enterCode

      public void enterCode(String code)
    • enterCodeAndBind

      public <U extends eu.rarogsoftware.commons.test.webdriver.PageObject> U enterCodeAndBind(String code, Class<U> bindPage)
    • bind

      public void bind()
      Specified by:
      bind in class eu.rarogsoftware.commons.test.webdriver.playwright.PlaywrightPageObject
    • getTargetPageUrl

      public String getTargetPageUrl()
      Specified by:
      getTargetPageUrl in class eu.rarogsoftware.commons.test.webdriver.PageObject