Module: Selenium::WebDriver::Edge

Defined in:
lib/webdrivers/mswebdriver.rb

Defined Under Namespace

Classes: Service

Class Method Summary collapse

Class Method Details

.driver_pathObject



39
40
41
42
43
44
45
46
47
48
49
50
# File 'lib/webdrivers/mswebdriver.rb', line 39

def driver_path
  unless Webdrivers::MSWebdriver.ignore
    Webdrivers.logger.warn 'Microsoft WebDriver for the Edge browser is no longer supported by Webdrivers'\
' gem. Due to changes in Edge implementation, the correct version can no longer be accurately provided. '\
'Download driver, and specify the location with `Selenium::WebDriver::Edge.driver_path = "/driver/path"`, '\
'or place it in PATH Environment Variable. '\
'Download directions here: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads '\
'To remove this warning in Webdrivers 3.x, set `Webdrivers.MSWebdriver.ignore`'
  end

  se_driver_path
end

.se_driver_pathObject



37
# File 'lib/webdrivers/mswebdriver.rb', line 37

alias se_driver_path driver_path