This is amazing. I will try to have it automate my system of agents web app in a meaningful way (turtles all the way down.) Shameless plug: https://github.com/agi-merge/waggle-dance BTW I don’t normally use Chrome- I know why you would start with that, but it would be great to see a Firefox or even Safari version of this.
Wow! I haven't played with it a much yet, but just wanted to say that waggledance.ai seems really, really cool. It seems like a really interesting idea, and I love the UI and general aesthetic!
Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
91–100 of 131 posts
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#92Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#93Sorry, name taken: https://www.kylheku.com/cgit/c-snippets/tree/autotab.c :)
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#94This was what I originally created BrowserBox for--a delivery platform for web scraping authoring tools so you're not limited by extensions--but got into building the remote browser as a product, and haven't got around to the automation authoring tool yet, haha!
Thank you for creating this, and making it MIT. AI-augmented human guided web scraping authoring is definitely the future in this space I think!
Great name, too!
autotab
Very cool!
I was already calling my up-and-coming BrowserBox SaaS Cloudtabs so there's .... "synergies" hahaha! :)
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#95> "The result of your test is: You should not use Selenium WebDriver for testing web applications. Other automated testing tools such as Cucumber, RSpec or Jest may be more suitable for your needs. [end of text]
Seemed a little mean. :P
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#96Selenium project creator here... 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?
That's awesome! We couldn't have built any of this without Selenium, definitely standing on the shoulders of giants :) Right now we have the basic sanity check that the Selenium xpath selects exactly one element in the DOM. Going forward I think the best way to do this is to have a live preview where you can see the mirrored browser copy your last action and debug if it errors or isn't what you wanted.
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#97I'd love if it could output Playwright code as well. I haven't tried it but if this works well it's a great concept!
Good to know! The comments have definitely made us update towards looking into Playwright again quite seriously
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#98Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#99Earlier quoted context omitted.
That's awesome! We couldn't have built any of this without Selenium, definitely standing on the shoulders of giants :) Right now we have the basic sanity check that the Selenium xpath selects exactly one element in the DOM. Going forward I think the best way to do this is to have a live preview where you can see the mirrored browser copy your last action and debug if it errors or isn't what you wanted.
Can you have a feedback loop, for example trying the test in the background (headless) and if it doesn't work altering paths and retrying?
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#100This is very cool! I want to host this on a server and deliver it using BrowserBox so you can build automations on mobile. This was what I originally created BrowserBox for--a delivery platform for web scraping authoring tools so you're not limited by extensions--but got into building the remote browser as a product, and haven't got around to the automation authoring tool yet, haha! Thank you for creating this, and m…
BrowserBox looks cool, I couldn’t tell from the README what browser engine it uses. Did you build your own?