Method: Selenium::WebDriver::Support::EventFiringBridge#close

Defined in:
lib/selenium/webdriver/support/event_firing_bridge.rb

#closeObject

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.



100
101
102
# File 'lib/selenium/webdriver/support/event_firing_bridge.rb', line 100

def close
  dispatch(:close, driver) { @delegate.close }
end