Method: Selenium::Client::GeneratedDriver#is_prompt_present

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

#is_prompt_presentObject

Has a prompt occurred?

This function never throws an exception



821
822
823
# File 'lib/selenium/client/legacy_driver.rb', line 821

def is_prompt_present()
    return boolean_command("isPromptPresent", [])
end