We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
New-Service -Name "Minimal reproduction" -BinaryPathName "D:\repos\minimal-reproduction\minimal-reproduction\bin\Debug\net7.0\minimal-reproduction.exe"
The text was updated successfully, but these errors were encountered:
Seems to also be a problem with Chrome. Will create issue there: https://issues.chromium.org/issues/362277536
Sorry, something went wrong.
It seems as if adding no-sandbox solves the problem:
no-sandbox
options.AddArgument("no-sandbox");
No branches or pull requests
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:
New-Service -Name "Minimal reproduction" -BinaryPathName "D:\repos\minimal-reproduction\minimal-reproduction\bin\Debug\net7.0\minimal-reproduction.exe"
The text was updated successfully, but these errors were encountered: