Enum and Description |
---|
org.openqa.selenium.ie.InternetExplorerDriverEngine
There are no more multiple IE driver engines
|
Field and Description |
---|
org.openqa.selenium.ie.InternetExplorerDriverService.IE_DRIVER_ENGINE_PROPERTY
There are no more multiple IE driver engines
|
org.openqa.selenium.ie.InternetExplorerDriver.IE_USE_PRE_PROCESS_PROXY
Use
InternetExplorerDriver.IE_USE_PER_PROCESS_PROXY (the one without the typo); |
Method and Description |
---|
org.openqa.selenium.ie.InternetExplorerOptions.enableNativeEvents() |
org.openqa.selenium.ie.InternetExplorerDriverService.Builder.withEngineImplementation(InternetExplorerDriverEngine)
There are no more multiple IE driver engines
|
Constructor and Description |
---|
org.openqa.selenium.ie.InternetExplorerDriver(Capabilities) |
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, Capabilities) |
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 . |