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
By running custom script, the timeout option is ignored. I tried to add and argument like this --timeout=999930000 which is didn't work. I also tried $browser({ protocolTimeout: 99999999 }); which is didn't work either.
The text was updated successfully, but these errors were encountered:
And then I published this one as a temporary npm package and adding it as a community node. That would be great if can set it via n8n UI of Puppeteer node.
By running custom script, the timeout option is ignored. I tried to add and argument like this
--timeout=999930000
which is didn't work. I also tried$browser({ protocolTimeout: 99999999 });
which is didn't work either.The text was updated successfully, but these errors were encountered: