Getallbuttons

Returns the IDs of all buttons on the page. If a given button has no ID, it will appear as "" in this array. The property will contain a comma separated list of these ids.

Required Attributes
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://www.yahoo.com" browser="*firefox">
   
<open url="/" />
   
<getAllButtons property="buttons" />
</selenium>