What you see in the web browser:
Click Me:
"radio" name="clickme" id="one">
id Attribute
Watir code to set a radio list item using the and id attribute:ie.radio(:id, "one").set
ie.radio(:id, "one").clear
name Attribute
Watir code to set a radio list item using the name attribute:ie.radio(:name, "clickme").set
ie.radio(:name, "clickme").clear
No comments:
Post a Comment