Modifier and Type |
Method and Description |
InternetExplorerOptions |
addCommandSwitches(java.lang.String... switches) |
protected int |
amendHashCode() |
InternetExplorerOptions |
destructivelyEnsureCleanSession()
Clear the Internet Explorer cache before launching the browser.
|
InternetExplorerOptions |
disableNativeEvents() |
InternetExplorerOptions |
elementScrollTo(ElementScrollBehavior behavior) |
InternetExplorerOptions |
enableNativeEvents()
Deprecated.
|
InternetExplorerOptions |
enablePersistentHovering()
Enable persistently sending WM_MOUSEMOVE messages to the IE window during a mouse
hover.
|
InternetExplorerOptions |
ignoreZoomSettings() |
InternetExplorerOptions |
introduceFlakinessByIgnoringSecurityDomains() |
InternetExplorerOptions |
merge(org.openqa.selenium.Capabilities extraCapabilities) |
InternetExplorerOptions |
requireWindowFocus() |
void |
setCapability(java.lang.String key,
java.lang.Object value) |
InternetExplorerOptions |
setPageLoadStrategy(org.openqa.selenium.PageLoadStrategy strategy) |
InternetExplorerOptions |
setProxy(org.openqa.selenium.Proxy proxy) |
InternetExplorerOptions |
setUnhandledPromptBehaviour(org.openqa.selenium.UnexpectedAlertBehaviour behaviour) |
InternetExplorerOptions |
takeFullPageScreenshot() |
InternetExplorerOptions |
useCreateProcessApiToLaunchIe()
Force the use of the Windows CreateProcess API when launching Internet Explorer.
|
InternetExplorerOptions |
usePerProcessProxy()
Use the Proxy defined in other Capabilities on a
per-process basis, not updating the system installed proxy setting.
|
InternetExplorerOptions |
useShellWindowsApiToAttachToIe()
Use the Windows ShellWindows API when attaching to Internet Explorer.
|
InternetExplorerOptions |
waitForUploadDialogUpTo(java.time.Duration duration) |
InternetExplorerOptions |
waitForUploadDialogUpTo(long duration,
java.util.concurrent.TimeUnit unit) |
InternetExplorerOptions |
withAttachTimeout(java.time.Duration duration) |
InternetExplorerOptions |
withAttachTimeout(long duration,
java.util.concurrent.TimeUnit unit) |
InternetExplorerOptions |
withInitialBrowserUrl(java.lang.String url) |