public interface WebDriverFactory
Modifier and Type | Field and Description |
---|---|
static SystemPropertyUtils |
SYSTEM_PROPERTY_UTILS |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebDriver |
createWebDriver(java.util.List<ProxyDetails<?>> proxies,
java.util.List<java.io.File> tempFiles) |
default boolean |
leaveWindowsOpen() |
static final SystemPropertyUtils SYSTEM_PROPERTY_UTILS
org.openqa.selenium.WebDriver createWebDriver(@NotNull java.util.List<ProxyDetails<?>> proxies, @NotNull java.util.List<java.io.File> tempFiles)
proxies
- The list of proxies that are used when configuring the web drivertempFiles
- maintains a list of temp files that are deleted once Iridium is closeddefault boolean leaveWindowsOpen()