Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to print link names in a for list
#3
Hi,
myHomePageLinks---> I think this is an array where u had stored all the links present on the page.
In "'If Browser("Horizon Blue Cross Blue").Page("Horizon – Plan Configurator").Link(intCount).Exist Then "
u are checking if link exists or not but intcount doesn't specify the object here, it will give you the refrence for a particular object in the loop. If you want to access the link use Set obj=Browser("Horizon Blue Cross Blue").........
then go for obj(intcount).Exists
if true then print the name or what ever action u want to perform.

Regards,
Sankalp
Reply


Messages In This Thread
how to print link names in a for list - by sqadri - 12-20-2011, 06:19 AM
RE: how to print link names in a for list - by sshukla12 - 12-20-2011, 10:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)