| Package | Description |
|---|---|
| com.crawljax.browser |
This is the core package for the browsers.
|
| com.crawljax.core |
| Modifier and Type | Method and Description |
|---|---|
Object |
WebDriverBackedEmbeddedBrowser.executeJavaScript(String code)
Execute JavaScript in the browser.
|
Object |
EmbeddedBrowser.executeJavaScript(String script)
Execute JavaScript in the browser.
|
byte[] |
WebDriverBackedEmbeddedBrowser.getScreenShot() |
byte[] |
EmbeddedBrowser.getScreenShot() |
boolean |
EmbeddedBrowser.input(Identification identification,
String text) |
void |
WebDriverBackedEmbeddedBrowser.saveScreenShot(File file) |
void |
EmbeddedBrowser.saveScreenShot(File file) |
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlerLeftDomainException
Is thrown when the browser leaves the domain while crawling.
|
class |
CrawlSessionNotSetupYetException
CrawljaxException that is thrown when you call Provider#get() of
CrawlSession or CrawlSessionProvider#get() before the the initial (index)
StateVertex is crawled. |
class |
StateUnreachableException
Gets thrown when Crawljax cannot get to a target
StateVertex. |
| 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.
|
Copyright © 2007-2013. All Rights Reserved.