Field and Description |
---|
org.openqa.selenium.ie.InternetExplorerDriver.IE_USE_PRE_PROCESS_PROXY
Use
InternetExplorerDriver.IE_USE_PER_PROCESS_PROXY (the one without the typo); |
Constructor and Description |
---|
org.openqa.selenium.ie.InternetExplorerDriver(int)
Create an
InternetExplorerDriverService and then use that to create a
RemoteWebDriver.RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities) with a
DriverCommandExecutor . |
org.openqa.selenium.ie.InternetExplorerDriver(InternetExplorerDriverService)
Create an
InternetExplorerDriverService and then use that to create a
RemoteWebDriver.RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities) with a
DriverCommandExecutor . |
org.openqa.selenium.ie.InternetExplorerDriver(InternetExplorerDriverService, Capabilities)
Create an
InternetExplorerDriverService and then use that to create a
RemoteWebDriver.RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities) with a
DriverCommandExecutor . |
org.openqa.selenium.ie.InternetExplorerDriver(InternetExplorerDriverService, Capabilities, int)
Create an
InternetExplorerDriverService and then use that to create a
RemoteWebDriver.RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities) with a
DriverCommandExecutor . |