| Package | Description |
|---|---|
| org.kurento.test.base | |
| org.kurento.test.client | |
| org.kurento.test.config | |
| org.kurento.test.grid |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BrowserKurentoClientTest.playFileAsLocal(BrowserType browserType,
String recordingFile,
int playtime,
int x,
int y,
Color... expectedColors) |
protected void |
BrowserKurentoClientTest.playFileWithPipeline(BrowserType browserType,
String recordingFile,
int playtime,
int x,
int y,
Color... expectedColors) |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
BrowserClient.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 |
|---|---|
BrowserClient.Builder |
BrowserClient.Builder.browserType(BrowserType browser) |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
BrowserInstance.getBrowserType() |
BrowserType |
TestScenario.getBrowserType(String key) |
| 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 © 2015 Kurento. All rights reserved.