You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement request related to a problem? Please describe.
Currently throwing SeleniumError to the user doesn't really help when trying to debug. You can't capture specific error cases without doing string parsing. A better approach would be to add the error type to the error, or throw specialized errors based on the error message, The APIClient can handle that!
Describe the solution you'd like
Add an type to SeleniumError & ensure that always gets populated. We can make it be a dynamic property, which checks the error message to determine the error type.
Is your enhancement request related to a problem? Please describe.
Currently throwing
SeleniumError
to the user doesn't really help when trying to debug. You can't capture specific error cases without doing string parsing. A better approach would be to add the error type to the error, or throw specialized errors based on the error message, TheAPIClient
can handle that!Describe the solution you'd like
Add an
type
to SeleniumError & ensure that always gets populated. We can make it be a dynamic property, which checks the error message to determine the error type.Resources
The text was updated successfully, but these errors were encountered: