Micro Focus QTP (UFT) Forums

Full Version: how can we click the link in the web table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
while im trying to click the link in the webtable, im unable to click.

pls suggest me




Rgds
Prasad
Please elaborate what you want to do and what error u r getting.

Regards,
Sankalp
Hi,

i want to click the link under webtable.

as im writing the script browser().page.webtable

that link is not displaying pls suggest me.im new to qtp.
Hi,

Not the exact code but u can refer this
Code:
set Obj=Browser().page().webtable().Childitem(rownum,colnum,"Link",0)
obj.Click

Regards,
Sankalp