Method: Selenium::WebDriver::Edge.path=

Defined in:
lib/selenium/webdriver/edge.rb

.path=(path) ⇒ Object


29
30
31
32
# File 'lib/selenium/webdriver/edge.rb', line 29

def self.path=(path)
  Platform.assert_executable path
  @path = path
end