Class WebDriverTest


public class WebDriverTest extends AbstractWebDriver
  • Field Details

  • Constructor Details

    • WebDriverTest

      public WebDriverTest()
  • Method Details

    • setup

      @BeforeEach public void setup() throws Exception
      Throws:
      Exception
    • teardown

      @AfterEach public void teardown() throws Exception
      Throws:
      Exception
    • qunit

      @ParameterizedTest @ValueSource(strings={"chrome","firefox"}) public void qunit(String driver)
    • login

      public static void login(org.openqa.selenium.WebDriver driver, @Nullable Runnable onLogin, @Nullable String password, String user)
    • onLoginEmailAuth

      public static Runnable onLoginEmailAuth(org.openqa.selenium.WebDriver driver, GatewayMockService gatewayService, @Nullable String screenshot, org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver> wait)
    • onLoginPhoneAuth

      public static Runnable onLoginPhoneAuth(org.openqa.selenium.WebDriver driver, GatewayMockService gatewayService, @Nullable String screenshot, org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver> wait)
    • onLoginTotpAuth

      public static Runnable onLoginTotpAuth(org.openqa.selenium.WebDriver driver, @Nullable String screenshot, String totpKey, org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver> wait)