Hello, I’m trying to access the browser functions (Puppeteer) inside a Code Node. - n8n Version: 1.115.3 (Self-Hosted) - Docker Command: docker run -it --rm --name n8n -p 5678:5678 --security-opt seccomp=unconfined -e NODE_FUNCTION_ALLOW_EXTERNAL=n8n-nodes-base.browser -v C:\n8n-data:/home/node/.n8n n8nio/n8n I have tried the following methods in the Code node, but they all fail: - await this.require(‘n8n-nodes-base.browser’) - await this.helpers.getBrowser() - await this.helpers.runBrowserFunction(‘getHtml’, …) - require(‘n8n-nodes-base.browser’) What is the correct syntax to call the browser module in the Code node for this specific version and setup? Thank you.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.