Class Finders


  • @Deprecated
    public class Finders
    extends java.lang.Object
    Deprecated.
    • Constructor Detail

      • Finders

        public Finders()
        Deprecated.
    • Method Detail

      • div

        public static HtmlTagFinder div​(java.lang.String id)
        Deprecated.
      • link

        public static HtmlTagFinder link​(java.lang.String anchorText)
        Deprecated.
      • title

        public static HtmlTagFinder title​(java.lang.String title)
        Deprecated.
      • imageButton

        public static HtmlTagFinder imageButton()
        Deprecated.
      • imageButton

        public static HtmlTagFinder imageButton​(java.lang.String label)
        Deprecated.
      • radioButton

        public static HtmlTagFinder radioButton()
        Deprecated.
      • radioButton

        public static HtmlTagFinder radioButton​(java.lang.String id)
        Deprecated.
      • button

        public static HtmlTagFinder button​(java.lang.String label)
        Deprecated.
      • first

        public static Finder<org.openqa.selenium.WebElement,​org.openqa.selenium.WebDriver> first​(Finder<org.openqa.selenium.WebElement,​org.openqa.selenium.WebDriver> finder)
        Deprecated.
        A finder which returns the first element matched - such as if you have multiple elements which match the finder (such as multiple links with the same text on a page etc)
        Parameters:
        finder - finder from which context to search
        Returns:
        finder that will return the first match