Class XPathFinder

  • All Implemented Interfaces:
    org.hamcrest.SelfDescribing, Finder<org.openqa.selenium.WebElement,​org.openqa.selenium.WebDriver>

    @Deprecated
    public class XPathFinder
    extends BaseFinder<org.openqa.selenium.WebElement,​org.openqa.selenium.WebDriver>
    Deprecated.
    A Finder for elements using XPath expressions
    • Constructor Summary

      Constructors 
      Constructor Description
      XPathFinder​(java.lang.String xpath)
      Deprecated.
       
    • Constructor Detail

      • XPathFinder

        public XPathFinder​(java.lang.String xpath)
        Deprecated.
    • Method Detail

      • extractFrom

        protected java.util.Collection<org.openqa.selenium.WebElement> extractFrom​(org.openqa.selenium.WebDriver context)
        Deprecated.
        Specified by:
        extractFrom in class BaseFinder<org.openqa.selenium.WebElement,​org.openqa.selenium.WebDriver>
      • describeTargetTo

        protected void describeTargetTo​(org.hamcrest.Description description)
        Deprecated.
        Specified by:
        describeTargetTo in class BaseFinder<org.openqa.selenium.WebElement,​org.openqa.selenium.WebDriver>