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
Specifically, we define custom error codes for WinAppDriver, but those same codes could mean different things on platforms targeting different engines. We should handle platform specific errors in some sort of "what platform am I on?" block.
The text was updated successfully, but these errors were encountered:
Not quite, because, as you noted in your diff, there's a WAD-specfiic error code. We need some way of delegating the "what errors should trigger a retry" out to platform specific modules.
Specifically, we define custom error codes for WinAppDriver, but those same codes could mean different things on platforms targeting different engines. We should handle platform specific errors in some sort of "what platform am I on?" block.
The text was updated successfully, but these errors were encountered: