PyCharm unable to connect to GhostDriver

扶醉桌前 提交于 2019-12-03 09:54:46

Try installing phantomjs with npm: https://www.npmjs.com/package/phantomjs. I use Mac OS X and I had a similar issue using by selenium and django.

Something in your terminal setup probably influences the networking.

Try to start PyCharm from your terminal:

open -a /Applications/PyCharm.app/

Then run the test again, and it should pass.


Source: sum-up of @CrazyCoder's comments

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!