Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Testing on different bowsers
#2
Solved: 10 Years, 10 Months, 1 Week ago
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:
Code:
Set oBrowser = CreateObject("InternetExplorer.Application")
Set oBrowser = CreateObject("FireFox.Application")
Reply


Messages In This Thread
Testing on different bowsers - by jjluna - 12-09-2010, 09:42 AM
RE: Testing on different bowsers - by manishbhalshankar - 12-09-2010, 10:52 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)