drool icon indicating copy to clipboard operation
drool copied to clipboard

I should be able to catch errors in a single place

Open samccone opened this issue 10 years ago • 0 comments

If a user does an action that causes webdriver or any error to be thrown, the flow exits and exits the process, drool should provide a declarative API to catch these errors.

{.
  ..
  action: function() {},
  catch: function(e) {}
}

perhaps something like this

samccone avatar Aug 06 '15 13:08 samccone