Hi, Could you think of any way to make WebDriver Atoms (Ghost Driver) back available in PhantomJS? From what I can see, [PhantomJS][1] developers copy them manually from [Ghost Driver][2] repository. Ghost Driver in its turn incorporates them by running the following script:
https://github.com/detro/ghostdriver/blob/2.1.0/tools/import_atoms.sh This issue makes PhantomJS unusable via WebDriver, when installed from official repositories. [1]: https://github.com/ariya/phantomjs [2]: https://github.com/detro/ghostdriver Regards, Yuri

