
I automated my daily browser tasks without writing a single line of code
Every day I was doing the same thing: log into a dashboard, copy data, paste it somewhere else, click through 10 pages, fill the same form again. It's not hard work. It's just boring, repetitive, and takes forever. I tried writing scripts, but maintaining Selenium code for simple tasks felt like overkill. I tried no-code tools, but they all required cloud accounts and my data had to leave my computer. So I built Flyto2 — an open source tool that automates browser tasks by recording what you do. ## How it works Open Flyto2 and hit Record Do your task — click, type, navigate, fill forms Stop recording — Flyto2 remembers every step Replay anytime — with different data, in batch, or on a schedule That's it. No code. No cloud. Everything runs on your computer. ## What makes it different Most automation tools have two modes: running or done . If something goes wrong halfway through 500 items, you don't know until it's too late. Flyto2 lets you: Run 1 item first — check if it's correct Then r
Continue reading on Dev.to Webdev
Opens in a new tab




