module Selenium::WebDriver::Edge

def self.path=(path)

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