EN
Google chrome dev tools - find element by xPath
1 points
$x(path)
returns an array of DOM elements that match the given XPath expression.
xxxxxxxxxx
1
$x("*[contains(.,'Visible')]")
$x(path)
returns an array of DOM elements that match the given XPath expression.
xxxxxxxxxx
$x("*[contains(.,'Visible')]")