04-02-2008, 01:00 PM
|
How to click on hyperlink using QTP
|
|
04-04-2008, 11:43 PM
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.ClickYou can take rowcount and randomize and use for loop... Did you get the idea?
03-11-2012, 01:30 PM
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 |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Hyperlink click is not automated in UFT 11.5 test run | prinju | 1 | 3,312 |
11-03-2014, 12:04 PM Last Post: vinod123 |
|
| Right Click On a Image and Click on a Link in WebElement | RameshKrishnan | 4 | 6,226 |
07-10-2013, 04:13 PM Last Post: RameshKrishnan |
|
| How do I left click on the right click menu in WinTreeView? | RandomGrin | 0 | 4,335 |
12-22-2012, 04:22 AM Last Post: RandomGrin |
|
| How do I left click on the Right click menu? | RandomGrin | 2 | 4,942 |
12-18-2012, 09:47 PM Last Post: RandomGrin |
|
| Enable Hyperlink without opening the Excel | Sathiya | 11 | 8,747 |
05-31-2012, 04:41 PM Last Post: Sathiya |
|
Users browsing this thread: 1 Guest(s)

