Getelementpositionleft

Retrieves the horizontal 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="/" />
   
<getElementPositionLeft locator="//button[@name='Search']" property="search.button.left" />
</selenium>