Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting links from a cell
#3
Not Solved Cool 
**** I have come up with following code, Please suggest will it work*********

set objtable= browser("index:=0").Page("index:=0").WebTable("innertext:=table")

rows = objTable.rowcount

objlink = objTable.GetCellData(rows,1)

for i = 0 to Ubound(objlink)

set objTemp = objtable.childitem(rows,1,"Link",i)
objTemp.click

next
Reply


Messages In This Thread
Getting links from a cell - by bistritapcv - 04-19-2013, 03:03 AM
RE: Getting links from a cell - by basanth27 - 04-19-2013, 08:04 AM
RE: Getting links from a cell - by siddheshbhavasar - 03-29-2016, 05:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Webtable contains cell contains two links, how to click on link srinivassure 9 52,754 07-30-2016, 03:41 PM
Last Post: Akshay

Forum Jump:


Users browsing this thread: 1 Guest(s)