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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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
|
|
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 »
|
|
|