Method: Selenium::WebDriver::Driver#close

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

#closeObject

Close the current window, or the browser if no windows are left.

[View source]

191
192
193
# File 'lib/selenium/webdriver/common/driver.rb', line 191

def close
  bridge&.close
end