05-26-2011, 02:08 PM
I could not understand why u have opened IE by creating object of it. It can simply be opened by "SystemUtil.Run" method...
However you can try the following to open Firefox at run time..
SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe", "www.google.com"
And make sure nothing is opening in Record And Run settings when u press Run/Record button.
However you can try the following to open Firefox at run time..
SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe", "www.google.com"
And make sure nothing is opening in Record And Run settings when u press Run/Record button.