Package com.github.searls.jasmine.driver
Class WebDriverFactory
- java.lang.Object
-
- com.github.searls.jasmine.driver.WebDriverFactory
-
@Named public class WebDriverFactory extends Object
Creates a WebDriver for TestMojo using configured properties.
-
-
Constructor Summary
Constructors Constructor Description WebDriverFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebDrivercreateWebDriver(WebDriverConfiguration config)
-
-
-
Method Detail
-
createWebDriver
public org.openqa.selenium.WebDriver createWebDriver(WebDriverConfiguration config)
-
-