03-14-2014, 02:47 PM
Hello pallavi...
IFyou want the particular linksto display use the property name of the link and use get -ro- property...as it is a run time object...if it is a test object please use get-to-property..(gettestobject)..
and coming to getvisible text...
Use the following stmt..
Brower(.*).Page(.*).getvisibletext
it will display the total text present in that page...
for windows 7 try to execute in ie8 browser.(recommended)
if you are using uft u can execute on ie9 brower(recommended)..
TQ
IFyou want the particular linksto display use the property name of the link and use get -ro- property...as it is a run time object...if it is a test object please use get-to-property..(gettestobject)..
and coming to getvisible text...
Use the following stmt..
Brower(.*).Page(.*).getvisibletext
it will display the total text present in that page...
for windows 7 try to execute in ie8 browser.(recommended)
if you are using uft u can execute on ie9 brower(recommended)..
TQ