Method: Selenium::WebDriver::Remote::Bridge#getAlertText

Defined in:
lib/selenium/webdriver/remote/bridge.rb

#getAlertTextObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



149
150
151
# File 'lib/selenium/webdriver/remote/bridge.rb', line 149

def getAlertText
  execute :getAlertText
end