Skip to content Skip to sidebar Skip to footer
Showing posts with the label Casperjs

Casperjs/phantomjs Chokes On Loading A Page

I'm running the following script with phantomjs: var casper = require('casper').create(… Read more Casperjs/phantomjs Chokes On Loading A Page

How Can I Wait For A Socket.io Connection To Return Data Using Casperjs?

I am scraping a page which uses socket.io to populate some select tag options. How can I wait for t… Read more How Can I Wait For A Socket.io Connection To Return Data Using Casperjs?

Asynchronous Process Inside A Casperjs Script For While Loop

I'm using a while loop to open a list of usernames from a csv file. For each username of these,… Read more Asynchronous Process Inside A Casperjs Script For While Loop

Casperjs/phantomjs .then In Do/while Loop Doesn't Work

Something like this seemed pretty logical to me but caused phantom to wtfcrash (That's what it&… Read more Casperjs/phantomjs .then In Do/while Loop Doesn't Work

How To Select An Option With Casperjs

I try to set select option attribute to selected. But I try to avoid using nth-child in CasperJS be… Read more How To Select An Option With Casperjs

Which Version Of Casperjs Is Working Well With Phantomjs?

But the cases often occurred when each of us who new to CasperJS or Phantom.... they start to combi… Read more Which Version Of Casperjs Is Working Well With Phantomjs?

Submitting A Form With Casperjs

I have a simple form to submit using casperjs. For the same, I have the following version of the co… Read more Submitting A Form With Casperjs

Casperjs Parse Next Page After Button Click

I use casperjs for grab some test. Algorithm is open URL parse page, click button for load next pag… Read more Casperjs Parse Next Page After Button Click

How To Append Json With No Duplicating (including Casperjs Code)?

I'm using CasperJS to parse inner texts of webpages and save to json file. Here is my code and … Read more How To Append Json With No Duplicating (including Casperjs Code)?

Casperjs, How To Repeat A Step X Times Onwaittimeout?

So what I want to do is create a casperJS function which allows us to repeat a step X times, by ref… Read more Casperjs, How To Repeat A Step X Times Onwaittimeout?

Casperjs And 'unsafe Javascript Attempt To Access Frame With Url' Error

I have simple page with javascript which validates email written in input: email.html: Email valida… Read more Casperjs And 'unsafe Javascript Attempt To Access Frame With Url' Error

Casperjs: How Do I Click A Remote Div And Then Update It's Class Name?

As a way of learning CasperJS, I am trying to initiate a click event on a div on a remote page, and… Read more Casperjs: How Do I Click A Remote Div And Then Update It's Class Name?

Casperjs Click Not Firing Click Event

I am having trouble with CasperJS. I load the page for our site, then try to click on the signup b… Read more Casperjs Click Not Firing Click Event

Casperjs Inject Javascript Via This.evaluate

Today I tried to inject some javascript logic into remote page using CasperJS with PhantomJS togeth… Read more Casperjs Inject Javascript Via This.evaluate

CasperJS - Access Page's Content While Trying To Fill Drop-down Menu Through A Loop

I'm trying some tests with casperjs and the certain situation here is: extracting city names … Read more CasperJS - Access Page's Content While Trying To Fill Drop-down Menu Through A Loop

CasperJS And 'Unsafe JavaScript Attempt To Access Frame With URL' Error

I have simple page with javascript which validates email written in input: email.html: … Read more CasperJS And 'Unsafe JavaScript Attempt To Access Frame With URL' Error