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
Describe the bug
The browser gives up / stuck when the page.evaluate is returning large (500+) array items. Error: Ferrum::DeadBrowserError: Browser is dead or given window is closed
Well I can workaround this by stringify the results. Reporting this just wanted to know if there is something I was missing. Puppeteer Ruby able to handle that without stringify.
Describe the bug
The browser gives up / stuck when the
page.evaluate
is returning large (500+) array items.Error: Ferrum::DeadBrowserError: Browser is dead or given window is closed
Well I can workaround this by stringify the results. Reporting this just wanted to know if there is something I was missing. Puppeteer Ruby able to handle that without stringify.
To Reproduce
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: