04-05-2011, 12:17 PM
Hey Sreekanth,
so as far as I understand, I can use this:
I know which Column and which row I want (variables row and column are filled).
Question: Is the index (in this case "2") based on the count of radio buttons within the WebRadioGroup of the specific cell or of the entire WebradioGroup? If so - I still would have the problem to identify the right RadioButton because I dont know, if a readio button realy is within the cell. Am I missing something?
so as far as I understand, I can use this:
Code:
Set obj = Browser("XXX").Page("ABC").WebTable("DE").ChildItem(row,column,"WebRadioGroup", 2)
obj.Click
I know which Column and which row I want (variables row and column are filled).
Question: Is the index (in this case "2") based on the count of radio buttons within the WebRadioGroup of the specific cell or of the entire WebradioGroup? If so - I still would have the problem to identify the right RadioButton because I dont know, if a readio button realy is within the cell. Am I missing something?