Module: Selenium::WebDriver::IE Private

Defined in:
lib/selenium/webdriver/ie.rb,
lib/selenium/webdriver/ie/bridge.rb,
lib/selenium/webdriver/ie/server.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Bridge, Server

Constant Summary collapse

DLLS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

{
  :win32 => "#{WebDriver.root}/selenium/webdriver/ie/native/win32/IEDriver.dll",
  :x64   => "#{WebDriver.root}/selenium/webdriver/ie/native/x64/IEDriver.dll"
}