Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Testing on different bowsers
#1
Solved: 10 Years, 9 Months, 1 Week ago
Hello.

I have an script that has a function that opens my IE browser, something like:

Code:
Function ....
Set oBrowser = CreateObject("InternetExplorer.Application")
oBrowser.visible = 1
oBrowser.Navigate2 sURL
End Function

I have a question:

1. I need to run the same script in Firefox and other IE version, then: How do I open firefox or the other stand alone IE?

PS: I would like to have a function to open each of them or maybe to have only one to open a browser based on a value (using a CASE condition)

Thanks for your advice.
Reply


Messages In This Thread
Testing on different bowsers - by jjluna - 12-09-2010, 09:42 AM
RE: Testing on different bowsers - by jjluna - 12-14-2010, 08:49 AM
RE: Testing on different bowsers - by jjluna - 12-15-2010, 07:17 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)