Method: Webdrone::Ctxt#with_alert
- Defined in:
- lib/webdrone/ctxt.rb
#with_alert ⇒ Object
57 58 59 60 61 62 63 |
# File 'lib/webdrone/ctxt.rb', line 57 def with_alert @a0.wait.for do yield @a0.driver.switch_to.alert end rescue StandardError => error Webdrone.report_error(@a0, error) end |