PhantomJS is amazing. We use it to take screenshots of web sites on Neocities: https://neocities.org/browse
A big thanks to PhantomJS devs!
11–20 of 25 posts
PhantomJS is amazing. We use it to take screenshots of web sites on Neocities: https://neocities.org/browse
A big thanks to PhantomJS devs!
Excellent! I have used PhantomJS for web scraping but as that is always a gray area of legality. I'd love to hear any other major uses you've seen it used for. I always love it when I find that a tool I'm using can be used for other purposes.
Earlier quoted context omitted.
Yes, my team ran directly into the old webkit version issue as well. Does this 2.0 still use an old WebKit? Having trouble finding out... Edit: it appears to be WebKit 538.1, from May 2014. But this is based on a readme which is pretty old, so it could be outdated info
I have solved this problem by using SlimerJS as an alternative.
Excellent! I have used PhantomJS for web scraping but as that is always a gray area of legality. I'd love to hear any other major uses you've seen it used for. I always love it when I find that a tool I'm using can be used for other purposes.
I once wanted to do automated testing with it. But because PhantomJS used an old webkit version, I couldn't :( But that's one use case where I would love to use phantomJS or any other headless engine to test the frontend. I'm aware that for headless testing to work, there should be a headless browser of every major vendor. Maybe it's an utopia.
Being able to use websockets in my automated testing has been something of a holy grail, so jquerygo and phantomjs have been hugely helpful.
We, AppNeta, use PhantomJS to perform Synthetic web-app monitoring
http://www.appneta.com/products/appview/
While PhantomJS has some limitation here and there, it is the _only_ headless browser our there AFAIK.
Disclaimer: I work for AppNeta (specifically for the AppView product).
We use PhantomJS as a headless browser, sometimes taking screenshots. I know, crazy. Anyway: http://www.mystartup.com
Excellent! I have used PhantomJS for web scraping but as that is always a gray area of legality. I'd love to hear any other major uses you've seen it used for. I always love it when I find that a tool I'm using can be used for other purposes.