public class DockerBrowserManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
REMOTE_WEB_DRIVER_CREATION_MAX_RETRIES |
| Constructor and Description |
|---|
DockerBrowserManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeDriver(String id) |
org.openqa.selenium.remote.RemoteWebDriver |
createDockerDriver(String id,
org.openqa.selenium.remote.DesiredCapabilities capabilities) |
void |
setDownloadLogsPath(Path path) |
public static final int REMOTE_WEB_DRIVER_CREATION_MAX_RETRIES
public void setDownloadLogsPath(Path path)
public org.openqa.selenium.remote.RemoteWebDriver createDockerDriver(String id, org.openqa.selenium.remote.DesiredCapabilities capabilities) throws MalformedURLException
MalformedURLExceptionpublic void closeDriver(String id)
Copyright © 2016 Kurento. All rights reserved.