We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.testbench.parallel.TestBenchBrowserFactory
Packages that use TestBenchBrowserFactory
-
Uses of TestBenchBrowserFactory in com.vaadin.testbench.browser
Methods in com.vaadin.testbench.browser that return TestBenchBrowserFactoryModifier and TypeMethodDescriptionstatic TestBenchBrowserFactory
CapabilitiesUtil.getBrowserFactory
(org.junit.jupiter.api.extension.ExtensionContext context) -
Uses of TestBenchBrowserFactory in com.vaadin.testbench.parallel
Classes in com.vaadin.testbench.parallel that implement TestBenchBrowserFactoryModifier and TypeClassDescriptionclass
Default
TestBenchBrowserFactory
used to generateDesiredCapabilities
throughBrowserFactory
Methods in com.vaadin.testbench.parallel that return TestBenchBrowserFactoryModifier and TypeMethodDescriptionstatic TestBenchBrowserFactory
BrowserUtil.getBrowserFactory()
Gets the BrowserFactory used to generate new DesiredCapabilities
Methods in com.vaadin.testbench.parallel with parameters of type TestBenchBrowserFactoryModifier and TypeMethodDescriptionstatic void
BrowserUtil.setBrowserFactory
(TestBenchBrowserFactory browserFactory) Sets new BrowserFactory to generate default DesiredCapabilities for each Browser.
Extend BrowserFactory and override its methods in order to add default version, platform or other capabilities.