Skip to content

Verify XPath

Gavin Bunney edited this page Mar 3, 2011 · 1 revision

Verify XPath

This operation verifies that an XPath expression is true or has a certain value.

Usage

verifyXPath = [xpath : "xpath expression to evaluate", text : "The expected text value" ]

Examples

verifyXPath = [xpath : "//*[MADCOW:@id='Id']", text = "100", description : "checks the id is 100"]
Clone this wiki locally