Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

exists shouldn't throw when a timeout is used #36

Closed
joelgriffith opened this issue Jul 24, 2017 · 1 comment
Closed

exists shouldn't throw when a timeout is used #36

joelgriffith opened this issue Jul 24, 2017 · 1 comment

Comments

@joelgriffith
Copy link
Owner

Currently, exists will wait up to 10 seconds for the element to appear. If it's not there, the timer runs out and Navalia will throw. When a timer is being utilized, exists should "catch" the timeout error and return false, which is the spirit of this API (true when present, false if not).

@joelgriffith
Copy link
Owner Author

This should be functioning properly in 0.2.x

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

No branches or pull requests

1 participant