Puppeteer script for filling weekly timesheet at my dayjob
- This script is meant for my personal use.
- You will have to modify it for your usecase.
git clone https://github.com/amn1729/crm-dummy --depth=1pnpm installimport puppeteer from "puppeteer";
// change these
const executablePath = "/usr/bin/chromium";
const userDataDir = "/home/krishna/.config/chromium";
const timesheetUrl =
"https://crm.softsensor.ai/account/timelogs/weekly-timesheets";node index.js