Successfully added
XPath
by Rory
XPath "AND" Statement
In an AND expression, two conditions are used, and both conditions must be true to find the elements. If any condition is false
then XPath will be failed to find the element. It has the following general form.
//tagname[XPath statement-1 and XPath statement-2]
Referenced in:
Comments