Uses of Enum Class
com.vaadin.testbench.parallel.Browser
Packages that use Browser
-
Uses of Browser in com.vaadin.testbench.parallel
Methods in com.vaadin.testbench.parallel that return BrowserModifier and TypeMethodDescriptionstatic 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.