@Beta public class InternetExplorerOptions extends java.lang.Object
InternetExplorerOptions options = new InternetExplorerOptions() .requireWindowFocus(); new InternetExplorerDriver(options.merge(DesiredCapabilities.internetExplorer());
Constructor and Description |
---|
InternetExplorerOptions() |
InternetExplorerOptions(Capabilities source) |
public InternetExplorerOptions()
public InternetExplorerOptions(Capabilities source)
public InternetExplorerOptions withAttachTimeout(long duration, java.util.concurrent.TimeUnit unit)
public InternetExplorerOptions withAttachTimeout(java.time.Duration duration)
public InternetExplorerOptions elementScrollTo(ElementScrollBehavior behavior)
public InternetExplorerOptions enablePersistentHovering()
WM_MOUSEMOVE
messages to the IE window during a mouse
hover.public InternetExplorerOptions useCreateProcessApiToLaunchIe()
public InternetExplorerOptions useShellWindowsApiToAttachToIe()
public InternetExplorerOptions destructivelyEnsureCleanSession()
public InternetExplorerOptions addCommandSwitches(java.lang.String... switches)
public InternetExplorerOptions usePerProcessProxy()
Proxy
defined in other Capabilities
on a
per-process basis, not updating the system installed proxy setting. This is only valid when
setting a Proxy
where the
Proxy.ProxyType
is one of
public InternetExplorerOptions withInitialBrowserUrl(java.lang.String url)
public InternetExplorerOptions requireWindowFocus()
public InternetExplorerOptions waitForUploadDialogUpTo(long duration, java.util.concurrent.TimeUnit unit)
public InternetExplorerOptions waitForUploadDialogUpTo(java.time.Duration duration)
public InternetExplorerOptions introduceFlakinessByIgnoringSecurityDomains()
public InternetExplorerOptions enableNativeEvents()
public InternetExplorerOptions ignoreZoomSettings()
public InternetExplorerOptions takeFullPageScreenshot()
public Capabilities merge(Capabilities other)
public java.util.Map<java.lang.String,?> asMap()