Method: Selenium::Client::Base#close_current_browser_session
- Defined in:
- lib/selenium/client/base.rb
#close_current_browser_session ⇒ Object
93 94 95 96 |
# File 'lib/selenium/client/base.rb', line 93 def close_current_browser_session remote_control_command "testComplete" if @session_id @session_id = nil end |