Method: Selenium::WebDriver::Safari.path=

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

.path=(path) ⇒ Object



44
45
46
47
# File 'lib/selenium/webdriver/safari.rb', line 44

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