Getelementheight

Retrieve the height of the element specified by the locator attribute.

Required Attributes
locator
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com">
   
<open url="/" />
   
<getElementHeight locator="//button[@name='Search']" property="search.button.height" />
</selenium>