Today I learn

Automated web form
Created an automation tool project using Puppeteer and its powerful CDP (Chrome DevTools Protocol) Session feature. By leveraging the CDP session, I was able to automate repetitive tasks and perform actions on a server-run script and at the same time has interactivity on the web browser.  Interactivity can be done using puppeteer-web or via websocket.

Reference
- https://github.com/browserless/debugger
- https://novu.co/blog/building-an-interactive-screen-sharing-app-with-puppeteer-and-react/