Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
To click on the Link in a webtable
#3
Solved: 11 Years, 4 Months ago
Hi sweety,

You can use descriptive programming, and for getting total row count u use "Items count" in GetROProperty and according to that you just use a For loop till Items count and get the third row by Indexing
For ex:Code look like
Code:
Set obj = Description.create()
..
set count = Browse.("x").page.("x").weblist(x).getroproperty("Items count")
For i = 0 to count-1
if i = 3
Browse.("x").page.("x").weblist(x).select ("#") & i
end if
Next

Hope this will help you to solve your problem, please let me know if you need some information.

Thanks
Mahesh
Reply


Messages In This Thread
RE: To click on the Link in a webtable - by upadhyay40 - 12-22-2009, 10:08 AM
RE: To click on the Link in a webtable - by nil - 12-23-2009, 11:42 AM

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 24,733 04-29-2017, 04:53 PM
Last Post: kowshik
Question Webtable contains cell contains two links, how to click on link srinivassure 9 53,536 07-30-2016, 03:41 PM
Last Post: Akshay
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,435 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How to click a radio button inside a webtable silpavinod 9 13,699 01-24-2013, 04:09 PM
Last Post: vishalu.vs
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 3,926 12-22-2012, 04:22 AM
Last Post: RandomGrin

Forum Jump:


Users browsing this thread: 1 Guest(s)