08-10-2011, 12:09 PM
Hi All,
Below is the updated code
******************************************************
******************************************************
Here the problem while clicking the 2nd link
it is working upto to click the FIRST link, but when it clicks the SECOND link it is showing error like General Error
kindly find the attachment for the screen shot
kindly let me know the issue why it is not able to click from second link
Thanks in advance
Thanks & Regards,
Sivakumar S
Below is the updated code
******************************************************
Code:
Set oLink = Description.Create()
oLink("micclass").Value = "Link"
Set all_Links = Browser("micclass:=Browser").Page("micclass:=Page").ChildObjects(oLink)
For i = 1 To all_Links.Count-1
all_Links(i).click()
wait 1
Next
******************************************************
Here the problem while clicking the 2nd link
it is working upto to click the FIRST link, but when it clicks the SECOND link it is showing error like General Error
kindly find the attachment for the screen shot
kindly let me know the issue why it is not able to click from second link
Thanks in advance
Thanks & Regards,
Sivakumar S