KevinGrandon / ghostjs

ghostjs provides modern UI testing with async functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration with headless Chrome

KevinGrandon opened this issue · comments

Currently we support phantomjs and Firefox through SlimerJS. It would be nice to support Chrome, either with an adapter layer or having phantomjs leverage it under the hood.

https://www.chromestatus.com/features/5678767817097216

PhantomJS issue: ariya/phantomjs#14954

Run headless chromium: https://github.com/CodeYellowBV/run-headless-chromium
Chrome remote interface: https://github.com/cyrus-and/chrome-remote-interface

commented

hi @KevinGrandon
Thanks you for ghostJS

I have now maintained CasperJS but we have the same uncertainties regarding the disappearance of phantomJS

We have Chrome support now in #132!