Interface SeleniumFindBehavior

    • Method Detail

      • findElement

        default Optional<org.openqa.selenium.WebElement> findElement​(Logger logger,
                                                                     org.openqa.selenium.WebDriver webDriver,
                                                                     String selector,
                                                                     String by,
                                                                     Integer wait)
      • by

        default Optional<org.openqa.selenium.By> by​(org.openqa.selenium.WebDriver webDriver,
                                                    String selector,
                                                    String by)
      • findExpectation

        default Function<org.openqa.selenium.WebDriver,​org.openqa.selenium.WebElement> findExpectation​(org.openqa.selenium.By by)