<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>CasperJS Google Group</title>
  <link>http://groups.google.com/group/casperjs</link>
  <description>CasperJS support mailing-list. Get help, help other, request features and enhancements, discuss usage issues.</description>
  <language>en-US</language>
  <item>
  <title>How to take a screenshot when resources never load</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/9585b2bd4730e439/c072d06ec65f9c06?show_docid=c072d06ec65f9c06</link>
  <description>
  Example url &lt;br&gt; is &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://campusvirtualintec.buenosaires.gob.ar/mod/resource/view.php?inpopup=true&amp;id=812&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I want to take a screenshot of this site, but even when I load it in chrome &lt;br&gt; the spinner never stops spinning, some external resource never gets loaded. &lt;br&gt; Is there a way I can force casper to capture the site after say 15
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/9585b2bd4730e439</guid>
  <author>
  toph...@gmail.com
  (cjr)
  </author>
  <pubDate>Sat, 18 May 2013 01:36:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [casperjs] Verbose mode with testing ?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/c26a03ac91082688/3eeb7d675eb53376?show_docid=3eeb7d675eb53376</link>
  <description>
  Set casper.options.verbose and casper.options.logLevel &lt;br&gt; &lt;p&gt;As of 1.1, you can also use the casper test --direct and --log-level options &lt;br&gt; &lt;p&gt;++ &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Nicolas Perriault &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://nicolas.perriault.net/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Phone: +33 (0) 660 92 08 67
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/c26a03ac91082688</guid>
  <author>
  nico...@perriault.net
  (Nicolas Perriault)
  </author>
  <pubDate>Thu, 16 May 2013 18:47:28 UT
</pubDate>
  </item>
  <item>
  <title>Improvement proposal: support of SlimerJS</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/c89b714fe84672dd/54142e10f2d69fb7?show_docid=54142e10f2d69fb7</link>
  <description>
  Hello, &lt;br&gt; I&#39;m developping a new scriptable browser, SlimerJS, similar to PhantomJS, &lt;br&gt; but based on Gecko, the rendering engine of Firefox. It will allow to do &lt;br&gt; tests on your website with Gecko/Firefox, like you do with PhantomJS. And &lt;br&gt; with CasperJS of course :) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://slimerjs.org&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The PhantomJS API is not fully implemented yet into SlimerJS, but we can do
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/c89b714fe84672dd</guid>
  <author>
  ljouann...@gmail.com
  (Laurent Jouanneau)
  </author>
  <pubDate>Thu, 16 May 2013 10:22:59 UT
</pubDate>
  </item>
  <item>
  <title>Integrate Casper with ySlow</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/6dd190cc7211ea17/2499777c0280fff0?show_docid=2499777c0280fff0</link>
  <description>
  I know there is a ySlow script for phantomJS, does anyone know if there is &lt;br&gt; any similar in Casper? &lt;br&gt; Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/6dd190cc7211ea17</guid>
  <author>
  iroy2...@gmail.com
  (Roy Yu)
  </author>
  <pubDate>Tue, 14 May 2013 23:59:42 UT
</pubDate>
  </item>
  <item>
  <title>Unreliable click behaviour for &#39;styled&#39; checkboxes</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/4fc833f40ef0c532/a1bec4bfaa6b7609?show_docid=a1bec4bfaa6b7609</link>
  <description>
  A web app I&#39;m testing with CasperJS uses jqTransform ( &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/jcamenisch/jqTransform&quot;&gt;[link]&lt;/a&gt; ) for styling checkboxes by &lt;br&gt; adding div overlays to checkbox elements. &lt;br&gt; Several of those &#39;styled&#39; checkboxes have an onClick event that activates &lt;br&gt; further elements on the page. Though this certainly is a bit of a hack it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/4fc833f40ef0c532</guid>
  <author>
  bjo...@wilmsmann.de
  (Björn Wilmsmann)
  </author>
  <pubDate>Mon, 13 May 2013 17:22:09 UT
</pubDate>
  </item>
  <item>
  <title>using xpath document.querySelector</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/2c5ef14b74c96a4b/23ce474bae7cdba6?show_docid=23ce474bae7cdba6</link>
  <description>
  Hello &lt;br&gt; i don&#39;t know if someone tested xpath with querySelector, but it doesnt work &lt;br&gt; with me &lt;br&gt; document.querySelector(&#39;plop&#39;) .textContent = &#39;test&#39;; // This one Work &lt;br&gt; document.querySelector(x(&#39;//*[ @id=&amp;quot;plop&amp;quot;]&#39;)).textContent = &#39;test&#39;; // This &lt;br&gt; one not Working &lt;br&gt; Any ideas ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/2c5ef14b74c96a4b</guid>
  <author>
  hsn.ela...@gmail.com
  (darker-fear)
  </author>
  <pubDate>Sat, 11 May 2013 14:17:25 UT
</pubDate>
  </item>
  <item>
  <title>Trouble splitting CasperJS tests</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/f2a00df5d3f5c0a1/7f9de81565403c6e?show_docid=7f9de81565403c6e</link>
  <description>
  So guys, I am really stuck at this one. I posted the question on SO but so &lt;br&gt; far, no help. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/16371091/cant-split-casperjs-tests-across-multiple-files&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It is really confusing, how to split tests in Casper JS? Just put them in &lt;br&gt; same folder? How is then order of tests determined?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/f2a00df5d3f5c0a1</guid>
  <author>
  shubham.jai...@gmail.com
  (Shubham Jain)
  </author>
  <pubDate>Wed, 08 May 2013 06:02:00 UT
</pubDate>
  </item>
  <item>
  <title>casperjs not going to next page</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/ff9cb71914c84ccb/5eab3b7e95e27277?show_docid=5eab3b7e95e27277</link>
  <description>
  I&#39;m just beginning with casperjs and js trying to get it to navigate to a &lt;br&gt; new page. &lt;br&gt; There are multiple similar links on the page that look like this: &lt;br&gt; &amp;lt;a href=&amp;quot;#&amp;quot; onclick=&amp;quot;GoToPage(1)&amp;quot;&amp;gt;&amp;lt;font class=&amp;quot;IndexLink&amp;quot;&amp;gt;2&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt; &lt;br&gt; &amp;lt;a href=&amp;quot;#&amp;quot; onclick=&amp;quot;GoToPage(2)&amp;quot;&amp;gt;&amp;lt;font class=&amp;quot;IndexLink&amp;quot;&amp;gt;2&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt; &lt;br&gt; &amp;lt;a href=&amp;quot;#&amp;quot; onclick=&amp;quot;GoToPage(3)&amp;quot;&amp;gt;&amp;lt;font class=&amp;quot;IndexLink&amp;quot;&amp;gt;2&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/ff9cb71914c84ccb</guid>
  <author>
  will...@gmail.com
  (Rick)
  </author>
  <pubDate>Tue, 07 May 2013 01:42:28 UT
</pubDate>
  </item>
  <item>
  <title>localStorage persists after evaluating localStorage.clear();</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/fb4cd8081a42622a/2de1bae3c0a0e3d6?show_docid=2de1bae3c0a0e3d6</link>
  <description>
  I&#39;m having this weird issue, when my app performs a login and adds data to &lt;br&gt; the localStorage, the next time I run the tests the data is still there, I &lt;br&gt; tried performing a: &lt;br&gt; casper.evaluate(function() { &lt;br&gt; But the values are not erased. This only happens with keys created by the &lt;br&gt; app. if try to reset the value of the keys they won&#39;t change.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/fb4cd8081a42622a</guid>
  <author>
  lh2olge...@gmail.com
  (Juan Carlos Alonso)
  </author>
  <pubDate>Fri, 03 May 2013 20:38:14 UT
</pubDate>
  </item>
  <item>
  <title>Newbie question</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/a78ec88b403a347e/969f0104e3b7e645?show_docid=969f0104e3b7e645</link>
  <description>
  Hi everyone, &lt;br&gt; I am trying to scrape a Dutch genealogy website. The end result should be &lt;br&gt; that I start with one person and then keep on scraping search results until &lt;br&gt; there is nothing left to find. Ok, that&#39;s Nirvana.. &lt;br&gt; For now I have managed to get to the advanced search page, enter the &lt;br&gt; lastname and firstname of my trial person (my grandfather, who is
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/a78ec88b403a347e</guid>
  <author>
  pjcmvang...@gmail.com
  (Peter van Gils)
  </author>
  <pubDate>Thu, 02 May 2013 17:48:23 UT
</pubDate>
  </item>
  <item>
  <title>Text not on page even though this.waitForText(text) worked.</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/a9b9b35a315b0662/e4c6c8ed19985b42?show_docid=e4c6c8ed19985b42</link>
  <description>
  As one of several steps I have this: &lt;br&gt; casper.then( &lt;br&gt; function() { &lt;br&gt; this.clickLabel(&#39;View New Content&#39;, &#39;a&#39;); &lt;br&gt; this.waitForText(&#39;Explore content&#39;); &lt;br&gt; fs.write(&#39;page-3.html&#39;, this.page.content, &#39;w&#39;); &lt;br&gt; } &lt;br&gt; ); &lt;br&gt; This succeeds with no errors or warnings and continues to a run step and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/a9b9b35a315b0662</guid>
  <author>
  will...@gmail.com
  (Rick)
  </author>
  <pubDate>Tue, 30 Apr 2013 14:11:48 UT
</pubDate>
  </item>
  <item>
  <title>form fill() a checkbox in an MVC app</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/cfa334ea69a66883/9e27ca2912a81216?show_docid=9e27ca2912a81216</link>
  <description>
  Hello All, &lt;br&gt; I&#39;m new to CasperJS so I thought I&#39;d better check my understanding here. &lt;br&gt; I&#39;ve a form to fill in, a login form, that has a checkbox that needs &lt;br&gt; ticking. I found that casper.fill() wasn&#39;t setting it. Looking at the &lt;br&gt; source of the page made me think my MVC was all wrong. ASP.NET MVC produced
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/cfa334ea69a66883</guid>
  <author>
  richard.bo...@gmail.com
  (Richard Bogle)
  </author>
  <pubDate>Tue, 30 Apr 2013 13:52:50 UT
</pubDate>
  </item>
  <item>
  <title>Why does this fail?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/e4a18a8f924b1f93/ad5b520b5657104c?show_docid=ad5b520b5657104c</link>
  <description>
  /** &lt;br&gt; * @author Thomas Lehmann &lt;br&gt; * @file Dummy.js &lt;br&gt; */ &lt;br&gt; var casper = require(&#39;casper&#39;).create(); &lt;br&gt; casper.start(&amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://casperjs.org/&quot;&gt;[link]&lt;/a&gt;&amp;quot;, function() { &lt;br&gt; this.test.info(&#39;Current location is &#39; + this.getCurrentUrl()); &lt;br&gt; var elements = document.querySelectorAll(&amp;quot;div &amp;quot;); &lt;br&gt; console.log(elements.length);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/e4a18a8f924b1f93</guid>
  <author>
  thomas.lehmann.priv...@googlemail.com
  </author>
  <pubDate>Sun, 28 Apr 2013 18:01:04 UT
</pubDate>
  </item>
  <item>
  <title>Checking for new entry in a table?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/e1d3187d68e9e2c4/ffd972032a863af2?show_docid=ffd972032a863af2</link>
  <description>
  After successfully creating a new todo item by jasperjs &lt;br&gt; navigating back to the main page I would like to verify &lt;br&gt; that the new item is in the list (table). &lt;br&gt; What would be the best way to do it? &lt;br&gt; My thoughts: I don&#39;t know the id of the new record but &lt;br&gt; I know the values I have set when using &amp;quot;fill&amp;quot;. &lt;br&gt; What I&#39;m searching for is a &amp;lt;td class=&amp;quot;title&amp;quot;&amp;gt;Creating a new todo
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/e1d3187d68e9e2c4</guid>
  <author>
  thomas.lehmann.priv...@googlemail.com
  </author>
  <pubDate>Sun, 28 Apr 2013 11:39:57 UT
</pubDate>
  </item>
  <item>
  <title>get current page contentType</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/6bd79aa800930225/71ed60b2363b86d7?show_docid=71ed60b2363b86d7</link>
  <description>
  Hi, &lt;br&gt; I&#39;d like to do different actions based on the contentType of the page. &lt;br&gt; I used currentResponse.contentType but it did not work as expected if there &lt;br&gt; is a redirect. I get the contentType before redirection. &lt;br&gt; I endend up using casper.resources[casper.resour ces.length-1].contentType. &lt;br&gt; Is this ok. Is there a better option?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/6bd79aa800930225</guid>
  <author>
  fkh...@gmail.com
  (fk hb)
  </author>
  <pubDate>Sat, 27 Apr 2013 21:19:56 UT
</pubDate>
  </item>
  <item>
  <title>At evaluation phase...</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/cf91814bf0fec550/4e1147abb8d6e07d?show_docid=4e1147abb8d6e07d</link>
  <description>
  I&#39;m relative new to web development just written a &lt;br&gt; a small todo manager locally with php running as a server. &lt;br&gt; Somewhere reading about casperjs I started to test this &lt;br&gt; but unfortunately running in a problem which should not &lt;br&gt; be as it is from the introduction part from casperjs .... &lt;br&gt; Here we go: &lt;br&gt; I&#39;m running on Windows XP with casperjs 1.0.2 and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/cf91814bf0fec550</guid>
  <author>
  thomas.lehmann.priv...@googlemail.com
  </author>
  <pubDate>Sat, 27 Apr 2013 15:44:24 UT
</pubDate>
  </item>
  <item>
  <title>Scrape attempt with ASPX and click not triggering onClick</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/5fab5c31b7a2a1fd/d28a4383a659ee11?show_docid=d28a4383a659ee11</link>
  <description>
  I&#39;m realizing that the group here may have more up to date help/information &lt;br&gt; on getting CasperJS working, as opposed to StackOverflow. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/16164619/scraping-attempt-using-casperjs-phantomjs-and-a-postback&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Target Site has a radio button within a form.. and when executing click I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/5fab5c31b7a2a1fd</guid>
  <author>
  erikpet...@gmail.com
  (Erik Peterson)
  </author>
  <pubDate>Wed, 24 Apr 2013 22:46:24 UT
</pubDate>
  </item>
  <item>
  <title>evaluate() modifying global variable</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/80bee7e013c14053/e8a33be47f3f9416?show_docid=e8a33be47f3f9416</link>
  <description>
  I&#39;m new to CasperJS and I&#39;m having issues with the evaluate() function. I &lt;br&gt; have the following sample code: &lt;br&gt; var results = []; // a global var &lt;br&gt; var links = [link1, link2 ,....]; //a list of urls &lt;br&gt; var current = 0; &lt;br&gt; function search(url){ &lt;br&gt; this.start(url, function(){ &lt;br&gt; *results = this.evaluate(function() { *
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/80bee7e013c14053</guid>
  <author>
  bird0...@gmail.com
  (casper user)
  </author>
  <pubDate>Wed, 24 Apr 2013 21:20:48 UT
</pubDate>
  </item>
  <item>
  <title>How to use the phantomjs example netsniff.js inside casperjs?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/aabb0cba0e082f17/c11a2181afe4fb2c?show_docid=c11a2181afe4fb2c</link>
  <description>
  Hi, &lt;br&gt; This eg from phantomjs at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/ariya/phantomjs/blob/master/examples/netsniff.js&quot;&gt;[link]&lt;/a&gt; works &lt;br&gt; to get the har file. &lt;br&gt; But since I&#39;m using casperjs, how can I port or use that script within &lt;br&gt; casperjs ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/aabb0cba0e082f17</guid>
  <author>
  millis...@gmail.com
  (millisami r)
  </author>
  <pubDate>Wed, 24 Apr 2013 10:11:17 UT
</pubDate>
  </item>
  <item>
  <title>disabling loading of third party javascripts</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/6e20640a08d65564/58caa683551f03bf?show_docid=58caa683551f03bf</link>
  <description>
  Hi. &lt;br&gt; Is there a way to disable the loading of third party javascripts (like &lt;br&gt; googleads, analytics, etc)? Either a solution that would disable all of &lt;br&gt; them or something where I could manually enter the urls would be OK. &lt;br&gt; -M.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/6e20640a08d65564</guid>
  <author>
  nos...@gmail.com
  (Marcelo Barbudas)
  </author>
  <pubDate>Wed, 24 Apr 2013 01:12:13 UT
</pubDate>
  </item>
  <item>
  <title>Form submission weirdness</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/511e73b318db4899/74ae882da49fd9c9?show_docid=74ae882da49fd9c9</link>
  <description>
  Hi all, &lt;br&gt; It seems casperjs has some strange behavior around form submission. &lt;br&gt; Specifically I&#39;m trying to use &#39;casper.fill&#39; to submit a form with some &lt;br&gt; data. &lt;br&gt; The code is pretty generic: &lt;br&gt; casper.start(host + &#39;/login&#39;, function(response) { &lt;br&gt; this.test.assertHttpStatus(200 , &#39;Login page loaded succesfully&#39;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/511e73b318db4899</guid>
  <author>
  thomas.om...@gmail.com
  (Thomas Omans)
  </author>
  <pubDate>Tue, 23 Apr 2013 23:15:02 UT
</pubDate>
  </item>
  <item>
  <title>how to use casperjs to literately search keyword by google</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/995a57f1fc1e3b2c/40752f970899c446?show_docid=40752f970899c446</link>
  <description>
  I am new to casperjs but find it is very useful to do something &lt;br&gt; automatically.My problem is that I want to use the casperjs to get the &lt;br&gt; urls returned by google. firstly I set a array consisting of keywords &lt;br&gt; to search. &lt;br&gt; then I try to combine the googlelinks.js and each.js in the folder of &lt;br&gt; samples to create a runnable code but I find the getLinks function
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/995a57f1fc1e3b2c</guid>
  <author>
  inmant...@gmail.com
  (tang inman)
  </author>
  <pubDate>Tue, 23 Apr 2013 11:41:26 UT
</pubDate>
  </item>
  <item>
  <title>Newbie question - Problem with getAttribute</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/7043985149326a1d/090888abdde27d8a?show_docid=090888abdde27d8a</link>
  <description>
  Hello guys &lt;br&gt; &lt;p&gt;I&#39;m trying to get an input value (result of a sum in two anothers inputs) &lt;br&gt; but always the return is empty. &lt;br&gt; &lt;p&gt;I captured a screenshot and I can see the value on the input, but I canno &lt;br&gt; get the value. I able to get value from another inputs. &lt;br&gt; &lt;p&gt;Any ideas? &lt;br&gt; &lt;p&gt;*var casper = require(&#39;casper&#39;).create({
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/7043985149326a1d</guid>
  <author>
  elias.nogue...@gmail.com
  (Elias Nogueira)
  </author>
  <pubDate>Sat, 20 Apr 2013 11:13:47 UT
</pubDate>
  </item>
  <item>
  <title>Abort resource loading successfully done with pull request #402</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/67dc9a7aa183e80d/4f3d3b398ca27f70?show_docid=4f3d3b398ca27f70</link>
  <description>
  My initial goal was to don&#39;t send any information to Google Analytics when &lt;br&gt; I crawl a page. &lt;br&gt; With your proposal (n1k0) on this new feature in PhantomJS 1.9 &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/ariya/phantomjs/issues/10230&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; I&#39;ve found this pull request from cbosco and it works fine &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/n1k0/casperjs/pull/402/commits&quot;&gt;[link]&lt;/a&gt;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/67dc9a7aa183e80d</guid>
  <author>
  olivierloy...@gmail.com
  (Olivier LOYNET)
  </author>
  <pubDate>Sat, 20 Apr 2013 11:05:57 UT
</pubDate>
  </item>
  <item>
  <title>CSV file download from button click through POST request</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/b26ce02b399eafad/55dcaf407ce4db65?show_docid=55dcaf407ce4db65</link>
  <description>
  Hi. &lt;br&gt; I want to download a CSV file, it is generated on a button click through a &lt;br&gt; POST request. I researched to my best on casperJs and phantomJS forums and &lt;br&gt; returned empty handed. It is too hard to believe that it is not supported. &lt;br&gt; is there any nice trick though? pleas help &lt;br&gt; Thanks,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/b26ce02b399eafad</guid>
  <author>
  venkates...@gmail.com
  (pilatus)
  </author>
  <pubDate>Fri, 19 Apr 2013 23:16:54 UT
</pubDate>
  </item>
  <item>
  <title>Capture pdf</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/b63cb72e042eaf1d/9d981d2c776c495f?show_docid=9d981d2c776c495f</link>
  <description>
  How do I capture a pdf file content via Casper. I end up with blank when I &lt;br&gt; do in an ordinary way &lt;br&gt; casper.start(pathToPdf,functio n(){ &lt;br&gt; capture(&#39;pdf.png&#39;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/b63cb72e042eaf1d</guid>
  <author>
  nmusakhan...@gmail.com
  (casper11)
  </author>
  <pubDate>Fri, 19 Apr 2013 08:50:25 UT
</pubDate>
  </item>
  <item>
  <title>phantom.casperPath relative path</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/f6143559e9dfa3b5/f14ed02d3cee6cf6?show_docid=f14ed02d3cee6cf6</link>
  <description>
  so my code is &lt;br&gt; var fs = require(&amp;quot;fs&amp;quot;); &lt;br&gt; console.log fs.workingDirectory &lt;br&gt; and I run the code from console like this: &lt;br&gt; chebyte@MacBook-Pro-de-mauro ~/garbage/phanthomjs$ phantomjs timeout.coffee &lt;br&gt; Can&#39;t open &#39;timeout.coffee&#39; &lt;br&gt; any idea? &lt;br&gt; note: I&#39;m using phanthomjs for run casperjs cause then I need run this with
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/f6143559e9dfa3b5</guid>
  <author>
  maurotor...@gmail.com
  (Mauro Torres)
  </author>
  <pubDate>Thu, 18 Apr 2013 14:08:28 UT
</pubDate>
  </item>
  <item>
  <title>Connecting to Karma runner</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/af5118d1fe217596/2e0a293fcb707186?show_docid=2e0a293fcb707186</link>
  <description>
  Hi- &lt;br&gt; I was wondering how I could use casper to open a karma runner &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost:8080/debug.html&quot;&gt;[link]&lt;/a&gt;) and determine if the tests pass or not. &lt;br&gt; It seems the pass/fails are written to console (i am using jasmine) and i &lt;br&gt; would like to be able to have sauce labs connect to this page and run for &lt;br&gt; multiple devices.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/af5118d1fe217596</guid>
  <author>
  dave.m...@gmail.com
  (David Marr)
  </author>
  <pubDate>Thu, 18 Apr 2013 06:15:07 UT
</pubDate>
  </item>
  <item>
  <title>Capture dynamic images with Caperjs and For-loop</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/86a3ccb3b308dd79/2c176828ea8824aa?show_docid=2c176828ea8824aa</link>
  <description>
  I&#39;ve now spent two days working on a piece of code that does almost what I &lt;br&gt; want but isn&#39;t quite there. I would not be asking for help here if I &lt;br&gt; thought the answer was within my grasp. I&#39;m attempting to test a news feed &lt;br&gt; project by capturing new images from a test web site. &lt;br&gt; Right now, I&#39;ve got the following code downloading the main image from a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/86a3ccb3b308dd79</guid>
  <author>
  elli...@gmail.com
  (David Bigsbe)
  </author>
  <pubDate>Thu, 18 Apr 2013 00:24:05 UT
</pubDate>
  </item>
  <item>
  <title>Unable to use casper.log() statements in test mode?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/e62823aae959f387/77450ea0736bead9?show_docid=77450ea0736bead9</link>
  <description>
  Hello there. I am attempting to use the logging functionality of casperjs. &lt;br&gt; I am able to use it when I run a scripts with casperjs. However, I am &lt;br&gt; unable to make use of the log functions when I am using &amp;quot;casperjs test&amp;quot;. * Is &lt;br&gt; this expected, or am I missing something?* &lt;br&gt; Scenario 1 (shows log statements):
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/e62823aae959f387</guid>
  <author>
  m...@lapora.org
  (imagreenplant)
  </author>
  <pubDate>Tue, 16 Apr 2013 22:39:33 UT
</pubDate>
  </item>
  <item>
  <title>passing an object as an argument to casper.evaluate</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/c7b23c2c3170149d/a589dec3ae1a59e1?show_docid=a589dec3ae1a59e1</link>
  <description>
  Hello, &lt;br&gt; I am trying to pass a file system, file object as an argument to evaluate &lt;br&gt; method. But it always comes as undefined. is passing an object to evaluate &lt;br&gt; like this is not correct? Below is my code. &lt;br&gt; fs = require(&#39;fs&#39;); &lt;br&gt; resultFileName = &#39;test.dat&#39; &lt;br&gt; this.evaluate(function(fs, resultFileName, storeData) {
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/c7b23c2c3170149d</guid>
  <author>
  venkates...@gmail.com
  (pilatus)
  </author>
  <pubDate>Tue, 16 Apr 2013 20:14:43 UT
</pubDate>
  </item>
  <item>
  <title>Setting radio button with Casperjs</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/13430a23812a760f/ce71cb857c5fd331?show_docid=ce71cb857c5fd331</link>
  <description>
  Hello, &lt;br&gt; I&#39;m trying to modify a radio button with CasperJS but for whatever reason &lt;br&gt; it does not work. &lt;br&gt; The code is like this: &lt;br&gt; this.test.assertExist(&#39;input[n ame=main][value=yes]&#39;); &lt;br&gt; casper.thenEvaluate(function(t erm) { &lt;br&gt; document.querySelector(&#39;input[ name=main][value=yes]&#39;).setAtt ribute(&#39;checked&#39;, true);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/13430a23812a760f</guid>
  <author>
  kotot...@gmail.com
  </author>
  <pubDate>Tue, 16 Apr 2013 09:17:35 UT
</pubDate>
  </item>
  <item>
  <title>access to PhantomJS API from within Casper</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/ff1918bd609841f8/29fa352d6c49f255?show_docid=29fa352d6c49f255</link>
  <description>
  My general question is how can I use Phantom&#39;s API from within Casper? &lt;br&gt; But more specifically I want to use Phantom&#39;s clearCookies method. If not &lt;br&gt; possible how can I achieve the same with Casper? &lt;br&gt; Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/ff1918bd609841f8</guid>
  <author>
  sgavi...@gmail.com
  (Santiago Gaviria)
  </author>
  <pubDate>Mon, 15 Apr 2013 22:08:19 UT
</pubDate>
  </item>
  <item>
  <title>Traversing a page and doing an each loop on the links not working</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/72ffd02cb4f81637/a7397bf52cb3bcd7?show_docid=a7397bf52cb3bcd7</link>
  <description>
  Hi, &lt;br&gt; This is my first time trying out casperjs/phantomjs. And my javascript &lt;br&gt; knowledge is basic. &lt;br&gt; What I was trying to do is to use querySelectorAll to grab a list of &lt;br&gt; specific urls on a page and do a screenshot of each of those pages. &lt;br&gt; This is what I had made.. but it doesn&#39;t work. Can someone help a fella
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/72ffd02cb4f81637</guid>
  <author>
  gdare...@gmail.com
  (G.D. Arends)
  </author>
  <pubDate>Mon, 15 Apr 2013 08:33:15 UT
</pubDate>
  </item>
  <item>
  <title>Changing or aborting a request URL - Works in phantomjs but not casperjs</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/15e73e7822d7dd9b/6b0809237cafb0be?show_docid=6b0809237cafb0be</link>
  <description>
  Hi, &lt;br&gt; There is a new feature in phantomjs where you can change a request URL or &lt;br&gt; even abort it. &lt;br&gt; I took it from this commit &lt;br&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/ariya/phantomjs/commit/212e4b7cd99000edd8af9ec8dfa2e3c68a3c2a55&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; this works perfectly in phantomjs but I cannot get it to work in casperjs &lt;br&gt; The code looks like this for example
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/15e73e7822d7dd9b</guid>
  <author>
  tahirfay...@gmail.com
  (Tahir Fayyaz)
  </author>
  <pubDate>Sun, 14 Apr 2013 21:06:11 UT
</pubDate>
  </item>
  <item>
  <title>Using CasperJS to user test websites</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/de406aad9e975071/d48d01577e5a4f06?show_docid=d48d01577e5a4f06</link>
  <description>
  Greetings, &lt;br&gt; &lt;p&gt;I’m working on a project related to my Master’s thesis for testing &lt;br&gt; accessibility, usability, and user experience aspects of websites, and I &lt;br&gt; think CasperJS could be ideal for presenting tests. The idea is to run a &lt;br&gt; website through an automated checker and have real users answer questions
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/de406aad9e975071</guid>
  <author>
  atei...@gmail.com
  (Alexander Teinum)
  </author>
  <pubDate>Fri, 12 Apr 2013 12:10:32 UT
</pubDate>
  </item>
  <item>
  <title>Custom caching</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/a6a22c4fd6b13574/f21ab11c9c4622c5?show_docid=f21ab11c9c4622c5</link>
  <description>
  I am using CasperJS as a web scraping solution for a page that makes heavy &lt;br&gt; use of various JS libraries. The problem I am trying to solve is that &lt;br&gt; loading pages takes way too long, largely because hundreds of JS libraries &lt;br&gt; are being loaded each time, even with the --disk-cache=yes option set. &lt;br&gt; There are also a bunch of AJAX calls that are unnecessary for my purposes
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/a6a22c4fd6b13574</guid>
  <author>
  warfi...@gmail.com
  (Richard Warfield)
  </author>
  <pubDate>Thu, 11 Apr 2013 05:57:38 UT
</pubDate>
  </item>
  <item>
  <title>Need help on change Google Link Demo</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/775f3f5b48365590/19f25f38f9dfc959?show_docid=19f25f38f9dfc959</link>
  <description>
  Hello i get no further, and I hope someone can help me. I want to send the &lt;br&gt; Google search and change the &amp;quot;Location&amp;quot; to switch the city. How can I do &lt;br&gt; this with casperjs? &lt;br&gt; Thanks a lot for any help :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/775f3f5b48365590</guid>
  <author>
  linden.onlinemarket...@gmail.com
  (scub)
  </author>
  <pubDate>Wed, 10 Apr 2013 04:52:18 UT
</pubDate>
  </item>
  <item>
  <title>Scroll to Bottom to load older messages</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/040e33c6120ef60b/cf1c592fc46dee0e?show_docid=cf1c592fc46dee0e</link>
  <description>
  Hi all, &lt;br&gt; So I just started trying out CasperJS and I&#39;ve been reading around for how &lt;br&gt; to scroll to bottom on CasperJS... But I haven&#39;t found anything. &lt;br&gt; scroll() doesn&#39;t seem to work.. &lt;br&gt; scrollPosition() doesn&#39;t seem to work either.. &lt;br&gt; scrollTo() doesn&#39;t seem to work either. =( &lt;br&gt; Any ideas guys?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/040e33c6120ef60b</guid>
  <author>
  david...@hootsuite.com
  (David Go)
  </author>
  <pubDate>Wed, 10 Apr 2013 00:19:16 UT
</pubDate>
  </item>
  <item>
  <title>Disappearing Object Values (Possible Bug)</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/6c11824d25de21ec/687267d0a9c64a2f?show_docid=687267d0a9c64a2f</link>
  <description>
  *Can anyone tell me why Script A does not contain any information under the &lt;br&gt; &amp;quot;other&amp;quot; key in each object of the array?* &lt;br&gt; The only difference between these two scripts is how myArray is populated. &lt;br&gt; *Script A (**Unexpected Output)* &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pastebin.com/NmLVNgkG&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; console log outputs: &lt;br&gt; [{&amp;quot;name&amp;quot;:&amp;quot;name1&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;valu e1&amp;quot;},{&amp;quot;name&amp;quot;:&amp;quot;name2&amp;quot;,&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/6c11824d25de21ec</guid>
  <author>
  thealexba...@gmail.com
  (Alexander Baron)
  </author>
  <pubDate>Mon, 08 Apr 2013 20:48:35 UT
</pubDate>
  </item>
  <item>
  <title>Is there a way to remove a listener?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/f300bcc79b3d62d6/d3cd079bd947570c?show_docid=d3cd079bd947570c</link>
  <description>
  Hello all. &lt;br&gt; I am making use of the test functionality in casper where one can have many &lt;br&gt; test files, and casperjs will recursively run through the directories and &lt;br&gt; look for the test scripts. One one of my test scripts, I created a &lt;br&gt; resource requested listener: &lt;br&gt; casper.on(&#39;resource.requested&#39; , function(resource) {...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/f300bcc79b3d62d6</guid>
  <author>
  m...@lapora.org
  (imagreenplant)
  </author>
  <pubDate>Mon, 08 Apr 2013 20:10:53 UT
</pubDate>
  </item>
  <item>
  <title>Strange behavior with object arguments to evaluate</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/a87e3082c55587a8/e42829a12a7cbcaa?show_docid=e42829a12a7cbcaa</link>
  <description>
  I get strange behavior with the below code: &lt;br&gt; var skus1 = { &lt;br&gt; &#39;891952058863&#39;: { &lt;br&gt; &#39;quantity&#39;: 1 &lt;br&gt; var skus2 = { &lt;br&gt; &#39;891952058863&#39;: { &lt;br&gt; &#39;quantity&#39;: 1 &lt;br&gt; &#39;891952024165&#39;: { &lt;br&gt; &#39;quantity&#39;: 1 &lt;br&gt; // Go to an arbitrary URL and evaluate &lt;br&gt; casper.start(&#39;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.google.com&#39;&quot;&gt;[link]&lt;/a&gt;, function() { &lt;br&gt; this.evaluate(function(skus1) { &lt;br&gt; __utils__.echo(&amp;quot;skus1 = &amp;quot;+JSON.stringify(skus1));
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/a87e3082c55587a8</guid>
  <author>
  warfi...@gmail.com
  (Richard Warfield)
  </author>
  <pubDate>Mon, 08 Apr 2013 15:45:40 UT
</pubDate>
  </item>
  <item>
  <title>googlepagination.js sample problem</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/b8126f827d4f44bd/5dc0242e3ece8978?show_docid=5dc0242e3ece8978</link>
  <description>
  I run the sample code: &lt;br&gt; but the results shows: &lt;br&gt; Actually the search results has more then 1 page, I found the problem is &lt;br&gt; cause of can&#39;t find &amp;quot;pnnext&amp;quot; element. &lt;br&gt; if (this.exists(&#39;#pnnext&#39;)) { // the line return false &lt;br&gt; ...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/b8126f827d4f44bd</guid>
  <author>
  tanshiyang...@gmail.com
  (tan shiyang)
  </author>
  <pubDate>Sat, 06 Apr 2013 02:34:32 UT
</pubDate>
  </item>
  <item>
  <title>Is there any reference of CasperJS?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/bf8677f568925166/d2c62e3cf43bd7e4?show_docid=d2c62e3cf43bd7e4</link>
  <description>
  Is there any reference of CasperJS, including objects, methods, for &lt;br&gt; example, mouse object, emit method &lt;br&gt; Thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/bf8677f568925166</guid>
  <author>
  tanshiyang...@gmail.com
  (tan shiyang)
  </author>
  <pubDate>Fri, 05 Apr 2013 14:39:05 UT
</pubDate>
  </item>
  <item>
  <title>why need mouse move?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/c50dfdded85ed26b/e34bcbad18fc3b69?show_docid=e34bcbad18fc3b69</link>
  <description>
  Hi, I&#39;m studying CasperJS, I reading the sample bbcshots.js, on the line &lt;br&gt; 28: this.mouse.move(&amp;quot;#promo2_carou sel&amp;quot;); &lt;br&gt; I try to remove this line, but when I run it, the output result shows: &lt;br&gt; 8 items founds &lt;br&gt; Wait timeout of 5000ms expired, exiting. &lt;br&gt; why can&#39;t remove this line? &lt;br&gt; Thank you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/c50dfdded85ed26b</guid>
  <author>
  tanshiyang...@gmail.com
  (tan shiyang)
  </author>
  <pubDate>Fri, 05 Apr 2013 14:13:53 UT
</pubDate>
  </item>
  <item>
  <title>Is there any good develop tool for CasperJS?</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/a853d77427a6f4fa/554818d6480c7e24?show_docid=554818d6480c7e24</link>
  <description>
  Hi guys, is there any good develop tool for CasperJS? I&#39;m using editplus &lt;br&gt; now, but it hasn&#39;t IntelliSense, what other tools? &lt;br&gt; also, can you tell me what best practice for CasperJS?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/a853d77427a6f4fa</guid>
  <author>
  tanshiyang...@gmail.com
  (tan shiyang)
  </author>
  <pubDate>Fri, 05 Apr 2013 09:52:00 UT
</pubDate>
  </item>
  <item>
  <title>try/catch not trapping error</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/33ee78aa1f856f57/75356114dc73e89f?show_docid=75356114dc73e89f</link>
  <description>
  Catch block never happens: &lt;br&gt; I&#39;m trying to locate an iframe in a page that does not have name attributes &lt;br&gt; for the iframes. So, to locate the correct iframe I am trying to locate a &lt;br&gt; form using a selector withing each iframe. For each iframe I find on the &lt;br&gt; page I am calling a simple function to look for an element within the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/33ee78aa1f856f57</guid>
  <author>
  brettmorr...@gmail.com
  (Brett Morriss)
  </author>
  <pubDate>Thu, 04 Apr 2013 21:38:25 UT
</pubDate>
  </item>
  <item>
  <title>hangs on [debug] [phantom] url changed to XXX on new file with test Edit</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/248bb866fab31739/450c1600185f5963?show_docid=450c1600185f5963</link>
  <description>
  So, the first test runs fine... and then when it goes to run the next file &lt;br&gt; i see &lt;br&gt; [info] [phantom] Starting... &lt;br&gt; [info] [phantom] Running suite: 5 steps &lt;br&gt; [debug] [phantom] opening url: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://0.0.0.0:5555/&quot;&gt;[link]&lt;/a&gt;, HTTP GET &lt;br&gt; [debug] [phantom] Navigation requested: url=&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://0.0.0.0:5555/&quot;&gt;[link]&lt;/a&gt;, &lt;br&gt; type=Other, lock=true, isMainFrame=true
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/248bb866fab31739</guid>
  <author>
  samcc...@gmail.com
  (Sam Saccone)
  </author>
  <pubDate>Thu, 04 Apr 2013 18:38:42 UT
</pubDate>
  </item>
  <item>
  <title>Casper.waitFor() timeout Problem</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/7f4aa1f17395805c/2d347dbbee74ea1c?show_docid=2d347dbbee74ea1c</link>
  <description>
  Hi I tried to run my script, but getting this timeout error. Even itried to &lt;br&gt; increase the time also. &lt;br&gt; &lt;p&gt;[root@Cloud360Console CasperJS]# *casperjs test &lt;br&gt; SettingCreateDeleteTestCase.js * &lt;br&gt; *Test file: SettingCreateDeleteTestCase.js * &lt;br&gt; [info] [phantom] Starting... &lt;br&gt; [info] [phantom] Running suite: 94 steps
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/7f4aa1f17395805c</guid>
  <author>
  sanju.je...@gmail.com
  (Sanjay M)
  </author>
  <pubDate>Thu, 04 Apr 2013 14:27:39 UT
</pubDate>
  </item>
  <item>
  <title>Retrieving XML body on resource received</title>
  <link>http://groups.google.com/group/casperjs/browse_thread/thread/0c3fca2f3ad61e9b/b62f639a9a1d6142?show_docid=b62f639a9a1d6142</link>
  <description>
  Hi, &lt;br&gt; I have written the following piece of code to retrieve a XML resource of a &lt;br&gt; website (dynamic web page with DOM elements). &lt;br&gt; In the HTTP response I am able to filter out the XML content type and &lt;br&gt; print its headers but unable to retrieve the XML body. Using wireshark I &lt;br&gt; can see the XML headers that I printed are exactly the same as the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/casperjs/browse_thread/thread/0c3fca2f3ad61e9b</guid>
  <author>
  sharmi.chatter...@gmail.com
  (Sharmistha Chatterjee)
  </author>
  <pubDate>Wed, 03 Apr 2013 15:31:37 UT
</pubDate>
  </item>
  </channel>
</rss>
