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 installing the playwright and puppeteer-core at the root of the n8n repo pnpm add -w playwright puppeteer-core my n8n instance (launched with npx n8n) is able to call for the tools and then start using them
So I've Playwright working in this workflow, but it's not re-using the first window - each tool execution is starting a new window.
Is there anything that is returned from an Execute Tool call that I can put into other calls so that I run all the Tools against the same browser instance?
The text was updated successfully, but these errors were encountered:
ajoslin103
changed the title
Problem when using in N8N
Multiple Chromium Launches, Need Sticky Window
Mar 23, 2025
By installing the playwright and puppeteer-core at the root of the n8n repo
pnpm add -w playwright puppeteer-core
my n8n instance (launched withnpx n8n
) is able to call for the tools and then start using themSo I've Playwright working in this workflow, but it's not re-using the first window - each tool execution is starting a new window.
Is there anything that is returned from an Execute Tool call that I can put into other calls so that I run all the Tools against the same browser instance?
The text was updated successfully, but these errors were encountered: