Method: Selenium::WebDriver::Chrome::Driver#quit

Defined in:
lib/selenium/webdriver/chrome/driver.rb

#quitObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



65
66
67
68
69
# File 'lib/selenium/webdriver/chrome/driver.rb', line 65

def quit
  super
ensure
  @service.stop if @service
end