dryscrape!

You will need version 4 or higher of `firefox` https://www.mozilla.org/firefox
to run Pencil as a Firefox Extension. Linux users will need version 4 or higher of either `firefox`, `iceweasel` or `xulrunner` https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner,
or version 25 or higher of `palemoon` https://www.palemoon.org/.
The Windows installer and OS X archive has everything you need built-in. Windows, Linux, OS X & Firefox Packages are available for download from the Releases Page https://github.com/prikhi/pencil/releases.
You can also install the Firefox Add-on from the Mozilla Add-on Repository https://addons.mozilla.org/en-US/firefox/addon/pencil-prototyping/.
To install the OS X package, unzip the archive and copy the `Pencil.app` folder t

dryscrape alternatives

  • Selenium

  • Selenium is a suite of tools specifically for testing web applications. Selenium IDE is a Firefox add-on that records clicks, typing, and other actions to make a test, which you can play back in the browser. Selenium Remote Control (RC) runs your tests in multiple browsers and platforms. Tweak your tests in your preferred language.

    tags: automated-test automated-testing development web-testing
  • Phantomjs

  • PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

    tags: development development-tool dom web-development
  • CasperJS

  • CasperJS is an open source navigation scripting & testing utility written in Javascript for the PhantomJS WebKit headless browser and SlimerJS (Gecko). It eases the process of defining a full navigation scenario and provides useful high-level functions, methods & syntactic sugar for doing common tasks such as:* defining & ordering browsing navigation steps* filling & submitting forms* clicking & following links* capturing screenshots of a page (or part of it)* testing remote DOM* logging events* downloading resources, including binary ones* writing functional test suites, saving results as JUnit XML* scraping Web contents ยป

    tags: automated-test automated-testing development-tool navigation qa-testing
  • SlimerJS

  • SlimerJS is a scriptable browser. It allows you to manipulate a web page with a Javascript script: opening a webpage, clicking on links, modifying the content... It is useful to do functional tests, page automaton, network monitoring, screen capture etc.

    tags: automated-testing gecko-based real-time-traffic scriptable web-browser
  • DalekJS

  • DalekJS is an open source UI testing tool.

    tags: automation-tool javascript-based qa-testing software-testing testing
  • PhearJS

  • PhearJS renders dynamic webpages using PhantomJS: fetch a page, render it and return a pretty JSON object. PhearJS is offered as a hosted API as well as an open source solution that you can host yourself.

    tags: ajaxweb-scraping angularjs data-extraction dynamic javascript
  • Screenster

  • Screenster provides visual UI test automation for web applications. It is the only tool that validates the screens that users actually see.

    tags: automation-tool cross-browser-testing regression-test selenium test-automation