Java org.openqa.selenium.ie InternetExplorerDriver fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.ie InternetExplorerDriver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.ie InternetExplorerDriver.

The text is from its open source code.

Subclass

org.openqa.selenium.ie.InternetExplorerDriver has subclasses.
Click this link to see all its subclasses.

Field

StringIGNORE_ZOOM_SETTING
Capability that defines whether to ignore the browser zoom level or not.
StringNATIVE_EVENTS
Capability that defines to use whether to use native or javascript events during operations.
StringINITIAL_BROWSER_URL
Capability that defines the initial URL to be used when IE is launched.
StringUNEXPECTED_ALERT_BEHAVIOR
Capability that defines which behaviour will be used if an unexpected Alert is found.
StringENABLE_ELEMENT_CACHE_CLEANUP
Capability that defines to use or not cleanup of element cache on document loading.
StringINTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS
Capability that defines to ignore ot not browser protected mode settings during starting by IEDriverServer.
StringENABLE_PERSISTENT_HOVERING
Capability that defines to use persistent hovering or not.
StringREQUIRE_WINDOW_FOCUS
Capability that defines to focus to browser window or not before operation.
StringFORCE_CREATE_PROCESS
Capability that defines launch API of IE used by IEDriverServer.
StringIE_ENSURE_CLEAN_SESSION
Capability that defines to clean or not browser cache before launching IE by IEDriverServer.
StringIE_USE_PRE_PROCESS_PROXY
StringIE_SWITCHES
Capability that defines used IE CLI switches when #FORCE_CREATE_PROCESS is enabled.

Constructor

Method

voidquit()