public interface Plugin
| Type | Executed | Examples |
|---|---|---|
| OnNewStatePlugin | When a new state is found while crawling | Create Screenshots, Validate DOM |
| OnRevisitStatePlugin | When a state is revisited | Crawljax benchmarking |
| OnUrlLoadPlugin | After the initial URL is (re)loaded | Reset back-end state |
| OnInvariantViolationPlugin | When an invariant fails validation | Report builder |
| PreStateCrawlingPlugin | Before a new state is crawled | Logging candidate elements |
| PostCrawlingPlugin | After the crawling | Generating tests from the state machine |
| ProxyServerPlugin | Before the crawling, at the initialization of the core | Loading a custom proxy configuration in the used browser |
Copyright © 2007-2013. All Rights Reserved.