Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need to click a link in IE
#1
Not Solved
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:
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
Reply
#2
Not Solved
You could try the old 'tabbing around the web page and space bar, i think, to select.

If you know the address then create a web page and make the link in the html, then you only have 1 link to click on.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  click each web link in a page using Index or other method in QTP smeijer 13 23,662 04-29-2017, 04:53 PM
Last Post: kowshik
Question Webtable contains cell contains two links, how to click on link srinivassure 9 52,673 07-30-2016, 03:41 PM
Last Post: Akshay
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,140 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 3,658 12-22-2012, 04:22 AM
Last Post: RandomGrin
  How do I left click on the Right click menu? RandomGrin 2 3,956 12-18-2012, 09:47 PM
Last Post: RandomGrin

Forum Jump:


Users browsing this thread: 1 Guest(s)