# File lib/selenium/webdriver/safari/server.rb, line 15 def stop @server.close if @server && !@server.closed? @ws.close if @ws && !@ws.closed? end