fillForm
Fillform simply takes an object (or JSON of an object) and tries to find and fill out a field for each key. The containing element does not need to be a form, but currently the keys need to be substrings of the matched field data. Fields are found using name, id, value and the values, labels and/or innerHTML of select elements.
example
| fillForm | //div[@id="booking"] | {time:"10:30",date_year:"2010",date_month:"12",date_day:"31"} |
| clickAndWait | submit |
Licence
Hm. I'll go with the recommended Apache License 2.0.
