You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"RemoteDebuggingAllowed" should be set to 0 in registry under path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
If this does not exist , then create one.
If this is set and we run puppeteer sharp for html to pdf conversion then it times out.
The text was updated successfully, but these errors were encountered:
OK, so if this registry key is enabled, then puppeteer sharp will not be able to perform automation and then conversion.
Is there a workaround for these or is it mandatory to keep this key disabled?
For workaround currently i am shipping chrome headless binaries so it doesn't point to installed chrome
OK, so if this registry key is enabled, then puppeteer sharp will not be able to perform automation and then conversion. Is there a workaround for these or is it mandatory to keep this key disabled?
For workaround currently i am shipping chrome headless binaries so it doesn't point to installed chrome
Yes. You won't be able to automate chrome with any automation tool with that flag.
"RemoteDebuggingAllowed" should be set to 0 in registry under path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
If this does not exist , then create one.
If this is set and we run puppeteer sharp for html to pdf conversion then it times out.
The text was updated successfully, but these errors were encountered: