A B C D E F G H I L M N O R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addCommandSwitches(String...) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- assertOnWindows() - Method in class org.openqa.selenium.ie.InternetExplorerDriver
- attachToEdgeChrome() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
B
- BOTTOM - org.openqa.selenium.ie.ElementScrollBehavior
- BROWSER_ATTACH_TIMEOUT - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines timeout in milliseconds for attaching to new browser window.
- builder() - Static method in class org.openqa.selenium.ie.InternetExplorerDriver
- Builder() - Constructor for class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
C
- createArgs() - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
- createDefaultService() - Static method in class org.openqa.selenium.ie.InternetExplorerDriverService
-
Configures and returns a new
InternetExplorerDriverService
using the default configuration. - createDriver(Capabilities) - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
- createDriverService(File, int, Duration, List<String>, Map<String, String>) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
D
- DEBUG - org.openqa.selenium.ie.InternetExplorerDriverLogLevel
- destructivelyEnsureCleanSession() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
-
Clear the Internet Explorer cache before launching the browser.
- disableNativeEvents() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
E
- ELEMENT_SCROLL_BEHAVIOR - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines how elements are scrolled into view in the InternetExplorerDriver.
- ElementScrollBehavior - Enum in org.openqa.selenium.ie
- elementScrollTo(ElementScrollBehavior) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- ENABLE_ELEMENT_CACHE_CLEANUP - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to use or not cleanup of element cache on document loading.
- ENABLE_PERSISTENT_HOVERING - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to use persistent hovering or not.
- enablePersistentHovering() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
-
Enable persistently sending
WM_MOUSEMOVE
messages to the IE window during a mouse hover. - ERROR - org.openqa.selenium.ie.InternetExplorerDriverLogLevel
- EXTRACT_PATH - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines full path to directory to which will be extracted supporting files of the IEDriverServer.
F
- FATAL - org.openqa.selenium.ie.InternetExplorerDriverLogLevel
- findDefaultExecutable() - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
- FORCE_CREATE_PROCESS - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines launch API of IE used by IEDriverServer.
- fromString(String) - Static method in enum org.openqa.selenium.ie.ElementScrollBehavior
G
- getCanonicalCapabilities() - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
- getDisplayName() - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
- getExtraCapability(String) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- getExtraCapabilityNames() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- getMaximumSimultaneousSessions() - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
- getValue() - Method in enum org.openqa.selenium.ie.ElementScrollBehavior
H
- HOST - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines the address of the host adapter on which the IEDriverServer will listen for commands.
I
- IE_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the location of the IEDriverServer executable that will be used by the
default service
. - IE_DRIVER_EXTRACT_PATH_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines path to which will be extracted IEDriverServer library.
- IE_DRIVER_HOST_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines host to which will be bound IEDriverServer.
- IE_DRIVER_LOGFILE_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the location of the file where IEDriverServer should write log messages to.
- IE_DRIVER_LOGLEVEL_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines the detalization level the IEDriverServer logs.
- IE_DRIVER_SILENT_PROPERTY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriverService
-
System property that defines logging to stdout for IEDriverServer.
- IE_ENSURE_CLEAN_SESSION - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to clean or not browser cache before launching IE by IEDriverServer.
- IE_OPTIONS - Static variable in class org.openqa.selenium.ie.InternetExplorerOptions
- IE_SWITCHES - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines used IE CLI switches when
InternetExplorerDriver.FORCE_CREATE_PROCESS
is enabled. - IE_USE_PER_PROCESS_PROXY - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines setting the proxy information for a single IE process without affecting the proxy settings of other instances of IE.
- IGNORE_ZOOM_SETTING - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines whether to ignore the browser zoom level or not.
- ignoreZoomSettings() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- INFO - org.openqa.selenium.ie.InternetExplorerDriverLogLevel
- INITIAL_BROWSER_URL - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines the initial URL to be used when IE is launched.
- InternetExplorerDriver - Class in org.openqa.selenium.ie
- InternetExplorerDriver() - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
- InternetExplorerDriver(InternetExplorerDriverService) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
- InternetExplorerDriver(InternetExplorerDriverService, InternetExplorerOptions) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
-
Creates a new InternetExplorerDriver instance with the specified options.
- InternetExplorerDriver(InternetExplorerOptions) - Constructor for class org.openqa.selenium.ie.InternetExplorerDriver
- InternetExplorerDriverInfo - Class in org.openqa.selenium.ie
- InternetExplorerDriverInfo() - Constructor for class org.openqa.selenium.ie.InternetExplorerDriverInfo
- InternetExplorerDriverLogLevel - Enum in org.openqa.selenium.ie
- InternetExplorerDriverService - Class in org.openqa.selenium.ie
-
Manages the life and death of an IEDriverServer.
- InternetExplorerDriverService.Builder - Class in org.openqa.selenium.ie
-
Builder used to configure new
InternetExplorerDriverService
instances. - InternetExplorerOptions - Class in org.openqa.selenium.ie
-
Options for configuring the use of IE.
- InternetExplorerOptions() - Constructor for class org.openqa.selenium.ie.InternetExplorerOptions
- InternetExplorerOptions(Capabilities) - Constructor for class org.openqa.selenium.ie.InternetExplorerOptions
- INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to ignore browser protected mode settings during starting by IEDriverServer.
- introduceFlakinessByIgnoringSecurityDomains() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- isAvailable() - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
- isSupporting(Capabilities) - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
- isSupportingBiDi() - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
- isSupportingCdp() - Method in class org.openqa.selenium.ie.InternetExplorerDriverInfo
L
- LOG_FILE - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines the location of the file where IEDriverServer should write log messages to.
- LOG_LEVEL - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines the detalization level the IEDriverServer logs.
M
- merge(Capabilities) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
N
- NATIVE_EVENTS - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Deprecated.Non W3C compliant
O
- org.openqa.selenium.ie - package org.openqa.selenium.ie
R
- REQUIRE_WINDOW_FOCUS - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines to focus to browser window or not before operation.
- requireWindowFocus() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
S
- score(Capabilities) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
- setCapability(String, Object) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.ie.InternetExplorerDriver
- SILENT - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines suppress or not diagnostic output of the IEDriverServer.
T
- takeFullPageScreenshot() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- TOP - org.openqa.selenium.ie.ElementScrollBehavior
- toString() - Method in enum org.openqa.selenium.ie.ElementScrollBehavior
- TRACE - org.openqa.selenium.ie.InternetExplorerDriverLogLevel
U
- UNEXPECTED_ALERT_BEHAVIOR - Static variable in class org.openqa.selenium.ie.InternetExplorerDriver
-
Capability that defines which behaviour will be used if an unexpected Alert is found.
- useCreateProcessApiToLaunchIe() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
-
Force the use of the Windows CreateProcess API when launching Internet Explorer.
- useLegacyUploadDialog() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- usePerProcessProxy() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
-
Use the
Proxy
defined in otherCapabilities
on a per-process basis, not updating the system installed proxy setting. - useShellWindowsApiToAttachToIe() - Method in class org.openqa.selenium.ie.InternetExplorerOptions
-
Use the Windows ShellWindows API when attaching to Internet Explorer.
V
- valueOf(String) - Static method in enum org.openqa.selenium.ie.ElementScrollBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.ie.InternetExplorerDriverLogLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openqa.selenium.ie.ElementScrollBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.openqa.selenium.ie.InternetExplorerDriverLogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitForUploadDialogUpTo(long, TimeUnit) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- waitForUploadDialogUpTo(Duration) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- WARN - org.openqa.selenium.ie.InternetExplorerDriverLogLevel
- withAttachTimeout(long, TimeUnit) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- withAttachTimeout(Duration) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- withEdgeExecutablePath(String) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- withExtractPath(File) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures path to which the driver server library will be extracted.
- withHost(String) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures the host to which the driver server bound.
- withInitialBrowserUrl(String) - Method in class org.openqa.selenium.ie.InternetExplorerOptions
- withLogLevel(InternetExplorerDriverLogLevel) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures the logging level for the driver server.
- withSilent(Boolean) - Method in class org.openqa.selenium.ie.InternetExplorerDriverService.Builder
-
Configures silence in stdout of the driver server by unlogged messages.
All Classes All Packages