Top "Casperjs" questions

CasperJS is a JavaScript based navigation scripting & testing utility for PhantomJS (WebKit) and SlimerJS (Gecko).

downloading a file that comes as an attachment in a POST request response in PhantomJs

I want to download a CSV file, it is generated on a button click through a POST request. I researched …

phantomjs casperjs
casperJS How select element(s) by specific starting text with querySelector or querySelectorAll

I have to use casperJS to upload one file to a customer server, now before uploading I need to emulate …

javascript css-selectors casperjs selectors-api
CasperJS - How to open up all links in an array of links

I'm trying to make it so that CasperJS will open up every link in an array of links. I have …

javascript html phantomjs casperjs
how to persist cookies between different casperjs processes

this is a question about how to persist cookies from one casperjs page to another.. so basically i got a …

node.js session cookies phantomjs casperjs
Run phantomjs with --ignore-ssl-errors=true from casperjs

I have a problem with https page. Page is completly ok, it exist but phantomjs tell me something else: 'loading …

javascript ssl phantomjs casperjs
Grab the resource contents in CasperJS or PhantomJS

I see that CasperJS has a "download" function and an "on resource received" callback but I do not see the …

phantomjs casperjs
casperjs download csv file

I am trying to download a csv file(advert report) from a site using the below code. The issue is, …

phantomjs casperjs
Casperjs login: Does casperjs manage cookies?

I want my casper to log in and stay logged in during the session. Is it possible? If so, how?

cookies casperjs
How can I catch and process the data from the XHR responses using casperjs?

The data on the webpage is displayed dynamically and it seems that checking for every change in the html and …

ajax google-chrome web-scraping phantomjs casperjs
CasperJS: Configure proxy options inside code

I was wondering how we could set cli parameters inside our code and not by placing them at the end …

javascript phantomjs bots casperjs