| Package | Description |
|---|---|
| org.kurento.test.browser | |
| org.kurento.test.config | |
| org.kurento.test.docker | |
| org.kurento.test.grid |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
Browser.getBrowserType() |
static BrowserType |
BrowserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserType[] |
BrowserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Browser.Builder |
Browser.Builder.browserType(BrowserType browser) |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
BrowserInstance.getBrowserType() |
BrowserType |
TestScenario.getBrowserType(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
Docker.startAndWaitNode(String id,
BrowserType browserType,
String nodeName,
String imageId,
boolean record) |
void |
Docker.startAndWaitNode(String id,
BrowserType browserType,
String nodeName,
String imageId,
boolean record,
String containerIp) |
void |
Docker.startNode(String id,
BrowserType browserType,
String nodeName,
String imageId,
boolean record) |
void |
Docker.startNode(String id,
BrowserType browserType,
String nodeName,
String imageId,
boolean record,
String containerIp) |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
GridNode.getBrowserType() |
| Modifier and Type | Method and Description |
|---|---|
GridNode |
GridHandler.getRandomNodeFromList(String browserKey,
BrowserType browserType,
int browserPerInstance) |
| Constructor and Description |
|---|
GridNode(String host,
BrowserType browserType,
int maxInstances) |
GridNode(String host,
BrowserType browserType,
int maxInstances,
String login,
String passwd,
String pem) |
Copyright © 2018 Kurento. All rights reserved.