Example usage for org.openqa.selenium.lift.find XPathFinder XPathFinder

List of usage examples for org.openqa.selenium.lift.find XPathFinder XPathFinder

Introduction

In this page you can find the example usage for org.openqa.selenium.lift.find XPathFinder XPathFinder.

Prototype

public XPathFinder(String xpath) 

Source Link

Usage

From source file:org.openmrs.Steps.java

License:Mozilla Public License

public Finder<WebElement, WebDriver> finderByXpath(String xpath) {
    return new XPathFinder(xpath);
}