# File lib/selenium/webdriver/safari/bridge.rb, line 26
        def quit
          super

          @server.stop
          @safari.stop
        end