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 BrowserBrowserExtension.getRunLocallyBrowser(Class<?> testClass) static BrowserCapabilitiesUtil.getRunLocallyBrowserName(Class<?> testClass) BrowserTestInfo.runLocallyBrowser()Returns the value of therunLocallyBrowserrecord 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 aBrowserTestInforecord class. -
Uses of Browser in com.vaadin.testbench.parallel
Methods in com.vaadin.testbench.parallel that return BrowserModifier and TypeMethodDescriptionprotected BrowserParallelTest.getRunLocallyBrowser()static BrowserReturns 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.DesiredCapabilitiesorg.openqa.selenium.remote.DesiredCapabilitiesorg.openqa.selenium.remote.DesiredCapabilitiesDefaultBrowserFactory.create(Browser browser, String version, org.openqa.selenium.Platform platform) org.openqa.selenium.remote.DesiredCapabilitiesorg.openqa.selenium.remote.DesiredCapabilitiesorg.openqa.selenium.remote.DesiredCapabilitiesTestBenchBrowserFactory.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.WebDriverSetupDriver.setupLocalDriver(Browser runLocallyBrowser) Sets up and returns aWebDriverto run test.org.openqa.selenium.WebDriverSetupDriver.setupLocalDriver(Browser runLocallyBrowser, String version) Sets up and returns aWebDriverto run test.