Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 602  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: CasperJS support mailing-list. Get help, help other, request features and enhancements, discuss usage issues.
 

Casper asserts an element doesn't exist 
  I have an element inside a list and CasperJS doesn't find it. Here's what I do : this.echo(this.getHTML('div#fi lters > ul > li:nth-child(4)', true)); ...Outputs : ...As you can see, the first line of code allows me to see the "span#dateFilterSelector" does exist but still, the assert doesn't find it.... more »
By A. Mathieu  - May 23 - 1 new of 1 message    

Including External Classes 
  How does one include classes from external files that one has written themselves? For example if I have /login_page.coffee class LoginPage constructor: (@browser) -> I want to include the LoginPage class from the login_page.coffee file in this test /when_submitting_the_form_with out_the_first_name.coffee... more »
By Aeden Jameson  - May 22 - 3 new of 3 messages    

Problem Using XPath Selectors 
  I have been trying for the last couple of hours to use an xpath selector in casperJS. Unfortunately, none of the selectors I write (even something such as: '//*[@id="enabled_1_0_BONUSFF1 E"]') work. I receive an error saying: FAIL the element exists. I tried using the example in the casperJS site: [link]... more »
By Or Perlman  - May 22 - 3 new of 3 messages    

Requiring Yadda 
  I've been making some changes in the Yadda 0.3.0 branch<[link]>so that it can be bundled as a node module, but having difficulty requiring the module from Casper. var Yadda = require('./lib/yadda') results in CasperError: CasperJS couldn't find module ./Interpreter... more »
By Stephen Cresswell  - May 21 - 2 new of 2 messages    

Play! Framework : "Failed injecting jQuery client side" 
  Hi, I don't manage to inject jQuery. I'm working with Play! Framework, and when I execute a script beginning with var casper = require('casper').create({ clientScripts: ["assets/javascripts/jquery-1. 8.3.min.js"], verbose: true, logLevel: 'debug' ... I get : [warning] [phantom] Failed injecting %s client side... more »
By Julien Derenty  - May 21 - 3 new of 3 messages    

support for the PhantomJS child_process module 
  When will CasperJS support the PhantomJS child_process<[link]>module? Currently CasperJS version 1.0.2 throws this error when trying to require the child_process module: CasperError: CasperJS couldn't find module child_process /usr/local/casperjs-1.0.2/bin/ bootstrap.js:133 in _require... more »
By me  - May 21 - 3 new of 3 messages    

How to take a screenshot when resources never load 
  Example url is [link] I want to take a screenshot of this site, but even when I load it in chrome the spinner never stops spinning, some external resource never gets loaded. Is there a way I can force casper to capture the site after say 15... more »
By cjr  - May 17 - 2 new of 2 messages    

Verbose mode with testing ? 
  ... ... Set casper.options.verbose and casper.options.logLevel As of 1.1, you can also use the casper test --direct and --log-level options ++ -- Nicolas Perriault [link] Phone: +33 (0) 660 92 08 67
By Nicolas Perriault  - May 16 - 1 new of 1 message    

Improvement proposal: support of SlimerJS 
  Hello, I'm developping a new scriptable browser, SlimerJS, similar to PhantomJS, but based on Gecko, the rendering engine of Firefox. It will allow to do tests on your website with Gecko/Firefox, like you do with PhantomJS. And with CasperJS of course :) [link] The PhantomJS API is not fully implemented yet into SlimerJS, but we can do... more »
By Laurent Jouanneau  - May 16 - 5 new of 5 messages    

Integrate Casper with ySlow 
  I know there is a ySlow script for phantomJS, does anyone know if there is any similar in Casper? Thanks
By Roy Yu  - May 14 - 1 new of 1 message    

1 - 10 of 602   « Newer | Older »

XML       Send email to this group: casperjs@googlegroups.com