Uses of Class
org.openqa.selenium.ie.InternetExplorerOptions
-
Uses of InternetExplorerOptions in org.openqa.selenium.ie
Modifier and TypeMethodDescriptionInternetExplorerOptions.addCommandSwitches
(String... switches) InternetExplorerOptions.attachToEdgeChrome()
InternetExplorerOptions.destructivelyEnsureCleanSession()
Clear the Internet Explorer cache before launching the browser.InternetExplorerOptions.disableNativeEvents()
Deprecated.Non W3C compliantInternetExplorerOptions.elementScrollTo
(ElementScrollBehavior behavior) InternetExplorerOptions.enablePersistentHovering()
Enable persistently sendingWM_MOUSEMOVE
messages to the IE window during a mouse hover.InternetExplorerOptions.ignoreProcessMatch()
InternetExplorerOptions.ignoreZoomSettings()
InternetExplorerOptions.introduceFlakinessByIgnoringSecurityDomains()
InternetExplorerOptions.merge
(Capabilities extraCapabilities) InternetExplorerOptions.requireWindowFocus()
InternetExplorerOptions.takeFullPageScreenshot()
InternetExplorerOptions.useCreateProcessApiToLaunchIe()
Force the use of the Windows CreateProcess API when launching Internet Explorer.InternetExplorerOptions.useLegacyUploadDialog()
InternetExplorerOptions.usePerProcessProxy()
Use theProxy
defined in otherCapabilities
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
(long duration, TimeUnit unit) InternetExplorerOptions.waitForUploadDialogUpTo
(Duration duration) InternetExplorerOptions.withAttachTimeout
(long duration, TimeUnit unit) InternetExplorerOptions.withAttachTimeout
(Duration duration) InternetExplorerOptions.withEdgeExecutablePath
(String path) InternetExplorerOptions.withInitialBrowserUrl
(String url) ModifierConstructorDescriptionInternetExplorerDriver
(InternetExplorerDriverService service, InternetExplorerOptions options) InternetExplorerDriver
(InternetExplorerDriverService service, InternetExplorerOptions options, ClientConfig clientConfig) Creates a new InternetExplorerDriver instance with the specified options.