Given the following example html
<input name="test1" type="checkbox" value="test1"/>
<input name="test2" type="checkbox" value="test2"/>
I can refer to a web control by
Browser("xxx").Page("yyy").WebCheckBox("test1").Set "ON"
However, with the following html
<input id="id1" name="test"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.