Closed jeffdav closed 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.
WebDriverResponse<WebDriverResponseNoValue>
WebDriverResponseNoValue
This fixes the decoding error. We were trying to decode the response as a
WebDriverResponse<WebDriverResponseNoValue>
, when in reality, we just wantWebDriverResponseNoValue
.