public class LocalDriver extends Object
Constructor and Description |
---|
LocalDriver() |
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. |
public static org.openqa.selenium.WebDriver createDriver()
WebDriver
instance used for running the test locally
for debug purposes. Uses firefoxDriver as WebDriver.public static org.openqa.selenium.WebDriver createDriver(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)
WebDriver
instance used for running the test locally
for debug purposes.Copyright © 2019. All rights reserved.