HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

Connection.request needs to set its content type #85

Closed tarekziade closed 3 years ago

tarekziade commented 3 years ago

Arsenic will break with gekodriver going forward, because geckodriver won't support text/plain content type for JSON data anymore

https://hg.mozilla.org/mozilla-central/rev/9568347f186b5b3e999cf4784fe7d10b37294678

The request function should set the right content-type on PUT and POST calls

tarekziade commented 3 years ago

temporary patch on my side https://bugzilla.mozilla.org/show_bug.cgi?id=1655869