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

Casperjs Doesn't Evaluate Jquery Method

I injected jQuery to CasperJS: phantom.injectJs('./utils/jquery/jquery-2.1.4.js'); but wh… Read more Casperjs Doesn't Evaluate Jquery Method

Write Results Into A File Using Casperjs

How do I create a file in the file system and place the contents of this.getPageContent() inside it… Read more Write Results Into A File Using Casperjs

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

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

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

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?

Casperjs Doesn't Work As Expected On Windows Machine

I have a casperjs script which gives the desired result when I run on a linux server, but when I ru… Read more Casperjs Doesn't Work As Expected On Windows Machine