Class InBrowserFinder


  • public class InBrowserFinder
    extends Object
    Internal implementation.
    • Constructor Detail

      • InBrowserFinder

        public InBrowserFinder()
    • Method Detail

      • findAll

        public static List<org.openqa.selenium.WebElement> findAll​(org.openqa.selenium.WebDriver driver,
                                                                   Path el)
      • findPageWithNumberOfOccurrences

        public static org.openqa.selenium.WebElement findPageWithNumberOfOccurrences​(org.openqa.selenium.WebDriver driver,
                                                                                     Path el,
                                                                                     int numberOfOccurrences)
      • findPageWithNumberOfOccurrences

        public static org.openqa.selenium.WebElement findPageWithNumberOfOccurrences​(org.openqa.selenium.WebDriver driver,
                                                                                     Path el,
                                                                                     int numberOfOccurrences,
                                                                                     RelationOperator relationOperator)