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,
Browser browser) |
static Collection<Object[]> |
from(String defaultBrowserConfigFile) |
Map<String,Browser> |
getBrowserMap() |
Map<String,Browser> |
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[]> |
localChrome() |
static Collection<Object[]> |
localChromeAndFirefox() |
static Collection<Object[]> |
localChromePlusFirefox() |
static Collection<Object[]> |
localChromes(int size) |
static Collection<Object[]> |
localChromesAndFirefoxs(int size) |
static Collection<Object[]> |
localFirefox() |
static Collection<Object[]> |
localPresenterAndViewer() |
static Collection<Object[]> |
localPresenterAndViewerRGB() |
static Collection<Object[]> |
noBrowsers() |
String |
toString() |
public static final String INSTANCES_SEPARATOR
public BrowserScope getScope(String key)
public BrowserType getBrowserType(String key)
public org.openqa.selenium.Platform getPlatform(String key)
public static Collection<Object[]> from(String defaultBrowserConfigFile)
public static Collection<Object[]> noBrowsers()
public static Collection<Object[]> localChromeAndFirefox()
public static Collection<Object[]> localChromePlusFirefox()
public static Collection<Object[]> localChromes(int size)
public static Collection<Object[]> localChromesAndFirefoxs(int size)
public static Collection<Object[]> localChrome()
public static Collection<Object[]> localFirefox()
public static Collection<Object[]> localPresenterAndViewer()
public static Collection<Object[]> localPresenterAndViewerRGB()
Copyright © 2015 Kurento. All rights reserved.