crawljax / crawljax

Crawljax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Maven

Crawljax releases are available on Maven central repository.

<dependency>
    <groupId>com.crawljax</groupId>
    <artifactId>crawljax-core</artifactId>
    <version>${crawljax-version}</version>
</dependency>

Documentation

You can find more technical documentation in our project wiki.

Community

Keep track of development and community news.

Changelog

Detailed change history is available in our changelog.

About

Crawljax

License:Apache License 2.0


Languages

Language:Java 56.2%Language:JavaScript 24.8%Language:HTML 18.5%Language:CSS 0.5%Language:Shell 0.0%