I am currently doing the automation with power shell and I am stuck in the following problem ,
I have automated internet explorer with scripting in power shell,
But now i need to automate Firefox using this , i have searched and not able to track down ,
Is there any way or is it possible to automate FF with power shell ….suggestions are required.
Have a look at http://watin.org/ You can work with the watin.dll wich supports multiple browsers..
I started to use it because i needed a File Upload which comobject InternetExplorer.Application can’t do…
Little snippet to get you started:
Note that you have to run Powershell in STA Mode when using WatiN (powershell.exe -sta)