Uses of Class
org.openqa.selenium.ie.InternetExplorerOptions
Packages that use InternetExplorerOptions
- 
Uses of InternetExplorerOptions in org.openqa.selenium.ieMethods in org.openqa.selenium.ie that return InternetExplorerOptionsModifier 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_MOUSEMOVEmessages 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 theProxydefined in otherCapabilitieson 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) Constructors in org.openqa.selenium.ie with parameters of type InternetExplorerOptionsModifierConstructorDescriptionInternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options) InternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options, ClientConfig clientConfig) Creates a new InternetExplorerDriver instance with the specified options.