Earlier quoted context omitted.
AI looks to be involved in creating element selectors.
Selectors have been our primary focus so far – they're notoriously finicky! Our roadmap includes more extensive use of AI, both as embedded intelligence, and in the code generation process. For example, one thing we've heard from heavy users of browser automation is that maintenance becomes the largest cost. Self-healing automations will be able to either fix themselves, our give you an alert with a suggested fix to…
Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
51–60 of 131 posts
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#52It can record a user-journey and print out a puppeteer script.
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#53Specifically, assume I have a bunch of open tabs, each with an identical element, say the Full Screen button on Youtube video pages. Can I record "Exit Full Screen, move to next tab, enter Full Screen of the video on the page" with Autotab?
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#54Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#55This 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.
Glad to hear it, let me know how it goes! And yes, other browsers are definitely in our future at some point
selenium.common.exceptions.WebDriverException: Message: Service /opt/homebrew/bin/chromedriver unexpectedly exited. Status code was: -9
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#56Hey, it looks very neat. I was wondering if Autotab currently supports logging into websites that require 2FA. (Your readme mentions Google only.)
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#57Does this allow me to record something like a workflow or macro I can use as a shortcut in an open browser window or is it restricted an automated process of opening a browser window and executing some actions? Specifically, assume I have a bunch of open tabs, each with an identical element, say the Full Screen button on Youtube video pages. Can I record "Exit Full Screen, move to next tab, enter Full Screen of the v…
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#58Earlier quoted context omitted.
Glad to hear it, let me know how it goes! And yes, other browsers are definitely in our future at some point
I got stuck with an `autotab record` error after following the README setup instructions: selenium.common.exceptions.WebDriverException: Message: Service /opt/homebrew/bin/chromedriver unexpectedly exited. Status code was: -9
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#59Does this allow me to record something like a workflow or macro I can use as a shortcut in an open browser window or is it restricted an automated process of opening a browser window and executing some actions? Specifically, assume I have a bunch of open tabs, each with an identical element, say the Full Screen button on Youtube video pages. Can I record "Exit Full Screen, move to next tab, enter Full Screen of the v…
Re: Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
#60I'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!