PhantomJS is a headless (GUI-less) WebKit with JavaScript API. It has native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

learn more… | top users | synonyms

6
votes
0answers
226 views

screenshot of specific dom element using ruby

Is there a way to do this http://casperjs.org/api.html#casper.captureSelector using capybara+phantomjs. Or perhaps, more complex, crop a full page screenshot to the specific dom element?
5
votes
0answers
151 views

Specifying a different cache directory for each instance of phantomjs

I'm using PhantomJS 1.8 and ran into a limitation -- you can't specify what directory it uses for the disk cache. I added this to their issue tracking system, but since it wasn't in there before, I ...
4
votes
0answers
83 views

QUnit + PhantomJS: asyncTest never returns

I've run into a problem when trying to setup PhantomJS, so I could do continuous integration on my JavaScript project via Travis CI. Basically, even the simplest asyncTest just never returns. It ...
3
votes
0answers
232 views

Alternative to CasperJS for use with Cucumber.js

After lots of research and trial and error I have chosen the following stack for Frontend BDD testing: Cucumber.js CasperJS (through SpookyJS) PhantomJS I would like to avoid CasperJS run queues ...
3
votes
0answers
185 views

phantomjs : Calling page.evaluate from some other function or module

I am using phantomjs to test many pages and trying to make my code cleaner. Is it possible to do page.open and call page.evaluate from some other function or module. Now : page.open(ADDRESS, ...
3
votes
0answers
612 views

Nodejs + phantomjs vs. pure phantomjs - page load time

I was poking around recenlty exploring nodejs and phantomjs and wrote a small code to measure the page load time. I have found that page load times differ between the phantomjs code wrapped in nodejs ...
3
votes
0answers
301 views

Saving D3.JS example “bullet.html” to SVG

I'm working with the bullet graph example on the D3.JS site at http://bl.ocks.org/4061961. My goal is to save the bullet graph itself as an SVG file for editing in Inkscape. Using the rasterize.js ...
3
votes
0answers
490 views

Jasmine lost jQuery with PhantomJS: ReferenceError: Can't find variable: $

I want to test my JS codes which uses jQuery by Jasmine in console with PhantomJS, but ReferenceError: Can't find variable: $ I can test the codes by Jasmine in browser normally. Thank you for your ...
2
votes
0answers
85 views

QUnit and PhantomJS testing of AJAX requests only works through proxy

I'm attempting to use grunt-contrib-qunit to run a pre-existing suite of qunit tests (testing parsing of ajax request results) in headless mode with Phantom on Windows 8. The tests complete fine in ...
2
votes
0answers
76 views

Dynamic tracing of all event handler registrations in JavaScript

My goal is to dynamically trace all registrations of event handlers in JavaScript, including but not limited to the document and window object. A piece of code is supposed to run before the rest of ...
2
votes
0answers
107 views

Running selenium hub in maven

I'm trying to run selenium server using role hub in maven using selenium-maven-plugin in order to use phantomjs driver from remote control test, so far my plugin configuration is very straightforward: ...
2
votes
0answers
538 views

Javascript console output using Testacular, PhantomJS, Jasmine

Is there some way I can write to stdout when running testacular headlessly(with PhantomJS and Jasmine), either by console.log() or some other mechanism? I understand that I can start up Firefox or ...
2
votes
0answers
283 views

QUnit tests fail on Travis CI (running on phantomjs with grunt.js)

We've introduced CI system with travis CI to our open source project enchant.js on JavaScript. https://github.com/wise9/enchant.js We like qunit tests and we're running them with grunt.js (npm), but ...
2
votes
0answers
128 views

How to test HTTP to HTTPS tunneling with Casper.js?

I've got to get test coverage on some of our company's extranet, we are using phantom.js/casper.js since it has been the easiest to integrate with the rest of our testing work flow. The problem ...
2
votes
0answers
54 views

Phantom.js stuck on choosing next element

I'm trying to use Phantom.JS to do some page automation on this page: https://reserve.apple.com/GB/en_GB/reserve/iPhone I know how to use document.getElementById('store') = "R363" to choose the first ...
2
votes
0answers
294 views

Is it possible to simulate drag and drop in casperjs and phantomjs like in selenium?

I am trying to simulate a Drag & Drop event that is done using JQuery in my site. Manually performing the "drag & drop" with my own JQuery "works", but after the form where the drag & drop ...
2
votes
0answers
223 views

javascript integration testing for one page applications

I am currently developing a one page javascript application using Sinatra Ruby on server side and Backbone.js, jQuery, jQuery UI for the client side. The application main purpose is to allow a ...
2
votes
0answers
1k views

PhantomJS page dump script issue

Digikey has changed their website and now has a javascript that is called onload via post. This killed my former simple java HTML code retriever. I am trying to use PhantomJS to allow the execution of ...
1
vote
0answers
16 views

Limit memory usage of phantomjs using selenium webdriver?

I'm running phantomjs in Remote WebDriver mode with phantomjs --webdriver 8910 and then getting many pages using the Selenium python bindings with something like: wd = webdriver.PhantomJS(port=8910) ...
1
vote
0answers
21 views

phantomjs compile with webGL

I am trying to compile phantomjs to add webGL. Apparently it is possible because of: https://groups.google.com/forum/#!msg/phantomjs/yagAkrYl6eg/rltehGAyt9QJ . ...
1
vote
0answers
54 views

How Do I implement PhantomJS + Wedriver on c#

I have written the following code and downloaded PhantomJS intot he specified folder on c:\ but am getting the error: "Unable to connect to remote server ...". Here is the code I wrote: [TestMethod] ...
1
vote
0answers
23 views

Ghostdriver with PHPUnit

I'm attempting to use PhantomJS as a browser for PHPUnit Selenium tests. I've set Selenium running in grid mode, and started phantomjs with webdriver, and registered it to the grid, as in the ...
1
vote
0answers
43 views

How to remotely fetch answer of phantomjs script run on heroku?

I want to fetch some information from a website using the phantomjs/casperjs libraries, as I'm looking for the HTML result after all javascripts on a site are run. I worked it out with the following ...
1
vote
0answers
58 views

Proxy configuration for PhantomJS through grunt (qunit)

I'm attempting to run integration tests via grunt-contrib-qunit. I've set the --proxy flag via the options object, every ajax request returns a 404 (not found) error. Gruntfile.js ...
1
vote
0answers
62 views

Convert HTML Page to SVG Image via PhantomJS

I am currently testing the PhantomJS system to generating screenshots of different websites... The current rendering output of the images is a .png but what I need is a SVG image. Does someone know ...
1
vote
0answers
113 views

exporting highcharts polar chart to PDF with phantomjs

I'm evaluating highcharts for a client project and have run into a problem rendering a polar chart with phantomjs. The charts lines come out as a thick grey blob! I thought this was due to animation ...
1
vote
0answers
48 views

Can't connect to localhost: Using CasperJS for ExpressJS application test suite

I seem to be having a very basic issue with using CasperJS to create a functional test suite for an ExpressJS based web application. I can't seem to connect to t I created a barebones Express app to ...
1
vote
0answers
105 views

PhantomJS WebPage memory consumption?

Is there a programmatic (since i want to do it automatically at runtime) way to see how much memory a webpage uses when running it through PhantomJs? I am also using casperjs if that could be ...
1
vote
0answers
61 views

How to do the headless test using yeoman?

I want to do a simple spec that involve DOM manipulate that phantomJS is working: /*global describe it */ 'use strict'; (function () { describe('DOM Tests', function () { var strong = ...
1
vote
0answers
51 views

phantomjs missing cookies, compared with firebug?

i am trying to get cookies using phantomjs, but it appears to be incomplete? at command line: phantomjs --cookies-file=cookies.txt --debug=true test.js test.js: var page = ...
1
vote
0answers
139 views
+50

How do I execute jQuery promises in phantomJS?

I'm using trying to use nodejs and phantomjs on the server-side for SEO of our site. While ajax works fine, I'm not able to execute custom promises that I've used in my code. How do I make phantomJS ...
1
vote
0answers
65 views

Stalling Jasmine Tests

I'm working on a large, thick client, javascript project that uses jasmine for testing. In the most recent build when I try running jasmine via phantom it just hangs. Either it's going incredibly ...
1
vote
0answers
106 views

CasperJS scrolling content

I'm using CasperJS to aggregate some data from Facebook. I need CasperJS to load posts that are "older". I have found found the element that I need to click to load more content and wrote this: ...
1
vote
0answers
81 views

phantomjs: how to make fs.open behave the same as require, for paths

require() works based on the script path. fs.open() works on the invocation (current shell) path. Let's say i have the tree: dirA/ dirA/dirB/ dirA/dirB/dirC/ dirA/dirB/dirC/test.js ...
1
vote
0answers
87 views

nodejs phantomjs bridge, to send form and to get results

I'm using node.js with phantomjs by phantomjs-node bridge. The question: I open a page, e with the page.evaluate function I fill a form and I submit it. Now I need to retrieve data from the page which ...
1
vote
0answers
250 views

mocha-phantomjs Can't find variable: require

I am having the same issue as described here Can't get PhantomJS to work with a simple example but the solution of having the right phantomjs version in my path doesn't seem to be fixing my ...
1
vote
0answers
200 views

Meteor Router + PhantomJS

My Meteor application uses Meteor router for navigation and Spiderable plugin to get pages indexed by search engines. Spiderable calls phantomjs to get page content. This approach works ok for most ...
1
vote
0answers
137 views

Scrape image src attribute using pjscrape

I'm having some difficulties with scraping the image source of an image. I tried the following: _pjs.getText('div#customerInfo table tr:nth-child(1) td:nth-child(7) img.attributes.src') as well as ...
1
vote
0answers
103 views

phantomjs - page.onError - trace is always an empty object?

In the documentation of phantomjs they say the following: Error Handling To easily catch an error occured in a web page, whether it is a syntax error or other thrown exception, an onError handler for ...
1
vote
0answers
49 views

YUI and Phantom/CasperJS : issue with Y.get callback

I use YUI 3 as my main Javascript library and CasperJS for testing. In my application I load CSS dynamically. I utilize Y.Get.css like this: Y.Get.css( '#my_cssFile#', { attributes ...
1
vote
0answers
113 views

phantom crash when entering https url

var page = require('webpage').create(); page.open('https://secure2.lionair.co.id/lionairibe/OnlineBooking.aspx', function (status) { if (status !== 'success') { console.log('Unable to ...
1
vote
0answers
514 views

Phantomjs page.open multiple url's slows down

I have a set of URLs which I use page.open() to open. After processing the contents, I then call page.release() on the page and then call the function to open another page recursively. The webpage has ...
1
vote
0answers
383 views

How do I get PhantomJS / CasperJS working on Cygwin? — Resolved

Okay I resolved this. Earlier I had downloaded the executables for Linux, so it was not working. This time I downloaded the executables for windows and put it in C:/cygwin/bin, and it worked! I ...
1
vote
0answers
298 views

Debug “about:blank” in CasperJs

I have the following simple casperjs script (I cannot name the actual URL - sorry) on a Windows 7 machine: var casper = require('casper').create({verbose:true,logLevel: "debug"}); ...
1
vote
0answers
846 views

viewportSize seems not to work with PhantomJS

Shouldn't the output from this PhantomJS script be 240x320 pixels? I'm getting a large, default-sized image. clipRect() would seem to render the correct size image, but I need the responsive content ...
1
vote
0answers
81 views

Crawling a page that uses a hash tag in the URL

I'm building a tool that fetches some basic metadata about a site (the same amount that Facebook does when you try to share a link): the title, description and the primary image. This is fairly simple ...
1
vote
0answers
156 views

CasperJS: Disable remote page's javascript but still use casper.evaluate?

Thanks for reading my topic, I'd be really grateful if anyone could suggest any other avenues I should explore to achieve the below. Using CasperJS or PhantomJS I need to disable all JavaScript that ...
1
vote
0answers
460 views

Screen Scrape using Phantomjs, results stored in MYSQL

I am looking to scrape this website: http://www.machinerytrader.com/list/list.aspx?ETID=1&catid=1002 I initially tried to use PHP to do this, but discovered that the body html is encrypted. And ...
1
vote
0answers
267 views

How to write a phantomjs script to check multiple URLs and wait for each to fully load all resources before checking result

The scenario I have is: I want to test multiple URLs from a json config file. And each URL has multiple resources which I then have to check have loaded in the page, and have javascript variables i ...
1
vote
0answers
824 views

How to use NodeJS / PhantomJS / CasperJS on Windows 7

I need to scrape a website form (on-the-fly) which has AJAX and SESSIONS. I did a lot of research and I came across several possible solutions one being Python::Mechanize. I don't know python and cURL ...

1 2 3 4 5 6