Uses of Enum Class
com.vaadin.testbench.parallel.Browser
Packages that use Browser
Package
Description
-
Uses of Browser in com.vaadin.testbench
Methods in com.vaadin.testbench that return Browser -
Uses of Browser in com.vaadin.testbench.browser
Methods in com.vaadin.testbench.browser that return BrowserModifier and TypeMethodDescriptionprotected Browser
BrowserExtension.getRunLocallyBrowser
(Class<?> testClass) static Browser
CapabilitiesUtil.getRunLocallyBrowserName
(Class<?> testClass) BrowserTestInfo.runLocallyBrowser()
Returns the value of therunLocallyBrowser
record component.Constructors in com.vaadin.testbench.browser with parameters of type BrowserModifierConstructorDescriptionBrowserTestInfo
(org.openqa.selenium.WebDriver driver, org.openqa.selenium.Capabilities capabilities, String hubHostname, Browser runLocallyBrowser, String runLocallyBrowserVersion) Creates an instance of aBrowserTestInfo
record class. -
Uses of Browser in com.vaadin.testbench.parallel
Methods in com.vaadin.testbench.parallel that return BrowserModifier and TypeMethodDescriptionprotected Browser
ParallelTest.getRunLocallyBrowser()
static Browser
Returns the enum constant of this class with the specified name.static Browser[]
Browser.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.testbench.parallel with parameters of type BrowserModifier and TypeMethodDescriptionorg.openqa.selenium.remote.DesiredCapabilities
org.openqa.selenium.remote.DesiredCapabilities
org.openqa.selenium.remote.DesiredCapabilities
DefaultBrowserFactory.create
(Browser browser, String version, org.openqa.selenium.Platform platform) org.openqa.selenium.remote.DesiredCapabilities
org.openqa.selenium.remote.DesiredCapabilities
org.openqa.selenium.remote.DesiredCapabilities
TestBenchBrowserFactory.create
(Browser browser, String version, org.openqa.selenium.Platform platform) -
Uses of Browser in com.vaadin.testbench.parallel.setup
Methods in com.vaadin.testbench.parallel.setup with parameters of type BrowserModifier and TypeMethodDescriptionorg.openqa.selenium.WebDriver
SetupDriver.setupLocalDriver
(Browser runLocallyBrowser) Sets up and returns aWebDriver
to run test.org.openqa.selenium.WebDriver
SetupDriver.setupLocalDriver
(Browser runLocallyBrowser, String version) Sets up and returns aWebDriver
to run test.