diff --git a/bin/test-browser.js b/bin/test-browser.js index 839c0ff..5cbe210 100644 --- a/bin/test-browser.js +++ b/bin/test-browser.js @@ -100,7 +100,7 @@ function startTest(browser, subProcess) { } function startSelenium(callback) { - selenium({}, {}, function() { + selenium.start(function() { var browser = wd.promiseChainRemote(); callback(browser); });