Getexpression

Required Attributes
expression
the value to return.
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://www.google.com">
   
<open url="/" />
   
<getExpression expression="" property="a" />
</selenium>