Autotab is a Chrome extension that writes Selenium code to mirror your actions as you navigate the browser. See it in action:
https://youtu.be/UypAcozIaooAutotab lets you create browser automations that actually work. We designed it around two principles:
1. Show, don’t tell: In a domain like web automation, it's often easier to *show* the model what you want rather than to explain it in sentences.
2. Code is the best output: Code is easy to inspect and enables manual tweaking of the model’s suggested actions. On top of that, code output avoids lock in and is straightforward to extend and integrate with larger projects.
Autotab runs as a Chrome extension. As you navigate in the browser, autotab generates the Selenium code to reproduce your actions. You can copy that code into your own project or use our starter GitHub repo to get your automation up and running in <5 minutes:
https://github.com/Planetary-Computers/autotab-starter.
We'd love to hear what you think!
Very cool! I totally expect testing to be one of the killer apps for AI. And this is an easy way to get there.
How do you ensure the AI isn't hallucinating any details in the generated code?