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

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

.path=(path) ⇒ Object


28
29
30
31
# File 'lib/selenium/webdriver/safari.rb', line 28

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