Method: Selenium::WebDriver::Driver#close

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

#closeObject

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



171
172
173
# File 'lib/selenium/webdriver/driver.rb', line 171

def close
  bridge.close
end