Package dev.galasa.selenium
Interface IInternetExplorerOptions
public interface IInternetExplorerOptions
A Options pass through interface for the Selenium Options object
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommandSwitches
(String... switches) asMap()
void
void
void
elementScrollTo
(org.openqa.selenium.ie.ElementScrollBehavior behavior) void
void
getCapability
(String capabilityName) org.openqa.selenium.Platform
void
void
boolean
boolean
void
void
setCapability
(String key, Boolean value) void
setCapability
(String key, Object value) void
setCapability
(String key, String value) void
setCapability
(String capabilityName, org.openqa.selenium.Platform value) void
setPageLoadStrategy
(org.openqa.selenium.PageLoadStrategy strategy) void
setProxy
(org.openqa.selenium.Proxy proxy) void
setUnhandledPromptBehaviour
(org.openqa.selenium.UnexpectedAlertBehaviour behaviour) void
void
void
void
void
waitForUploadDialogUpTo
(long duration, TimeUnit unit) void
waitForUploadDialogUpTo
(Long duration, TimeUnit unit) void
waitForUploadDialogUpTo
(Duration duration) void
withAttachTimeout
(long duration, TimeUnit unit) void
withAttachTimeout
(Duration duration) void
-
Method Details
-
destructivelyEnsureCleanSession
void destructivelyEnsureCleanSession() -
disableNativeEvents
void disableNativeEvents() -
enablePersistentHovering
void enablePersistentHovering() -
ignoreZoomSettings
void ignoreZoomSettings() -
introduceFlakinessByIgnoringSecurityDomains
void introduceFlakinessByIgnoringSecurityDomains() -
requireWindowFocus
void requireWindowFocus() -
useCreateProcessApiToLaunchIe
void useCreateProcessApiToLaunchIe() -
waitForUploadDialogUpTo
-
withAttachTimeout
-
withInitialBrowserUrl
-
addCommandSwitches
-
setCapability
-
setCapability
-
setCapability
-
asMap
-
elementScrollTo
void elementScrollTo(org.openqa.selenium.ie.ElementScrollBehavior behavior) -
enableNativeEvents
void enableNativeEvents() -
getBrowserName
String getBrowserName() -
getCapability
-
getCapabilityNames
-
getPlatform
org.openqa.selenium.Platform getPlatform() -
getVersion
String getVersion() -
is
-
isJavascriptEnabled
boolean isJavascriptEnabled() -
setCapability
-
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
-
waitForUploadDialogUpTo
-
withAttachTimeout
-