| Package | Description |
|---|---|
| com.crawljax.browser |
This is the core package for the browsers.
|
| com.crawljax.core.configuration |
| Modifier and Type | Method and Description |
|---|---|
static WebDriverBackedEmbeddedBrowser |
WebDriverBackedEmbeddedBrowser.withDriver(org.openqa.selenium.WebDriver driver,
com.google.common.collect.ImmutableSortedSet<String> filterAttributes,
long crawlWaitEvent,
long crawlWaitReload,
IgnoreFrameChecker ignoreFrameChecker)
Create a WebDriver backed EmbeddedBrowser.
|
static WebDriverBackedEmbeddedBrowser |
WebDriverBackedEmbeddedBrowser.withRemoteDriver(String hubUrl,
com.google.common.collect.ImmutableSortedSet<String> filterAttributes,
long crawlWaitEvent,
long crawlWaitReload,
IgnoreFrameChecker ignoreFrameChecker)
Create a RemoteWebDriver backed EmbeddedBrowser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllFramesChecker
This class accepts all frames.
|
Copyright © 2007-2013. All Rights Reserved.