Issue when running on Windows #593
-
Hi, I wasn't sure to create a new issue or discussion so I've gone with discussion for now. I'm trying to set up Wallaby as described in this page, which is using 0.28 of Wallaby: https://www.tddphoenix.com/setting-up/ I've followed all the instructions and triple checked to make sure my code is correct, however, when I run the first smoke test - I get the following error:
I have configured the chromedriver to be on my PATH variable, for example I can run Here is the result of running
Has anyone else found issues when running it on Windows? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Thanks for asking your question as a discussion @CallumVass! It looks like you're getting an This leads me to think it's a permissions issue on the chromerdriver executable, so that would be where I suggest looking first. |
Beta Was this translation helpful? Give feedback.
Thanks for asking your question as a discussion @CallumVass!
It looks like you're getting an
:acces
error when erlang attempts to start the chromedriver process.This leads me to think it's a permissions issue on the chromerdriver executable, so that would be where I suggest looking first.