Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HoW to write script for launching IE?
#9
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi two ways of launching Google in IE is:
1.
Code:
SystemUtil.Run "http://www.google.co.in/"

2.
Code:
Set oIE=CreateObject("InternetExplorer.Application")
oIE.Visible=True
oIE.Navigate "http://www.google.co.in/"
Reply


Messages In This Thread
HoW to write script for launching IE? - by bhawin - 10-18-2010, 01:50 PM
RE: HoW to write script for launching IE? - by KavitaPriyaCR - 11-08-2010, 04:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT 12.02 Launching default home page sureshbl 0 3,175 06-01-2015, 02:15 AM
Last Post: sureshbl
  How to write a script for fly out menus (Parent - Child - Sub Child) rajkumarsm 3 4,461 09-02-2014, 10:01 AM
Last Post: vinod123
  Launching .exe file with parameters magnifyingone 1 2,940 08-28-2014, 06:39 PM
Last Post: dplank
  How to read and write in excel through QTP script shwetha_m 5 29,284 03-14-2014, 02:58 PM
Last Post: venkatesh9032
  Getting Application Error while launching Outlook yogesh kancherla 3 3,085 10-29-2012, 12:17 PM
Last Post: krr

Forum Jump:


Users browsing this thread: 1 Guest(s)