7 ms·
This looks remarkably similar to https://github.com/vercel-labs/agent-browser https://github.com/vercel-labs/agent-browser How is it different?
by philipbjorge 8mo ago
This looks remarkably similar to https://github.com/vercel-labs/agent-browser https://github.com/vercel-labs/agent-browser
How is it different?
- hugs 8mo agovibium clicker, too. https://github.com/VibiumDev/vibium/blob/main/CONTRIBUTING.md#using-clicker https://github.com/VibiumDev/vibium/blob/main/CONTRIBUTING.m... "browser automation for ai agents" is a popular idea these days.
- cosinusalpha 8mo agoTo be honest, I hadn't seen that one yet! The main difference is likely the targeting philosophy. webctl relies heavily on ARIA roles/semantics (e.g. role=button name="Save") rather than injected IDs or CSS selectors. I find this makes the automation much more robust to UI changes. Also, I went with Python for V1 simply for iteration speed and ecosystem integration. I'd love to rewrite in Rust eventually, but Python was the most efficient way to get a stable tool working for my specific use case.