10-19-2012, 06:10 PM
I tried to get webtable count frm the below code
I got the Count as 1
but after that not able to get the innertext or value...
When i record it is giving as below:
help me...
Code:
Set odesc=Description.Create
odesc("micclass").value="WebTable"
Set val=Browser("Link Tests_2").Page("Link Tests").ChildObjects(odesc)
msgbox val.count
I got the Count as 1
but after that not able to get the innertext or value...
Code:
a= val.GetROProperty("value")
msgbox a
When i record it is giving as below:
Code:
Browser("Link Tests_3").Page("Link Tests").WebRadioGroup("rdbResp").Select "1"
help me...