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
Hello,
I'm using PuppeteerSharpExtra in a C# project. If I run with headless = false everything is working just fine.
But when I switch to headless = true the performance drop in a significant way even down to the point where I'm getting timeout errors.
It doesn't seem to be an issue with loading the page but with traversing the DOM-Structure. When I'm doing a screenshot after the timeout the objects in questions are always there.
Is there any workaround for this?
The text was updated successfully, but these errors were encountered:
Hello,
I'm using PuppeteerSharpExtra in a C# project. If I run with headless = false everything is working just fine.
But when I switch to headless = true the performance drop in a significant way even down to the point where I'm getting timeout errors.
It doesn't seem to be an issue with loading the page but with traversing the DOM-Structure. When I'm doing a screenshot after the timeout the objects in questions are always there.
Is there any workaround for this?
The text was updated successfully, but these errors were encountered: