| Package | Description |
|---|---|
| com.crawljax.core.configuration | |
| com.crawljax.core.plugin |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Plugin> |
CrawljaxConfiguration.getPlugins() |
| Modifier and Type | Method and Description |
|---|---|
CrawljaxConfiguration.CrawljaxConfigurationBuilder |
CrawljaxConfiguration.CrawljaxConfigurationBuilder.addPlugin(Plugin... plugins)
Add plugins to Crawljax.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomChangeNotifierPlugin |
interface |
OnBrowserCreatedPlugin
This interface denotes the Plugin type that is executed everytime when a new Browser is created.
|
interface |
OnFireEventFailedPlugin
Plugin type that is called every time event that was requested to fire failed firing.
|
interface |
OnInvariantViolationPlugin
Plugin type that is called every time an invariant is violated.
|
interface |
OnNewStatePlugin
Plugin type that is called every time a new state is found by Crawljax.
|
interface |
OnRevisitStatePlugin
Plugin type that is called every time a state is revisited by Crawljax.
|
interface |
OnUrlLoadPlugin
Plugin type that is called after the initial URL is (re)loaded.
|
interface |
PostCrawlingPlugin
Plugin type that is called after the crawling phase is finished.
|
interface |
PreCrawlingPlugin
Plugin that is called before the crawling starts and before the initial URL has been
loaded. |
interface |
PreStateCrawlingPlugin
Plugin type that is called before firing events on the current DOM state.
|
Copyright © 2007-2013. All Rights Reserved.