public class Browser
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
Browser.Type |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SLEEP_AFTER_SCROLL_MILLIS |
static int |
THREADPOOL_SUBMIT_SHUFFLE_TIME_IN_MS |
| Constructor and Description |
|---|
Browser(Parameters parameters,
Config config,
FileService fileService,
BrowserUtils browserUtils) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
takeScreenshots() |
public static final int THREADPOOL_SUBMIT_SHUFFLE_TIME_IN_MS
public static final int DEFAULT_SLEEP_AFTER_SCROLL_MILLIS
public Browser(Parameters parameters, Config config, FileService fileService, BrowserUtils browserUtils)