| Interface | Description |
|---|---|
| DomChangeNotifierPlugin | |
| GeneratesOutput |
Interface that adds a setOutputFolder and getOutputFolder method to allow the user to set the
directory this plugin should use for its output.
|
| OnBrowserCreatedPlugin |
This interface denotes the Plugin type that is executed everytime when a new Browser is created.
|
| OnFireEventFailedPlugin |
Plugin type that is called every time event that was requested to fire failed firing.
|
| OnInvariantViolationPlugin |
Plugin type that is called every time an invariant is violated.
|
| OnNewStatePlugin |
Plugin type that is called every time a new state is found by Crawljax.
|
| OnRevisitStatePlugin |
Plugin type that is called every time a state is revisited by Crawljax.
|
| OnUrlLoadPlugin |
Plugin type that is called after the initial URL is (re)loaded.
|
| Plugin |
Main interface for all type of plugins, there are 8 different types of Plugnis.
|
| PostCrawlingPlugin |
Plugin type that is called after the crawling phase is finished.
|
| PreCrawlingPlugin |
Plugin that is called before the crawling starts and before the initial URL has been
loaded. |
| PreStateCrawlingPlugin |
Plugin type that is called before firing events on the current DOM state.
|
| Class | Description |
|---|---|
| Plugins |
Class for invoking plugins.
|
Copyright © 2007-2013. All Rights Reserved.