What you see in the web browser:
Check Me:
Check Me:"checkbox" id="one" name="checkme">
id Attribute
Watir code to set a checkbox using the id attribute:ie.checkbox(:id, "one").set
ie.checkbox(:id, "one").clear
name Attribute
Watir code to set a checkbox using the name attribute:ie.checkbox(:name, "checkme").set
ie.checkbox(:name, "checkme").clear
No comments:
Post a Comment