Package dev.galasa.selenium
Interface IInternetExplorerOptions
public interface IInternetExplorerOptions
A Options pass through interface for the Selenium Options object
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommandSwitches(String... switches) asMap()voidvoidvoidelementScrollTo(org.openqa.selenium.ie.ElementScrollBehavior behavior) voidvoidgetCapability(String capabilityName) org.openqa.selenium.PlatformvoidvoidbooleanbooleanvoidvoidsetCapability(String key, Boolean value) voidsetCapability(String key, Object value) voidsetCapability(String key, String value) voidsetCapability(String capabilityName, org.openqa.selenium.Platform value) voidsetPageLoadStrategy(org.openqa.selenium.PageLoadStrategy strategy) voidsetProxy(org.openqa.selenium.Proxy proxy) voidsetUnhandledPromptBehaviour(org.openqa.selenium.UnexpectedAlertBehaviour behaviour) voidvoidvoidvoidvoidwaitForUploadDialogUpTo(long duration, TimeUnit unit) voidwaitForUploadDialogUpTo(Long duration, TimeUnit unit) voidwaitForUploadDialogUpTo(Duration duration) voidwithAttachTimeout(long duration, TimeUnit unit) voidwithAttachTimeout(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
-