Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unable to navigate google site
#1
Not Solved
hi,
i am using qtp 10,
when i am trying to open the site ,i am facing the problem with the object plz help me. below i mentioned error meesage

Code:
invokeapplication"c:\program files\internet explorer\iexplore"
browser("title:=about:blank").Navigate"http:\\www.google.com"
Error message
Cannot identify the object "[ Browser ]" (of class Browser). Verify that this object's properties match an object currently displayed in your application.

Line (2):
Code:
"browser("title:=about:blank").Navigate"http:\\www.google.com"".


Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.
Reply
#2
Not Solved
problem in DP:
Browser("title:=about:blank") insted of this use:
Browser("creationtime:=0")
Reply
#3
Not Solved
hi,
still i am getting this error.
plz help out

Cannot identify the object "[ Browser ]" (of class Browser). Verify that this object's properties match an object currently displayed in your application.
Line (3): "browser("title:=about:blank").navigate"http;\\www.google.com"".
Reply
#4
Not Solved
your line 3 is still showing title property..
Reply
#5
Not Solved
even if i use browser("creationtime:=0")
i am unbale to navigate the google site
plz helo me

message in Result window

Navigate to http:\\www.google.com
Target Frame: _top
Post Data:
HTTP Headers:
Reply
#6
Not Solved
Surprisingly its working here. can you please paste whole code and exact error message.
Reply
#7
Not Solved
here code is:

Code:
invokeapplication"c:\program files\internet explorer\iexplore"
browser("creationtime:=0").Navigate"http:\\www.google.com"


Message:


Step Name: [ Browser ]


Step Done

Object Details Result Time

[ Browser ] Navigate to http:\\www.google.com
Target Frame: _top
Post Data:
HTTP Headers: Done 4/19/2009 - 18:00:18





Step Name: [ Browser ]


Step Done

code is
invokeapplication"c:\program files\internet explorer\iexplore"
browser("creationtime:=0").Navigate"http:\\www.google.com"


message:


Object Details Result Time

[ Browser ] Navigate to http:\\www.google.com
Target Frame: _top
Post Data:
HTTP Headers: Done 4/19/2009 - 18:00:18
Reply
#8
Not Solved
Exclude http:\\ from the code any then try...
Reply
#9
Not Solved
use "http://www.google.co.in/" to navigate Big Grin
Reply
#10
Not Solved
Hi,

Here we go.

Way1:
Code:
InvokeApplication "c:\program files\internet explorer\iexplore.exe"
Browser("CreationTime:=0).Navigate "www.google.com"

Way2:
Code:
SystemUtil.Run "www.google.com"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem with google chrome popup using UFT11.50 bikashraju 0 2,034 01-28-2014, 11:18 AM
Last Post: bikashraju
  Running QTP on a Web site with Flash ---need help!!! ALG_ME 2 2,643 09-25-2009, 11:39 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)