Class: Steam::Browser::HtmlUnit::Handler::Alert

Inherits:
Base
  • Object
show all
Defined in:
lib/steam/browser/html_unit/handler.rb

Instance Attribute Summary

Attributes inherited from Base

#proc

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Steam::Browser::HtmlUnit::Handler::Base

Instance Method Details

#handleAlert(page, message) ⇒ Object



22
23
24
# File 'lib/steam/browser/html_unit/handler.rb', line 22

def handleAlert(page, message)
  proc.call(page, message)
end