10-12-2010, 04:08 PM
Hi Kavita,
I thank u for ur effort and reply.
I agree with ur points.
The properties of the Browser().Page(). is getting changed.
I executed the script and stopped at the point where i got error then i used object spy to check the properties.
What i observed was
In the first iteration (ie List(0).click ) the object spy shows the property in the hierarcy
Browser->Page->WebTable1->WebTable2->WebTable3->WebTable4->Image:Edit
after the first iteration the object spy shows the property in the hierarcy
Browser->Page->WebTable1->WebTable2->WebTable3->WebTable4->WebTable5->Image:Edit
So i tried like this
For i = 0 to NoOfChildObjs - 1
Browser("name:=Browser").Page("title:=Browser").Link(name:=Link Name").Click ' to refresh the page
List(i).Click
Next
But still getting the same error.
Is there any other way to make click of the image.
I thank u for ur effort and reply.
I agree with ur points.
The properties of the Browser().Page(). is getting changed.
I executed the script and stopped at the point where i got error then i used object spy to check the properties.
What i observed was
In the first iteration (ie List(0).click ) the object spy shows the property in the hierarcy
Browser->Page->WebTable1->WebTable2->WebTable3->WebTable4->Image:Edit
after the first iteration the object spy shows the property in the hierarcy
Browser->Page->WebTable1->WebTable2->WebTable3->WebTable4->WebTable5->Image:Edit
So i tried like this
For i = 0 to NoOfChildObjs - 1
Browser("name:=Browser").Page("title:=Browser").Link(name:=Link Name").Click ' to refresh the page
List(i).Click
Next
But still getting the same error.
Is there any other way to make click of the image.