Uses of Class
com.vaadin.testbench.parallel.Browser
-
Packages that use Browser Package Description com.vaadin.testbench.annotations com.vaadin.testbench.parallel com.vaadin.testbench.parallel.setup -
-
Uses of Browser in com.vaadin.testbench.annotations
Methods in com.vaadin.testbench.annotations that return Browser Modifier and Type Method Description Browservalue() -
Uses of Browser in com.vaadin.testbench.parallel
Methods in com.vaadin.testbench.parallel that return Browser Modifier and Type Method Description protected BrowserParallelTest. getRunLocallyBrowser()static BrowserBrowser. 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.Methods in com.vaadin.testbench.parallel with parameters of type Browser Modifier and Type Method Description org.openqa.selenium.remote.DesiredCapabilitiesDefaultBrowserFactory. create(Browser browser)org.openqa.selenium.remote.DesiredCapabilitiesDefaultBrowserFactory. create(Browser browser, String version)org.openqa.selenium.remote.DesiredCapabilitiesDefaultBrowserFactory. create(Browser browser, String version, org.openqa.selenium.Platform platform)org.openqa.selenium.remote.DesiredCapabilitiesTestBenchBrowserFactory. create(Browser browser)org.openqa.selenium.remote.DesiredCapabilitiesTestBenchBrowserFactory. create(Browser browser, String version)org.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 Browser Modifier and Type Method Description org.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.
-