@Component public class WebDriverFactoryImpl extends java.lang.Object implements WebDriverFactory
| Constructor and Description |
|---|
WebDriverFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
createWebDriver(java.util.List<ProxyDetails<?>> proxies,
java.util.List<java.io.File> tempFiles) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitleaveWindowsOpenpublic org.openqa.selenium.WebDriver createWebDriver(@NotNull
java.util.List<ProxyDetails<?>> proxies,
@NotNull
java.util.List<java.io.File> tempFiles)
createWebDriver in interface WebDriverFactoryproxies - The list of proxies that are used when configuring the web drivertempFiles - maintains a list of temp files that are deleted once Iridium is closed