By.xpath constructor
- String xpath
Returns an element matching an XPath expression.
Implementation
const By.xpath(String xpath) : this('xpath', xpath);
Returns an element matching an XPath expression.
const By.xpath(String xpath) : this('xpath', xpath);