Getelementwidth

Retrieve the wdith 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="/" />
   
<getElementWidth locator="//button[@name='Search']" property="search.button.width" />
</selenium>