-
Notifications
You must be signed in to change notification settings - Fork 664
Closed
Description
What problem does this feature solve?
As I can see find
method returns Wrapper
object if element found or ErrorWrapper
object if not element found. Both are implement BaseWrapper
.
I think it will be good to add this information in order to do more clear info about returning type of find
.
Also, may be create page for ErrorWrapper
object.
What does the proposed API look like?
Returns: {Wrapper}
to something like
Returns: {Wrapper | ErrorWrapper}
...some notes when ErrorWrapper returned and example...
Metadata
Metadata
Assignees
Labels
No labels