Method: Selenium::Client::GeneratedDriver#close

Defined in:
lib/selenium/client/legacy_driver.rb

#closeObject

Simulates the user clicking the “close” button in the titlebar of a popup window or tab.



797
798
799
# File 'lib/selenium/client/legacy_driver.rb', line 797

def close()
    remote_control_command("close", [])
end