Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Switching between URLs
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
Hi,

I have setup the application for a URl but inbetween I need to switch over to a different URL so in the script I close the main browser and then launch another browser using
SystemUtil.Run function, is this the only way to switch between the urls.

Thanks,
Sqadri
Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
Code:
set IE=Createobject("InternetExplorer.Application")
IE.Navigate "url1"
IE.Navigate "url2"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to run same script for different URLs when loading time is different mansis 5 4,485 09-21-2012, 12:42 PM
Last Post: mansis
  How to use same script for multiple URLs mansis 29 20,200 09-01-2012, 05:12 PM
Last Post: mansis
  Switching Links to contnue testing mv8167 2 2,331 10-06-2011, 02:02 AM
Last Post: mv8167
  How to run multiple urls in QTP. manju 12 11,746 02-01-2008, 01:18 AM
Last Post: vasu_tj3

Forum Jump:


Users browsing this thread: 1 Guest(s)