Open
Description
PDF-printing through msedgedriver seems to have stopped working after the last update (we think). It times out:
OpenQA.Selenium.WebDriverTimeoutException: timeout: Timed out receiving message from renderer: 10.000
How to reproduce:
- Clone the minimal reproduction repo: https://github.com/rasmusrim/msedgedriver-bug-minimal-reproduction
- Build the project
- Download the most recent msedgedriver.exe file and put it into bin/Debug/net7.0
- Create a local user account (mine is called svcft)
- Add the minimal reproduction as a service:
New-Service -Name "Minimal reproduction" -BinaryPathName "D:\repos\minimal-reproduction\minimal-reproduction\bin\Debug\net7.0\minimal-reproduction.exe"