Method: Selenium::Client::GeneratedDriver#is_alert_present
- Defined in:
- lib/selenium/client/legacy_driver.rb
permalink #is_alert_present ⇒ Object
Has an alert occurred?
This function never throws an exception
809 810 811 |
# File 'lib/selenium/client/legacy_driver.rb', line 809 def is_alert_present() return boolean_command("isAlertPresent", []) end |