I need a tool to autofill fields and submit

viking011

Regular Member
Joined
May 6, 2015
Messages
362
Reaction score
148
Is there a tool out there that would allow me to fill fields on a website with 4 fields having the same value and field 5 having a random value everytime.
I need this done 5000 times on my own website.
The bot needs to fill the fields, submit and then fill again and submit etc. 5000 times , always filling one field with 16 random characters or values set by me.
 
This video is really helpful. You can code one yourself. What you are looking for is given as an example.

 
This video is really helpful. You can code one yourself. What you are looking for is given as an example.

Selenium is inefficient for this; if it's his own site, he can just send requests to the form page
 
There are browsers add-ons to do that kind of things
 
I am using autofill form on firefox and chrome, highly customizable with rules and regex
 
Back
Top