04-30-2011, 04:14 AM
I have a script that reads values from an Access database to cycle through the values and download files from my work's intranet site.
I can navigate just fine, but when it comes time to click the link with the attachment name (the page has many links on it) I get the error that the Link object was not found in the Object Repository.
I have 10,000+ attachments to download...how can I get around the Object Repository issue?
I tried this:
Line 2 is what throws the error....
Suggestions?
Thanks!
Morgan
I can navigate just fine, but when it comes time to click the link with the attachment name (the page has many links on it) I get the error that the Link object was not found in the Object Repository.
I have 10,000+ attachments to download...how can I get around the Object Repository issue?
I tried this:
Code:
strResponseID = rs.Fields.Item("RFx Response ID")
Browser("Oracle | PeopleSoft Enterprise").Page("Main").Link(strResponseID).Click
Line 2 is what throws the error....
Suggestions?
Thanks!
Morgan