| Package | Description |
|---|---|
| com.crawljax.browser |
This is the core package for the browsers.
|
| com.crawljax.core.configuration |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedBrowser.BrowserType |
EmbeddedBrowser.BrowserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedBrowser.BrowserType[] |
EmbeddedBrowser.BrowserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedBrowser.BrowserType |
BrowserConfiguration.getBrowsertype() |
| Constructor and Description |
|---|
BrowserConfiguration(EmbeddedBrowser.BrowserType browsertype)
This configuration will start one browser of the selected type.
|
BrowserConfiguration(EmbeddedBrowser.BrowserType browsertype,
int numberOfBrowsers) |
BrowserConfiguration(EmbeddedBrowser.BrowserType browsertype,
int numberOfBrowsers,
javax.inject.Provider<EmbeddedBrowser> builder) |
Copyright © 2007-2013. All Rights Reserved.