I want to start up Selenium server by specified firefox profile like blow command, but it didn't work well(can't open according to my specified profile), can somebody tell me if there were something wrong I used the command? Thanks!
ps: Windowns7 platform.
java -jar C:\Users\zhanjunw\Desktop\Selenium\selenium-server-standalone-2.20.0.jar -interactive -singleWindow -trustAllSSLCertificates -firefoxProfileTemplate "C:\Users\zhanjunw\AppData\Local\Mozilla\Firefox\Profiles\r91p21kg.seleniumProfile"