Hi srinivassure,
below is the code which can be useful to click the specific link in a web table
"2" denotes the 2nd link in a same sell
Regards,
Gaveyom
below is the code which can be useful to click the specific link in a web table
Code:
set a = Browser("B").Page("P").WebTable("WT:").ChildItem(1, 1, "Link", 2)
"2" denotes the 2nd link in a same sell
Regards,
Gaveyom