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 InternetExplorerOptionsInternetExplorerOptions. addCommandSwitches(java.lang.String... switches)InternetExplorerOptionsInternetExplorerOptions. attachToEdgeChrome()InternetExplorerOptionsInternetExplorerOptions. destructivelyEnsureCleanSession()Clear the Internet Explorer cache before launching the browser.InternetExplorerOptionsInternetExplorerOptions. disableNativeEvents()InternetExplorerOptionsInternetExplorerOptions. elementScrollTo(ElementScrollBehavior behavior)InternetExplorerOptionsInternetExplorerOptions. enablePersistentHovering()Enable persistently sendingWM_MOUSEMOVEmessages to the IE window during a mouse hover.InternetExplorerOptionsInternetExplorerOptions. ignoreProcessMatch()InternetExplorerOptionsInternetExplorerOptions. ignoreZoomSettings()InternetExplorerOptionsInternetExplorerOptions. introduceFlakinessByIgnoringSecurityDomains()InternetExplorerOptionsInternetExplorerOptions. merge(org.openqa.selenium.Capabilities extraCapabilities)InternetExplorerOptionsInternetExplorerOptions. requireWindowFocus()InternetExplorerOptionsInternetExplorerOptions. takeFullPageScreenshot()InternetExplorerOptionsInternetExplorerOptions. useCreateProcessApiToLaunchIe()Force the use of the Windows CreateProcess API when launching Internet Explorer.InternetExplorerOptionsInternetExplorerOptions. useLegacyUploadDialog()InternetExplorerOptionsInternetExplorerOptions. usePerProcessProxy()Use theProxydefined in otherCapabilitieson a per-process basis, not updating the system installed proxy setting.InternetExplorerOptionsInternetExplorerOptions. useShellWindowsApiToAttachToIe()Use the Windows ShellWindows API when attaching to Internet Explorer.InternetExplorerOptionsInternetExplorerOptions. waitForUploadDialogUpTo(long duration, java.util.concurrent.TimeUnit unit)InternetExplorerOptionsInternetExplorerOptions. waitForUploadDialogUpTo(java.time.Duration duration)InternetExplorerOptionsInternetExplorerOptions. withAttachTimeout(long duration, java.util.concurrent.TimeUnit unit)InternetExplorerOptionsInternetExplorerOptions. withAttachTimeout(java.time.Duration duration)InternetExplorerOptionsInternetExplorerOptions. withEdgeExecutablePath(java.lang.String path)InternetExplorerOptionsInternetExplorerOptions. 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)
-