HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
351 stars 54 forks source link

IEDriverServer responds with HTTP 200 even if setting cookies failed #100

Closed ojii closed 3 years ago

ojii commented 4 years ago

Seeing POSTs to /cookie return a 200 but the response data being

{
    "value": "Could not set cookie. The most common cause of this error is a mismatch in the bitness between the driver and browser. In particular, be sure you are not attempting to use a 64-bit IEDriverServer.exe against IE 10 or 11, even on 64-bit Windows."
}