12-09-2010, 10:52 AM
Hi Jjluna,
You can have only 1 version of Firefox and IE on a perticular machine. So if you want to test your application for different versiona if FF and IE, you will have to run your script on different machines.
This is how you can open IE and FF:
You can have only 1 version of Firefox and IE on a perticular machine. So if you want to test your application for different versiona if FF and IE, you will have to run your script on different machines.
This is how you can open IE and FF:
Code:
Set oBrowser = CreateObject("InternetExplorer.Application")
Set oBrowser = CreateObject("FireFox.Application")