Just i need to run all my scripts from Selenium IDE to multiple browser. Without convey to any other languages.Because it takes more time.I used the following batch file previously, there i will change the browser and execute all my html scripts. After installing the sauce RC it didn't work.Tried after uninstall sauce but didn't work. any way to handle this?
The batch file content: F: CD \selenium-remote-control-1.0.1\selenium-server-1.0.1 java -jar selenium-server.jar -port 4444 java -jar selenium-server.jar -multiwindow -htmlSuite "*iehta" "https://sitename.com" "F:\Seleniumsuite.html" "F:\Selenium\Results.html" Pause
Please suggest me if any thing wrong on the above batch file.
It staying long with cmd prompt and not started Selenium remote screen.