This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Description
Originally reported on Google Code with ID 7897
1.Launch Standalone server with parameters
java -jar ./selenium-server-standalone-2.43.1.jar -Dwebdriver.chrome.driver=./chromedriver
-port 4444
2.Try to build new driver with:
var driver = new webdriver.Builder().usingServer(http://127.0.0.1:4444/wd/hub).build();
or
var driver = new webdriver.Builder().usingServer(http://127.0.0.1:4444/wd/hub).withCapabilities('browserName':
'chrome').build();
What is the expected output? What do you see instead?
Expected: Create new driver.
Instead: Error;
Selenium version: Node.js: 2.43.4; SSS(2.43.1);
OS: linux Ubuntu 14.10.1
Browser: Chrome
Browser version: 37
This error apear in selenium-webdriver 2.43.4, when require 2.42.1 there will be no
error with same parameters;
Reported by vecherenko.work on 2014-09-15 12:05:44