Frage

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?

War es hilfreich?

Lösung 2

Solved thanks to help from sebv, developer of the NodeJS module I mentioned earlier, and located here: https://github.com/admc/wd

Here is the answer to the issue: https://github.com/admc/wd/issues/195

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top