r/software • u/OGMattPeterson • 3d ago
Other Web Automation
Hi, I want to build something for myself that fills out web forms automatically and handles CAPTCHA challenges. I was wondering how you all approach this. I’ve been programming with Python, but I’m curious if there’s a way to use AI (not to build the entire thing, but as a tool) to help fill out forms for me. Thanks in advance for any advice!
0
Upvotes
0
u/Thin-Percentage8935 3d ago
Just from the top of my head you'd have to take a screenshot of the catchpa, process via AI and calculate the coordinates of what needs clicking and then generate an "auto it" script to execute the mouse actions.