08-23-2011, 08:25 AM
Hi,
For the page, you are skipping browser and hence not following the basic hierarchy that it required for qtp to identify the objects. Use the below for the page :
Regards,
Parminder
For the page, you are skipping browser and hence not following the basic hierarchy that it required for qtp to identify the objects. Use the below for the page :
Code:
Browser("opentitle:="&result,"application version:=internet explorer 7").Page("title:="&pge1,"height:=593","url:="&purl).Exist
Regards,
Parminder