Doubt about Puppeteer integration with studio

Hi @sam, How can I do the integration of Puppeteer in that studio. I got the reference code from assignment bitbucket ; Can I put this code inside the script node? Is this the correct way to do?. If you know the Puppeteer integration steps, please provide me the overview. Thanks.

1 Like

Hello @GeethaNagarajan ,
Yes, we can use a script node for Puppeteer integration. You’ll need to install the Puppeteer package first, and then you can place the required code (including the import) directly inside the script node.

Alternatively, on the frontend you can use a Use Dependency node. In this case as well, you’ll need to install the package first and then add it to the Use Dependency node.

1 Like

Okay. Thankyou for your support, which is very useful information. I will follow the steps. Thanks.

1 Like