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

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- Register On A Site And Validate The Mail Sent On Gmail -for Both Slimer And Phantom-

Edit : this is the windows behaviour, with linux it just fails. First, if you succeeded navigate on… Read more Casperjs- Register On A Site And Validate The Mail Sent On Gmail -for Both Slimer And Phantom-

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 Check That Title Exists And Has Any Value So Test Not Empty

This seems like an easy question but I am new to casperjs. I want to check that title exists and th… Read more Casperjs Check That Title Exists And Has Any Value So Test Not Empty

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?

Casperjs, How To Only Proceed After Receiving Response From An Ajax Call

I want casperjs to make an ajax call but wait for the result from my server. This might take up to… Read more Casperjs, How To Only Proceed After Receiving Response From An Ajax Call

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

Casperjs Page.resource.request And Page.resource.response Callback Calls Increment When Opening Multiple Url

I've got a small problem which has to do with the following approach: I want to iterate throug… Read more Casperjs Page.resource.request And Page.resource.response Callback Calls Increment When Opening Multiple Url