Class XPathFinder

java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
org.openqa.selenium.lift.find.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 Details

    • XPathFinder

      public XPathFinder(String xpath)
      Deprecated.
  • Method Details

    • extractFrom

      protected 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>