selenium-webdriver/ie

Defines a WebDriver client for Microsoft's Internet Explorer. Before using the IEDriver, you must download the latest IEDriverServer and place it on your PATH. You must also apply the system configuration outlined on the Selenium project wiki

Source

Classes

Driver
Options
ServiceBuilder

Members

(inner, constant) Key :string

Option keys: https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities#ie-specific

Type:
  • string
Properties
NameTypeDescription
IGNORE_PROTECTED_MODE_SETTINGSstring
IGNORE_ZOOM_SETTINGstring
INITIAL_BROWSER_URLstring
ENABLE_PERSISTENT_HOVERstring
ENABLE_ELEMENT_CACHE_CLEANUPstring
ELEMENT_SCROLL_BEHAVIORstring
REQUIRE_WINDOW_FOCUSstring
BROWSER_ATTACH_TIMEOUTstring
FORCE_CREATE_PROCESSstring
BROWSER_COMMAND_LINE_SWITCHESstring
USE_PER_PROCESS_PROXYstring
ENSURE_CLEAN_SESSIONstring
LOG_FILEstring
LOG_LEVELstring
HOSTstring
EXTRACT_PATHstring
SILENTstring
FILE_UPLOAD_DIALOG_TIMEOUTstring
ATTACH_TO_EDGE_CHROMIUMstring
EDGE_EXECUTABLE_PATHstring
IGNORE_PROCESS_MATCHstring
Source

(inner, constant) Level :string

IEDriverServer logging levels.

Type:
  • string
Properties
NameTypeDescription
FATALstring
ERRORstring
WARNstring
INFOstring
DEBUGstring
TRACEstring
Source