Class ByAngularRepeaterRow

    • Constructor Detail

      • ByAngularRepeaterRow

        public ByAngularRepeaterRow​(String rootSelector,
                                    String repeater,
                                    boolean exact,
                                    int row)
    • Method Detail

      • getObject

        protected Object getObject​(org.openqa.selenium.SearchContext context,
                                   org.openqa.selenium.JavascriptExecutor javascriptExecutor)
        Specified by:
        getObject in class ByAngular.BaseBy
      • findElements

        public List<org.openqa.selenium.WebElement> findElements​(org.openqa.selenium.SearchContext searchContext)
        Overrides:
        findElements in class ByAngular.BaseBy
      • toString

        public String toString()
        Overrides:
        toString in class org.openqa.selenium.By