AppiumBy.xpath constructor

const AppiumBy.xpath(
  1. String xpath
)

Returns an element matching an XPath expression.

Implementation

const AppiumBy.xpath(String xpath) : this('xpath', xpath);