txntan, Instead of using Find.ById('check1"), use Find.ByTagIndex( "input" , 0). This will locate the first input on the page, and in your case, your first checkbox. Just increment this index parameter for the other two. As for the HTML controls, use Find.ByTagIndex< HtmlInputCheckBox...