Uses of Class
org.openqa.selenium.ie.InternetExplorerOptions
-
Uses of InternetExplorerOptions in org.openqa.selenium.ie
Methods 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.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(org.openqa.selenium.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(@Nullable InternetExplorerDriverService service, @Nullable InternetExplorerOptions options, @Nullable org.openqa.selenium.remote.http.ClientConfig clientConfig) Creates a new InternetExplorerDriver instance with the specified options.InternetExplorerDriver(InternetExplorerDriverService service, InternetExplorerOptions options)