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

Click On All 'a' Elements In Paragraph With Specific Class In Casperjs

I have the following problem. I have this structure of HTML code: lorem ipsum, bla bla bla … Read more Click On All 'a' Elements In Paragraph With Specific Class In 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?

Casperjs And Jquery With Chained Selects

I'm trying to create a testing case for a web site which includes a form with 3 chained selects… Read more Casperjs And Jquery With Chained Selects

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 How To Click Multiple Links In A Table While Collecting Data From The Web /.click() Doesn't Work?

I want to scrape some web data using CasperJS. The data is in a table, in each row there is a link … Read more Casperjs How To Click Multiple Links In A Table While Collecting Data From The Web /.click() Doesn't Work?

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 Scraping Dynamic Content

I'm trying to scrape this page using Casperjs. The main function to my code works just fine, bu… Read more Casperjs Scraping Dynamic Content

Scroll Down Page Event For X Seconds

I am currently able to scroll down a page with the help of CasperJS. I saw this article on how to s… Read more Scroll Down Page Event For X Seconds