robotframework-browser
robotframework-browser copied to clipboard
`statusText` is empty for HTTP/2 request in Chromium
Describe the bug
Documentation for HTTP and Wait For Response keyword make impression that statusText that is something present and if everything is good it would be "OK", but in HTTP/2 there is not such concept (https://fetch.spec.whatwg.org/#concept-response-status-message) and Chromium follows this approach while Firefox returns something.