Best way to automate web forms?

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
usser
Posts: 145
Joined: 22 Oct 2014, 13:03

Best way to automate web forms?

Post by usser » 06 Apr 2024, 12:13

Hello

I want to automate web forms, i.e. on specific websites, to automatically click radio buttons, select specific regex entries in drop down menus, click buttons etc.

Unfortunately, I do not think this can be done by analysing the HTML because those who developed these forms want to prevent automated submissions. They even make the drop down menus etc various web technologies to be very difficult to access and navigate using the keyboard.

Do you have any idea how to automate these?
I think a Sikuli-like pixel detection would be the best?
Can you recommend a specific tool?

Thanks

william_ahk
Posts: 497
Joined: 03 Dec 2018, 20:02

Re: Best way to automate web forms?

Post by william_ahk » 08 Apr 2024, 06:32

Check out UIAutomation and FindText.

Post Reply

Return to “Other Utilities & Resources”