# File lib/selenium/webdriver/safari.rb, line 8
        def path=(path)
          Platform.assert_executable(path)
          @path = path
        end