Getallfields
Returns the IDs of all fields on the page. If a given field
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="/" />
<getAllFields property="fields" />
</selenium>