Not able to select a check box which does not have a name attribute
Hi,
I am trying to check a check box so that I can login to a web page.
input id="checkbox" type="checkbox"
This check box does not have a name. The tick method need a name to be passed. Any help would be greatly appreciated.
Thanks
Perl Web