public class TestScenario extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INSTANCES_SEPARATOR |
| Constructor and Description |
|---|
TestScenario() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBrowser(String id,
BrowserClient browser) |
Map<String,BrowserClient> |
getBrowserMap() |
Map<String,BrowserClient> |
getBrowserMap(String... types) |
BrowserType |
getBrowserType(String key) |
String |
getBrowserVersion(String key) |
org.openqa.selenium.Platform |
getPlatform(String key) |
BrowserScope |
getScope(String key) |
List<URL> |
getUrlList() |
static Collection<Object[]> |
json() |
static Collection<Object[]> |
json(String jsonFile) |
static Collection<Object[]> |
localChrome() |
static Collection<Object[]> |
localChromeAndFirefox() |
static Collection<Object[]> |
localFirefox() |
static Collection<Object[]> |
localPresenterAndViewer() |
static Collection<Object[]> |
localPresenterAndViewerRGB() |
String |
toString() |
public static final String INSTANCES_SEPARATOR
public void addBrowser(String id, BrowserClient browser)
public BrowserScope getScope(String key)
public BrowserType getBrowserType(String key)
public org.openqa.selenium.Platform getPlatform(String key)
public static Collection<Object[]> json()
public static Collection<Object[]> json(String jsonFile)
public static Collection<Object[]> localChromeAndFirefox()
public static Collection<Object[]> localChrome()
public static Collection<Object[]> localFirefox()
public static Collection<Object[]> localPresenterAndViewer()
public static Collection<Object[]> localPresenterAndViewerRGB()
public Map<String,BrowserClient> getBrowserMap()
public Map<String,BrowserClient> getBrowserMap(String... types)
Copyright © 2015 Kurento. All rights reserved.