Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I should be able to catch errors in a single place #8

Open
samccone opened this issue Aug 6, 2015 · 0 comments
Open

I should be able to catch errors in a single place #8

samccone opened this issue Aug 6, 2015 · 0 comments

Comments

@samccone
Copy link
Owner

samccone commented Aug 6, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant