Getelementpositiontop

Retrieves the vertical position of an element.

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="/" />
   
<getElementPositionTop locator="//button[@name='Search']" property="search.button.top" />
</selenium>