05-03-2013, 11:41 PM
Hi,
You can use the descriptive programming method to solve this problem.
Like:
I hope this will resolve your issue
You can use the descriptive programming method to solve this problem.
Like:
Code:
Set checkbox=description.Create
checkbox("class")="WebCheckBox"
checkbox("index")=0(u can pass this value at run time also)
Browser("Google").Page("Google").WebCheckBox(checkbox).Click
I hope this will resolve your issue