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

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

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

Injecting Javascript Code Into An On Click Event With Javascript And Casper.js

I've just started using casperjs after trying to use python (selenium / requests and mechanise)… Read more Injecting Javascript Code Into An On Click Event With Javascript And Casper.js

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?

Set Screen Size In Phantomjs/casperjs

I'm automating access to a web site to collect data from it. Unfortunately that page detects th… Read more Set Screen Size In Phantomjs/casperjs

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 Is Not Working Well On Angularjs

If in casper, I only click on one button, then everything works fine. The following code passes the… Read more Casperjs Is Not Working Well On Angularjs

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