Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the best way to launch the browser
#1
Not Solved
Good afternoon everybody,

I have come across a post in this forum where someone has used the following code to launch the browser


Code:
function open()
   Dim oexplorer
   Set oexplorer=createobject("InternetExplorer.application")
   oexplorer.visible=true
   oexplorer.navigate "http:\\yahoo.in"
   Set open=oexplorer
   Set oexplorer=nothing
   End Function

   Call open()

It is an interesting way, no doubt. But which is the best way to launch the browser and why. Calling a function like this or a simple systemutil.run?


Thank you so much

Soumya
Reply


Messages In This Thread
What is the best way to launch the browser - by soumya - 12-04-2011, 01:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,474 03-11-2014, 12:13 PM
Last Post: devarapallliramana
  VBS to launch QTP 9.2 and invoke script automatically test123 2 11,983 05-08-2008, 09:17 PM
Last Post: Sri

Forum Jump:


Users browsing this thread: 2 Guest(s)