Skip to content

Store XPath

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

Store XPath

This operation stores the result of an XPath expression into a property.

Usage

storeXPath = [property : 'nameOfProperty', xpath : 'some xpath' ]

Examples

storeXPath = [property : 'theStoredId', xpath : "//*[MADCOW:@id='Id']"]
Clone this wiki locally