Method: Selenium::Client::GeneratedDriver#is_alert_present

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

#is_alert_presentObject

Has an alert occurred?

This function never throws an exception

[View source]

809
810
811
# File 'lib/selenium/client/legacy_driver.rb', line 809

def is_alert_present()
    return boolean_command("isAlertPresent", [])
end