Top "Casperjs" questions

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

Headless Browser and scraping - solutions

I'm trying to put list of possible solutions for browser automatic tests suits and headless browser platforms capable of scraping. …

selenium web-scraping scrapy phantomjs casperjs
How to wait for page loading when using casperjs?

I am trying to scrape a webpage which has a form with many dropdowns and values in the form are …

javascript phantomjs casperjs
Installing PhantomJS on Mac

I'm trying to install PhantomJS on my Mac (Yosemite). I did the following: npm install phantomjs Then I did: npm …

installation phantomjs casperjs
How to login into a website with CasperJS?

How can I login with CasperJS by submitting a form. I searched google and haven't found any good examples about …

javascript phantomjs 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?

javascript casperjs
What Does 'Then' Really Mean in CasperJS

I'm using CasperJS to automate a series of clicks, completed forms, parsing data, etc through a website. Casper seems to …

javascript casperjs
How to Login by filling the form in CasperJs

Following is the hlml of the login form that I have <div class="login_area_user"> <form …

javascript phantomjs fill casperjs
How to click a "select option" and then evaluate loaded content with casperjs

I'm trying to crawl the sizes for this product: Link to product The problem: The sizes are loaded after the …

javascript phantomjs html-select casperjs
Frontend testing: what and how to test, and what tool to use?

I have been writing tests for my Ruby code for a while, but as a frontend developer I am obviously …

testing jasmine frontend ui-automation casperjs
how to scrape links with phantomjs

Can PhantomJS be used an an alternative to BeautifulSoup? I am trying to search on Etsy and visit all the …

javascript beautifulsoup phantomjs casperjs