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

Jeff/fix session delete response #59

Closed jeffdav closed 1 year ago

jeffdav commented 1 year ago

This fixes the decoding error. We were trying to decode the response as a WebDriverResponse<WebDriverResponseNoValue>, when in reality, we just want WebDriverResponseNoValue.