I\'ve setup a new firefox profile for use with Selenium (accepted certificate warnings for local QA site).
But, I keep getting told the profile directory does not ex
The way you start your server is correct, just do not mention the user home directory (~/) then it should be fine. I am not sure if the backward slash () works, if not try out with forward slashes (/):
java -jar selenium-server.jar -firefoxProfileTemplate "C:\Documents and Settings\dadams\Application Data\Mozilla\Firefox\Profiles\k39jzisz.SeleniumUser"