module Selenium::WebDriver::Edge

Public Class Methods

path() click to toggle source
# File lib/selenium/webdriver/edge.rb, line 34
def self.path
  @path ||= nil
end
path=(path) click to toggle source
# File lib/selenium/webdriver/edge.rb, line 29
def self.path=(path)
  Platform.assert_executable path
  @path = path
end