dalekjs / dalek-browser-chrome

[unmaintained] Chrome Browser bindings for DalekJS
MIT License
15 stars 9 forks source link

Added Chromedriver error log when Dalek can’t launch Chromedriver #17

Closed mezz closed 9 years ago

mezz commented 10 years ago

This improves the error message to help diagnose problems like issue #15

before:

>> ERROR: dalek-driver-chrome: Could not launch Chromedriver

after:

>> ERROR: Chromedriver: Port not available. Exiting...
>> ERROR: dalek-driver-chrome: Could not launch Chromedriver
asciidisco commented 10 years ago

LGTM. Will merge soon.

asciidisco commented 10 years ago

Fyi. Should finally find some time to merge this this weekend. Cross fingers ;)