Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix Chromedriver failing on OS X Mavericks

I made the fun decision of upgrading to OS X Mavericks, and now I can't run chromedriver on my machine...

An easy way to replicate this is to create a new project with NodeJS, and install the wd package, then follow their instructions for running tests (this installs selenium and chromedriver).

wd: https://github.com/admc/wd#run-the-tests

I feel like this is settings issue, but am not even sure where to start... Anyone have any ideas?

like image 536
190290000 Ruble Man Avatar asked Nov 12 '22 19:11

190290000 Ruble Man


1 Answers

https://code.google.com/p/chromedriver/issues/detail?id=590

This has been logged. The workaround is to run the chromedriver in verbose mode. Some samples are in the comments there.

like image 95
SSS Avatar answered Nov 15 '22 06:11

SSS