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.
0
votes
1answer
10 views
PhantomJS hanging when called from CLI or Web
I'm trying to use phantomJS to capture a screenshot of a URL, however when I call phantomJS (from either the command line or web app) it hangs and seesm to never execute the "exit()" call. I can't ...
0
votes
0answers
10 views
Report JUnit tests results from PhantomJS to Maven's Surefire plugin
Right now I'm calling an Ant buildall.xml inside my pom.xml (maven-antrun-plugin, test phase):
pom.xml
<ant antfile="src/test/js/build.xml" target="init" useNativeBasedir="true"/>
That ...
-1
votes
0answers
9 views
How to use sozi2video.js and sozi2video.py ? in UBUNTU [closed]
Few days ago I have got the video export script link (https://github.com/senshu/Sozi/tree/dev/tools/sozi2video)
basically two codes sozi2video.js and sozi2video.py.
Two days now I am trying to ...
0
votes
1answer
36 views
XPath works on Chrome console but not on Selenium
@Arran solved, selenium dont work well with
text() function, updated xpath to ://table[@width=200]/tbody/tr[1]/td/a
I need manipulate a internal system and it never get on time.
I changed timeouts ...
0
votes
0answers
15 views
phantomjs: unknown module system
Phantomjs version 1.4 (the newest version available through apt). I have a single js file, with this content:
var page = require('webpage').create();
var system = require('system');
When I run it, ...
1
vote
0answers
15 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 .
...
0
votes
0answers
7 views
What is the best approach for Campaign Monitor to displaying custom data sets
I'm currently working with the Campaign Monitor API which limits a max of 20 custom vars at 250 chars each.
I want to use there service as the white hat servers along with the analytics are worth ...
1
vote
0answers
36 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]
...
0
votes
1answer
21 views
How would you send a mail through mandrill with phantomjs?
I'm doing some screen scraping with phantomjs. I'm trying to implement an error handling system that sends an email with the mandrill api https://mandrillapp.com/api/docs/messages.html when the ...
1
vote
1answer
40 views
Why won't trigger events work in my phantomjs script?
I am writing some automated ui tests for a single page wizard style form that I am building. I am trying to simulate a keyup on a particular input element but the .trigger jquery method doesn't seem ...
0
votes
1answer
42 views
CasperJS seems unable to recognise password field on login form
I'm brand new to CasperJS and coffeescript. I have a very simple part of my CasperJS coffeescript test to login to a website, that used to work before a recent change to the password element of the ...
0
votes
0answers
40 views
How to scroll down with Phantomjs to load dynamic content
I am trying to scrape links from a page that generates content dynamically as the user scroll down to the bottom (infinite scrolling). I have tried doing different things with Phantomjs but not able ...
0
votes
0answers
26 views
Setting PhantomJS viewportSize in QUnit test
I need to test my script at different viewport sizes. In my tests I'd like to change the viewport size of PhantomJS by setting page.viewportSize. I'm running my tests through grunt-contrib-qunit and ...
0
votes
0answers
18 views
How to use PhantomJS as standalone (static) library in an Objective-C project?
I need a headlead webbrowser for my project. PhantomJS seems quite well suited for my requirements. Now I want to use PhantomJS in my Objective-C project. I don't want to run it as an executable. I ...
0
votes
1answer
32 views
How to test the Node js application with mocha-phantomjs
I need to test my Node js apllication with mocha-phantomjs.I have tried the below code to test the app but i'm getting error as 'ReferenceError: Can't find variable: require'.How to resolve this.
...
0
votes
1answer
32 views
Capybara/Poltergeist causing unexpected results in request spec in Rails 3.2 app
Is there an alternative I can use to Capybara's save_and_open_page? I have written a request spec that test the user signup form. Upon successful signup, which this test should yield, this test should ...
0
votes
1answer
30 views
PhantomJS runs fine as me, returns blank page when running under IIS
I'm running an ASP MVC3 website that spins off a new process that runs phantom js, which calls a website and writes what it sees to a file. The IIS_IUSRS group has write access to the directory. If ...
1
vote
0answers
19 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
1answer
56 views
adjust pdf options for phantomjs
I use phantomjs for pdf generation. So I do
./phantomjs rasterize.js <someurl> test.pdf
It generates pdf file but:
1. Pdf looks far from original website
2. I can't set page orientation
3. ...
0
votes
0answers
17 views
phantomjs call returning error
I'm trying to get a simple "hello world" up and running using phantom.js, but getting "Uncaught SyntaxError: Unexpected identifier" when I try to make a phantomjs call.
Phantomjs.exe, my HTML and ...
0
votes
0answers
23 views
Evaluating javascript is crashing when I run PhantomJS in parallel
I'm controlling PhantomJS from node using https://github.com/sgentle/phantomjs-node. I'm using node-fibers to run several tests in parallel. Each fiber owns one PhantomJS page (all sharing the same ...
1
vote
0answers
15 views
Debugging PhantomJS webpage.open failures
In PhantomJS, webpage.open takes a callback with a status parameter that's set to 'success' or 'fail'. According to the docs, it wll be "'success' if no network errors occurred, otherwise 'fail'." ...
1
vote
0answers
33 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
4answers
42 views
Execute console command in PHP
I'm trying to execute a console command when a user clicks an "Export PDF" button. I'm using Phantom JS to generate a PDF output.
If I run the following in my command prompt it all works fine:
...
0
votes
0answers
20 views
scraping a website that has a js error with pjscrape. is it possible?
I'm trying to scrape this website: http://www.creative-med.com/vademecum.php?cadena1=vademecum/contenido/productos/producto.php?pais=ven&cadena2=1594&pais=ven
this is the last script I ran ...
0
votes
1answer
26 views
Calling the Facebook API from CasperJS?
I'm trying to call the facebook API using casperJS, using a url like so:
...
0
votes
1answer
45 views
phantomjs: is webpage singleton?
see code below.
I want to capture two web page.
After run this code using phantomjs, I only got one screenshot of webpage(www.baidu.com).
Is webpage in phantomjs singleton? Can I open two webpages in ...
0
votes
0answers
20 views
Is there a way to read user input from keybord for PhantomJS?
I'm using PhantomJS to login website and the captcha has to be inputed manually.
How can I save the captcha image to disk, and then input the captcha by hand in PhantomJS console?
1
vote
1answer
37 views
How to scroll a page with phantomJs
I wanna render a page that load its images only when the user scrolls the page. Just setting page.scrollPosition has no effect. I need something that change the scroll position over time.
0
votes
0answers
28 views
Testing responsive design with poltergeist (phantomjs)
I'm using Twitter Bootstrap and poltergeist. I'm trying to hide some elements for mobile resolutions, for example:
view:
<th class="hidden-phone">Email</th> ....
css:
.hidden-phone {
...
4
votes
1answer
80 views
Javascript unit testing with V8
Currently, I am using PhantomJS for running Javascript unit tests in QUnit and Sinon framework on our build server.
But, PhantomJS uses JavaScriptCore with JIT compiler as its Javascript engine. ...
0
votes
0answers
44 views
Performance testing with PhantomJS
I am using Google soy templates and have developed both Server-side and client-side rendering solutions. I want to benchmark them using performance tests. While benchmarking the client-side part, I ...
0
votes
0answers
48 views
In Node js how to use Should js assertion library with mocha-phantomjs testing framework
In node application.How can i use 'Should js' assertion library with 'mocha-phantomjs' testing framework.
Test.js
var should=require('should');
describe("Comparison", function () {
...
0
votes
2answers
30 views
Running Capybara tests at a different url when on Travis CI
I have some integration tests written in Capybara which I'm running on Travis. In the tests I hit a hardcoded url (given by Pow and symlinks) with the visit method. This of course does not work well ...
0
votes
1answer
51 views
How to use Should.js assertion library with Phantomjs-mocha testing framework
In my application i need to use Phantomjs-mocha testing framework to test my application node js code.So i have installed Should js assertion library.While running some example code i'm getting ...
1
vote
1answer
74 views
Using Selenium in the background
Im using Selenium and chrome webdriver but when i run scripts it opens the wwindow is there anyway that is can access the internet without the window popping up?
Here is an example code:
from ...
0
votes
0answers
18 views
grunt qunit in conjunction with grunt server
While running grunt server for developing, How can I separately use tehe grunt qunit task to run the tests.
While trying to pass ["test/**/*.html"] to the all property, but that fails to run and ...
2
votes
0answers
80 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 ...
4
votes
1answer
176 views
page-break-inside doesn't work in table cells with rowSpan?
I want to make PDF rendering of my big report table. But it seems that phantomjs doesn't support the rowSpan attribute. Here is the example:
phantomjs rasterize.js ...
0
votes
1answer
85 views
Can't split CasperJS tests across multiple files
The docs weren't really useful - too brief and vague. As I understood from the docs, We just need to to run casperjs command on the the directory of tests and ensure each test ends with Tester.done(). ...
0
votes
0answers
49 views
clicking confirm box of browser using selenium
My program fails when it encounters a confirm box. I need to click that confirm box in order to proceed. I could not dig into its Html(using firebug) or so. Some one please let me know how to handle ...
0
votes
0answers
30 views
Not able to access headless browser elements using jasmine/ Phantomjs
We are trying to use combination of jasmine test framework with phantomjs for acceptance testing . I have successfully installed phantomjs and jasmin .
When I run normal javascript jasmin uniti ...
1
vote
1answer
47 views
How to load the pages using PhantomJS
I'm new to Phantomjs.I have tried to load the page using the below code.But the given page is not loading while running this.
console.log('Loading a web page');
var page = ...
-1
votes
0answers
30 views
How to install PhanttomJS on Ubuntu 12.04? [closed]
In my application i need to use PhanttomJS.So i have tried the following link from their documentation but after running the last line i'm getting following error.How to resolve this issue.
Error ...
0
votes
1answer
48 views
Rendering differences between phantomjs and my web browser
I am trying to take a screenshot from a webpage with PhantomJS. I use the following code (which works) :
var args = phantom.args;
var Address = args[0];
var Destination = args[1];
...
1
vote
0answers
55 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
1answer
52 views
Using pagespeed with phantomjs and jenkins integration
I am trying to automate web page performance using pagespeed.
Is there any plugin available for pagespeed to run on phantomjs
we have yslow plugin for the same and its working locally
...
1
vote
2answers
83 views
how to click a “select option” and then evaluate loaded content with casperjs
I'm trying to crawl the sizes for this product:
Link to product
The problem: The sizes are loaded after the color of the product is selected.
In the product page's source code, I can see that the ...
0
votes
1answer
93 views
Running PhantomJS as a server
I'm looking into using PhantomJS to generate static html from a dynamic AngularJS app that can be indexed by google. What I want to do is to start a PhantomJS server that sits behind a proxy and gets ...
0
votes
0answers
26 views
How to set CLI params for phantomjs using config.json,
While running phantomjs with CLI using --ignore-ssl-errors=yes it works, but I am using npm wrapper for phantom using child args, then how can i set these params to set the value as true by default.


