Package | Description |
---|---|
com.vaadin.testbench.parallel | |
com.vaadin.testbench.parallel.setup |
Modifier and Type | Method and Description |
---|---|
protected Browser |
ParallelTest.getRunLocallyBrowser() |
static Browser |
Browser.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Browser[] |
Browser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.remote.DesiredCapabilities |
TestBenchBrowserFactory.create(Browser browser) |
org.openqa.selenium.remote.DesiredCapabilities |
DefaultBrowserFactory.create(Browser browser) |
org.openqa.selenium.remote.DesiredCapabilities |
TestBenchBrowserFactory.create(Browser browser,
String version) |
org.openqa.selenium.remote.DesiredCapabilities |
DefaultBrowserFactory.create(Browser browser,
String version) |
org.openqa.selenium.remote.DesiredCapabilities |
TestBenchBrowserFactory.create(Browser browser,
String version,
org.openqa.selenium.Platform platform) |
org.openqa.selenium.remote.DesiredCapabilities |
DefaultBrowserFactory.create(Browser browser,
String version,
org.openqa.selenium.Platform platform) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebDriver |
SetupDriver.setupLocalDriver(Browser runLocallyBrowser)
Sets up and returns a
WebDriver to run test. |
org.openqa.selenium.WebDriver |
SetupDriver.setupLocalDriver(Browser runLocallyBrowser,
String version)
Sets up and returns a
WebDriver to run test. |
Copyright © 2019. All rights reserved.