Method: Selenium::WebDriver::Driver#close
- Defined in:
- lib/selenium/webdriver/common/driver.rb
permalink #close ⇒ Object
Close the current window, or the browser if no windows are left.
191 192 193 |
# File 'lib/selenium/webdriver/common/driver.rb', line 191 def close bridge&.close end |