drool
drool copied to clipboard
I should be able to catch errors in a single place
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