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

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

Passing A Variable Into An Xpath Expression In Casperjs

I am using CasperJS to do some browser automation. Now I have an array, which contains text that ca… Read more Passing A Variable Into An Xpath Expression In Casperjs

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

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

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?