Puppeteer script for automating Session Buddy export
- Google Chrome or Microsoft Edge (Chromium version)
- Session Buddy
- node.js
- chrome-launcher
- axios
- puppeteer-core
Launch Chrome or Edge with remote-debugging-port option:
chrome.exe --remote-debugging-port=9222
or
msedge.exe --remote-debugging-port=9222
Run the script and save the stdout to an HTML file:
node session-buddy-export.js > session_buddy_export.html