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