I’m looking for tools to automate form filling on websites like embassy sites, where queuing is often required. I’ve tried using Puppeteer and Playwright, but encountered issues with script execution speed, necessitating the use of sleep(1000) which isn’t reliable. Are there any more stable solutions or techniques for managing form submissions in parallel using Node.js?