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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.WebDriver
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.
-
Constructor Details
-
LocalDriver
public LocalDriver()
-
-
Method Details
-
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.Returns:
a driver instance
-
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.Parameters:
desiredCapabilities
- the capabilities to use for the driverReturns:
a driver instance
-