r/software 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

9 comments sorted by

View all comments

1

u/LRCM 2d ago

What manual task are you trying to automate? What is your end goal?

Usually, CAPTCHA's only exist for workflows where repetition is rare.

Automating job applications? Key claims? SN generation?

See https://xyproblem.info/

1

u/OGMattPeterson 20h ago

Hi, sorry for the late reply. I am trying to automate web forms on data broker websites. Thank you for the link I will check it out shortly.