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]

Comments

Leave a Comment

All fields are required. Your email address will not be published.