rickypc / selenium-page-object-generator

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
https://chrome.google.com/webstore/detail/epgmnmcjdhapiojbohkkemlfkegmbebb
GNU Affero General Public License v3.0
121 stars 65 forks source link

checkboxes in fill() #10

Open hubertgrzeskowiak opened 8 years ago

hubertgrzeskowiak commented 8 years ago

Checkboxes cannot be currently defined via data and simply checking all in fill() is usually undesired. Please either make them settable via data or take them out of the fill() method.