An open API service indexing awesome lists of open source software.

https://github.com/crawljax/crawljax

Crawljax
https://github.com/crawljax/crawljax

crawler crawling dom dynamic event-driven-crawling javascript test-generation web-analysis web-testing

Last synced: 9 months ago
JSON representation

Crawljax

Awesome Lists containing this project

README

          

Crawljax
========

Crawljax is a tool for automatically crawling and testing modern web applications.
Crawljax can explore any (even single-page dynamic JavaScript-based) web application through an event-driven dynamic crawling engine.
It produces as output a state-flow graph of the dynamic DOM states and the event-based transitions between them.
Crawljax can easily be extended through its easy-to-use [plugin architecture](https://github.com/crawljax/crawljax/wiki/Writing-a-plugin).

Maven
-----
Crawljax releases are available on [Maven central repository](https://central.sonatype.com/search?smo=true&q=crawljax).


com.crawljax
crawljax-core
${crawljax-version}

Documentation
-------------

You can find more technical documentation in our [project wiki](https://github.com/crawljax/crawljax/wiki/).

Community
---------

Keep track of development and community news.

* We welcome [contributions](https://github.com/crawljax/crawljax/blob/master/CONTRIBUTING.md)!
* Follow [@crawljax](https://twitter.com/crawljax) on Twitter.

Changelog
---------

Detailed change history is available in our [changelog](https://github.com/crawljax/crawljax/blob/master/CHANGELOG.md).