Hi all,
I'm having a bit of trouble deploying my webdriver tests to Firefox. When I deploy to FF, I get a looping SSL certificate warning. When I choose to accept it, it just brings up another SSL warning page.
I'm using TestNG and Eclipse to deploy my tests. I've included the code in a gist below.
Here's my procedure-
I'm starting my server with the following arguments:
java -jar selenium-server-standalone-2.21.0.jar -trustAllSLLCertificates -role hub
Node:
java -jar selenium-server-standalone-2.21.0.jar -role node -port 5556 -hub
http://localhost/grid/registerHere's the test. There's a couple of unused imports in there (chrome, ie, etc), but that shouldn't cause these issues:
https://gist.github.com/2830673The console output is irrelevant as it just explains that the test failed due to a timeout.