Top "Phantomjs" questions

PhantomJS is a headless (GUI-less) WebKit with a JavaScript API.

Nightmare JS not working

I know the title of the question looks very vague! But that's there's to it. I installed nodejs on my …

javascript node.js phantomjs browser-automation nightmare
Using PhantomJS to embed all images of a webpage produces warnings but works

I'm trying to convert a webpage into a single file by embedding all the images (and other external resources once …

javascript embed phantomjs
What are the pros and cons in using PhantomJS natively instead of Chrome through webdriver for QA functional testing?

We are testing a very browser dependent/coupled(chrome) single page application with selenium webdriver for Chrome. Some suggest to …

selenium-webdriver phantomjs functional-testing qa
Screenshot not working with phantomJS and ghostdriver

I am trying to take screenshot of a page with phantomJS and ghostdriver. Here is my code: import java.io.…

java selenium phantomjs ghostdriver
Use a node module from casperjs

Is it possible to install a node module, installed via npm, and then require it from a casperjs script? (I …

node.js npm phantomjs casperjs
Headless browser detection

Do you know any webapps/online tests/online firewalls that are trying to detect if user is using selenium/puppeteer/…

selenium webdriver phantomjs puppeteer headless-browser
phantomjs exit() doesn't terminate the process

I've been using phantom.js on Windows 7 for quite some time now (I think v1.4.0 was the first version I …

windows phantomjs
How to get casper.js http.status code?

I have simple code below: var casper = require("casper").create({ }), utils = require('utils'), http = require('http'), fs = require('fs'); casper.…

javascript node.js web-crawler phantomjs casperjs
PhantomJS: injecting a script before any other scripts run

Using PhantomJS, I'd like to inject some JS as if there was an extra <script> tag before any …

phantomjs
Repeating "Asynchronous Sessions cleanup phase starting NOW"

When I run my test suit, I find that intermittently some of the texts will hang for a very long …

testing phantomjs headless-browser