Interface IInternetExplorerOptions


public interface IInternetExplorerOptions
A Options pass through interface for the Selenium Options object
Author:
jamesdavies
  • Method Details

    • destructivelyEnsureCleanSession

      void destructivelyEnsureCleanSession()
    • disableNativeEvents

      void disableNativeEvents()
    • enablePersistentHovering

      void enablePersistentHovering()
    • ignoreZoomSettings

      void ignoreZoomSettings()
    • introduceFlakinessByIgnoringSecurityDomains

      void introduceFlakinessByIgnoringSecurityDomains()
    • requireWindowFocus

      void requireWindowFocus()
    • useCreateProcessApiToLaunchIe

      void useCreateProcessApiToLaunchIe()
    • waitForUploadDialogUpTo

      void waitForUploadDialogUpTo(long duration, TimeUnit unit)
    • withAttachTimeout

      void withAttachTimeout(long duration, TimeUnit unit)
    • withInitialBrowserUrl

      void withInitialBrowserUrl(String url)
    • addCommandSwitches

      void addCommandSwitches(String... switches)
    • setCapability

      void setCapability(String key, Object value)
    • setCapability

      void setCapability(String key, String value)
    • setCapability

      void setCapability(String key, Boolean value)
    • asMap

      Map<String,Object> asMap()
    • elementScrollTo

      void elementScrollTo(org.openqa.selenium.ie.ElementScrollBehavior behavior)
    • enableNativeEvents

      void enableNativeEvents()
    • getBrowserName

      String getBrowserName()
    • getCapability

      Object getCapability(String capabilityName)
    • getCapabilityNames

      Set<String> getCapabilityNames()
    • getPlatform

      org.openqa.selenium.Platform getPlatform()
    • getVersion

      String getVersion()
    • is

      boolean is(String capabilityName)
    • isJavascriptEnabled

      boolean isJavascriptEnabled()
    • setCapability

      void setCapability(String capabilityName, org.openqa.selenium.Platform value)
    • setPageLoadStrategy

      void setPageLoadStrategy(org.openqa.selenium.PageLoadStrategy strategy)
    • setProxy

      void setProxy(org.openqa.selenium.Proxy proxy)
    • setUnhandledPromptBehaviour

      void setUnhandledPromptBehaviour(org.openqa.selenium.UnexpectedAlertBehaviour behaviour)
    • takeFullPageScreenshot

      void takeFullPageScreenshot()
    • usePerProcessProxy

      void usePerProcessProxy()
    • useShellWindowsApiToAttachToIe

      void useShellWindowsApiToAttachToIe()
    • waitForUploadDialogUpTo

      void waitForUploadDialogUpTo(Duration duration)
    • waitForUploadDialogUpTo

      void waitForUploadDialogUpTo(Long duration, TimeUnit unit)
    • withAttachTimeout

      void withAttachTimeout(Duration duration)