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.
com.vaadin.testbench.parallel.setup.
Class LocalDriver
- java.lang.Object
-
- com.vaadin.testbench.parallel.setup.LocalDriver
-
public class LocalDriver extends Object
-
-
Constructor Summary
Constructors Constructor and Description LocalDriver()
-
Method Summary
All Methods Modifier and Type Method and Description static org.openqa.selenium.WebDriver
createDriver()
Creates a
WebDriver
instance used for running the test locally for debug purposes.static org.openqa.selenium.WebDriver
createDriver(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)
Creates a
WebDriver
instance used for running the test locally for debug purposes.
-
-
-
Method Detail
-
createDriver
public static org.openqa.selenium.WebDriver createDriver()
Creates a
WebDriver
instance used for running the test locally for debug purposes. Uses firefoxDriver as WebDriver.
-
createDriver
public static org.openqa.selenium.WebDriver createDriver(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)
Creates a
WebDriver
instance used for running the test locally for debug purposes.
-
-