CasperJS is a JavaScript based navigation scripting & testing utility for PhantomJS (WebKit) and SlimerJS (Gecko).
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 casperjsI am trying to scrape a webpage which has a form with many dropdowns and values in the form are …
javascript phantomjs casperjsI'm trying to install PhantomJS on my Mac (Yosemite). I did the following: npm install phantomjs Then I did: npm …
installation phantomjs casperjsHow can I login with CasperJS by submitting a form. I searched google and haven't found any good examples about …
javascript phantomjs casperjsHow do I create a file in the file system and place the contents of this.getPageContent() inside it?
javascript casperjsI'm using CasperJS to automate a series of clicks, completed forms, parsing data, etc through a website. Casper seems to …
javascript casperjsFollowing is the hlml of the login form that I have <div class="login_area_user"> <form …
javascript phantomjs fill casperjsI'm trying to crawl the sizes for this product: Link to product The problem: The sizes are loaded after the …
javascript phantomjs html-select casperjsI have been writing tests for my Ruby code for a while, but as a frontend developer I am obviously …
testing jasmine frontend ui-automation casperjsCan PhantomJS be used an an alternative to BeautifulSoup? I am trying to search on Etsy and visit all the …
javascript beautifulsoup phantomjs casperjs