thebrowsercompany / swift-webdriver

A Swift library for communicating with WebDriver (Appium/WinAppDriver) endpoints
BSD 3-Clause "New" or "Revised" License
105 stars 3 forks source link

Report reponse WinAppDriver error status #14

Closed christianfo closed 1 year ago

christianfo commented 1 year ago

With this change, we now reports the WinAppDriver status code as part of an error response. This status is modelled as an enum for added clarity when printed to the console and easier debugging.