# File lib/selenium/webdriver/safari/browser.rb, line 6 def start(*args) @process = ChildProcess.new(Safari.path, *args) @process.io.inherit! if $DEBUG @process.start end
# File lib/selenium/webdriver/safari/browser.rb, line 12 def stop @process.stop if @process end