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

How could I use a cloud browser ?

Open felinto-dev opened this issue 1 year ago • 0 comments

I want to define the property "browserWSEndpoint". How could I do that ?

Example:

browser = await puppeteer.connect({
    browserWSEndpoint: 'wss://chrome.browsercloud.io?token=XXXXXXXXX'
});

felinto-dev avatar Mar 16 '23 05:03 felinto-dev