Class InternetExplorerDriver

java.lang.Object
org.openqa.selenium.remote.RemoteWebDriver
org.openqa.selenium.ie.InternetExplorerDriver
All Implemented Interfaces:
HasFederatedCredentialManagement, HasCapabilities, HasDownloads, Interactive, JavascriptExecutor, PrintsPage, SearchContext, TakesScreenshot, HasVirtualAuthenticator, WebDriver

public class InternetExplorerDriver extends RemoteWebDriver
  • Field Details

    • IGNORE_ZOOM_SETTING

      public static final String IGNORE_ZOOM_SETTING
      Capability that defines whether to ignore the browser zoom level or not.
      See Also:
    • NATIVE_EVENTS

      @Deprecated public static final String NATIVE_EVENTS
      Deprecated.
      Non W3C compliant
      Capability that defines to use whether to use native or javascript events during operations.
      See Also:
    • INITIAL_BROWSER_URL

      public static final String INITIAL_BROWSER_URL
      Capability that defines the initial URL to be used when IE is launched.
      See Also:
    • ELEMENT_SCROLL_BEHAVIOR

      public static final String ELEMENT_SCROLL_BEHAVIOR
      Capability that defines how elements are scrolled into view in the InternetExplorerDriver.
      See Also:
    • ENABLE_ELEMENT_CACHE_CLEANUP

      public static final String ENABLE_ELEMENT_CACHE_CLEANUP
      Capability that defines to use or not cleanup of element cache on document loading.
      See Also:
    • BROWSER_ATTACH_TIMEOUT

      public static final String BROWSER_ATTACH_TIMEOUT
      Capability that defines timeout in milliseconds for attaching to new browser window.
      See Also:
    • INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS

      public static final String INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS
      Capability that defines to ignore browser protected mode settings during starting by IEDriverServer.

      Setting this capability will make your tests unstable and hard to debug.

      See Also:
    • ENABLE_PERSISTENT_HOVERING

      public static final String ENABLE_PERSISTENT_HOVERING
      Capability that defines to use persistent hovering or not.
      See Also:
    • REQUIRE_WINDOW_FOCUS

      public static final String REQUIRE_WINDOW_FOCUS
      Capability that defines to focus to browser window or not before operation.
      See Also:
    • FORCE_CREATE_PROCESS

      public static final String FORCE_CREATE_PROCESS
      Capability that defines launch API of IE used by IEDriverServer.
      See Also:
    • IE_ENSURE_CLEAN_SESSION

      public static final String IE_ENSURE_CLEAN_SESSION
      Capability that defines to clean or not browser cache before launching IE by IEDriverServer.
      See Also:
    • IE_USE_PER_PROCESS_PROXY

      public static final String IE_USE_PER_PROCESS_PROXY
      Capability that defines setting the proxy information for a single IE process without affecting the proxy settings of other instances of IE.
      See Also:
    • IE_SWITCHES

      public static final String IE_SWITCHES
      Capability that defines used IE CLI switches when FORCE_CREATE_PROCESS is enabled.
      See Also:
  • Constructor Details

  • Method Details