Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to click on hyperlink using QTP
#1
Reply
#2
First add this webtable to your object repository..

Code:
SET oTable = Browser("Microsoft Security Bulletin").Page("Microsoft Security Bulletin").WebTable("Office Suite and Other") SET obj = oTable.ChildItem(2, 5, "Link", 0) obj.Click


You can take rowcount and randomize and use for loop...
Did you get the idea?
Reply
#3
Hi,

Same problem i am facing in a Silverlight 4.0 application. Hyperlink existing in a grid but QTP unable to click on that after recording. Please suggest
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hyperlink click is not automated in UFT 11.5 test run prinju 1 3,310 11-03-2014, 12:04 PM
Last Post: vinod123
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 6,223 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 4,334 12-22-2012, 04:22 AM
Last Post: RandomGrin
  How do I left click on the Right click menu? RandomGrin 2 4,941 12-18-2012, 09:47 PM
Last Post: RandomGrin
  Enable Hyperlink without opening the Excel Sathiya 11 8,732 05-31-2012, 04:41 PM
Last Post: Sathiya

Forum Jump:


Users browsing this thread: 1 Guest(s)