n8n-nodes-puppeteer icon indicating copy to clipboard operation
n8n-nodes-puppeteer copied to clipboard

n8n node for requesting webpages using Puppeteer

Results 4 n8n-nodes-puppeteer issues
Sort by recently updated
recently updated
newest added

Hi, it looks like the last compatible n8n version is 0.209.4 - later versions have dependency compatibility issues. The installation of the packages results in: ``` npm ERR! code ERESOLVE...

Can this plugin interact with html element? for example, click on a button or fill in a web form?

I want to define the property "browserWSEndpoint". How could I do that ? Example: ``` browser = await puppeteer.connect({ browserWSEndpoint: 'wss://chrome.browsercloud.io?token=XXXXXXXXX' }); ```