| Package | Description |
|---|---|
| com.crawljax.core | |
| com.crawljax.core.plugin | |
| com.crawljax.core.state | |
| com.crawljax.forms |
Forms package.
|
| Modifier and Type | Method and Description |
|---|---|
CandidateElement |
CandidateCrawlAction.getCandidateElement() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<CandidateElement> |
CandidateElementExtractor.extract(StateVertex currentState)
This method extracts candidate elements from the current DOM tree in the browser, based on
the crawl tags defined by the user.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtractorManager.markChecked(CandidateElement candidateElement)
Mark a given element as checked to prevent duplicate work.
|
boolean |
CandidateElementManager.markChecked(CandidateElement element)
Mark a given element as checked to prevent duplicate work.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnfiredCandidateActions.addActions(com.google.common.collect.ImmutableList<CandidateElement> extract,
StateVertex currentState) |
| Constructor and Description |
|---|
CandidateCrawlAction(CandidateElement candidateElement,
Eventable.EventType eventType)
The Constructor for the CandidateCrawlAction, build a new instance with the CandidateElement
and the EventType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreStateCrawlingPlugin.preStateCrawling(CrawlerContext context,
com.google.common.collect.ImmutableList<CandidateElement> candidateElements,
StateVertex state)
Method that is called before firing events on the current DOM state.
|
void |
Plugins.runPreStateCrawlingPlugins(CrawlerContext context,
com.google.common.collect.ImmutableList<CandidateElement> candidateElements,
StateVertex state)
load and run the PreStateCrawlingPlugins.
|
| Constructor and Description |
|---|
Eventable(CandidateElement candidateElement,
Eventable.EventType eventType)
Create a new Eventable for a candidateElement and eventType.
|
| Modifier and Type | Method and Description |
|---|---|
List<CandidateElement> |
FormHandler.getCandidateElementsForInputs(Element sourceElement,
EventableCondition eventableCondition) |
List<CandidateElement> |
FormInputValueHelper.getCandidateElementsForInputs(EmbeddedBrowser browser,
Element sourceElement,
EventableCondition eventableCondition) |
Copyright © 2007-2013. All Rights Reserved.