# File lib/selenium/webdriver/phantomjs/bridge.rb, line 47
        def quit
          super
        ensure
          @service.stop if @service
        end