JWebUnit / jwebunit

Java web testing framework
https://jwebunit.github.io/jwebunit
Other
18 stars 8 forks source link

checkCheckbox(name,value) does not work properly #2

Open StefanoTavonatti opened 8 years ago

StefanoTavonatti commented 8 years ago

I use the relese 3.3, checkCheckbox(name,value) seems not to be able to find the checkbox specified as a parameter.

henryju commented 7 years ago

Please attach a reproducer (ie a sample HTML file + associated Java code trying to check the checkbox).