Uses of Class
org.openqa.selenium.ie.InternetExplorerOptions
-
-
Uses of InternetExplorerOptions in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie that return InternetExplorerOptions Modifier and Type Method Description InternetExplorerOptions
InternetExplorerOptions. addCommandSwitches(java.lang.String... switches)
InternetExplorerOptions
InternetExplorerOptions. attachToEdgeChrome()
InternetExplorerOptions
InternetExplorerOptions. destructivelyEnsureCleanSession()
Clear the Internet Explorer cache before launching the browser.InternetExplorerOptions
InternetExplorerOptions. disableNativeEvents()
InternetExplorerOptions
InternetExplorerOptions. elementScrollTo(ElementScrollBehavior behavior)
InternetExplorerOptions
InternetExplorerOptions. enablePersistentHovering()
Enable persistently sendingWM_MOUSEMOVE
messages to the IE window during a mouse hover.InternetExplorerOptions
InternetExplorerOptions. ignoreZoomSettings()
InternetExplorerOptions
InternetExplorerOptions. introduceFlakinessByIgnoringSecurityDomains()
InternetExplorerOptions
InternetExplorerOptions. merge(org.openqa.selenium.Capabilities extraCapabilities)
InternetExplorerOptions
InternetExplorerOptions. requireWindowFocus()
InternetExplorerOptions
InternetExplorerOptions. takeFullPageScreenshot()
InternetExplorerOptions
InternetExplorerOptions. useCreateProcessApiToLaunchIe()
Force the use of the Windows CreateProcess API when launching Internet Explorer.InternetExplorerOptions
InternetExplorerOptions. useLegacyUploadDialog()
InternetExplorerOptions
InternetExplorerOptions. usePerProcessProxy()
Use theProxy
defined in otherCapabilities
on a per-process basis, not updating the system installed proxy setting.InternetExplorerOptions
InternetExplorerOptions. useShellWindowsApiToAttachToIe()
Use the Windows ShellWindows API when attaching to Internet Explorer.InternetExplorerOptions
InternetExplorerOptions. waitForUploadDialogUpTo(long duration, java.util.concurrent.TimeUnit unit)
InternetExplorerOptions
InternetExplorerOptions. waitForUploadDialogUpTo(java.time.Duration duration)
InternetExplorerOptions
InternetExplorerOptions. withAttachTimeout(long duration, java.util.concurrent.TimeUnit unit)
InternetExplorerOptions
InternetExplorerOptions. withAttachTimeout(java.time.Duration duration)
InternetExplorerOptions
InternetExplorerOptions. withEdgeExecutablePath(java.lang.String path)
InternetExplorerOptions
InternetExplorerOptions. withInitialBrowserUrl(java.lang.String url)
Constructors in org.openqa.selenium.ie with parameters of type InternetExplorerOptions Constructor Description InternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options)
InternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options, org.openqa.selenium.remote.http.ClientConfig clientConfig)
Creates a new InternetExplorerDriver instance with the specified options.InternetExplorerDriver(InternetExplorerOptions options)
-