Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Browser(...).Navigate(<url>) stopped working in 9.5 (please help me!)
#6
Solved: 10 Years, 10 Months, 3 Weeks ago
Ok, we have two options here,

Code:
Launch_App("http://www.google.com")

Public Sub Launch_App(URL)
Set objBrowser = Createobject("InternetExplorer.Application")
ObjBrowser.Visible = True
objBrowser.Navigate URL
Set objBrowser = Nothing
End Sub

OR

Code:
systemutil.run "iexplore","http://www.google.com"

the very same code works for me in 9.5. Hope this helps.
Reply


Messages In This Thread
RE: Browser(...).Navigate(<url>) stopped working in 9.5 (please help me!) - by nageshpv - 08-20-2008, 05:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  "UFT has stopped working" is displayed during running the script kotaramamohana 0 1,237 08-24-2018, 01:07 PM
Last Post: kotaramamohana
  UFT descriptive programming Browser("creationtime:=-1") not always working SOUMYADEEP 0 2,940 01-20-2017, 01:53 AM
Last Post: SOUMYADEEP
  Not able to do 'Navigate' and 'Refresh' kotaramamohana 21 23,377 11-19-2016, 07:53 PM
Last Post: Ankur
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,341 03-11-2014, 12:13 PM
Last Post: devarapallliramana
  ‘General Run Error’ when trying to fetch URL in Browser Address Bar with DP sukhvinderh 5 5,564 10-14-2011, 07:29 PM
Last Post: v.swaminathan

Forum Jump:


Users browsing this thread: 1 Guest(s)