09-30-2010, 10:01 PM
(This post was last modified: 09-30-2010, 10:01 PM by guin.anirban.)
If your objective is to select the checkbox corresponding to a text then you can follow the below logic.
First you get the all the text available in the page then store it either in a array or in a string. Then Split function to get individually and comapre with the actual text. As well as take the count of the number of the text.
Now you take the count of checkbox in that page and then select the checkbox same to the number of text.
First you get the all the text available in the page then store it either in a array or in a string. Then Split function to get individually and comapre with the actual text. As well as take the count of the number of the text.
Now you take the count of checkbox in that page and then select the checkbox same to the number of text.