public class Browser
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
Browser.Type |
| Constructor and Description |
|---|
Browser(Parameters parameters,
Config config,
org.openqa.selenium.WebDriver driver,
FileService fileService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
takeScreenshots() |
public Browser(Parameters parameters, Config config, org.openqa.selenium.WebDriver driver, FileService fileService)