cheezy / page-object

Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver
MIT License
653 stars 220 forks source link

allow filling forms with any object that can be converted to a Hash #457

Closed titusfortner closed 5 years ago

titusfortner commented 6 years ago

This allows passing in more structured data forms than just Hashes (like OpenStruct, Struct, etc)