Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any form autofill for 'Developers'? [closed]

I have looked at some autofills for Firefox. But they are not designed with the developers' needs in mind. General internet surfers will need a tool to fill in many different forms with constant values for each form. Developers need exactly the opposite, when you want to test a part of your app you'll need to fill a single (or a couple of) forms many times with different (but valid and sensible) data.

So, does such a thing exist? An autofill to fill form inputs based on perhaps a class name (email, password, address, url, ...)?

I strongly feel if it doesn't exist someone should roll up their sleeves and make one! I for one will put in my share if some others want to team up. But right now, I am desperately in need of one if it exists

like image 348
Majid Fouladpour Avatar asked Apr 27 '10 15:04

Majid Fouladpour


2 Answers

Pretty nice extension for chrome Web Developer Form Filler especially for web-developers. You can save as many sets of data as you want, assign a hotkey and fill a form just by pressing it.

https://chrome.google.com/webstore/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil

like image 132
bogert Avatar answered Sep 25 '22 15:09

bogert


Why not just go with a bookmarklet like https://github.com/dsheiko/autofill it's a dead simple script that serves me fine for years

like image 31
Dmitry Sheiko Avatar answered Sep 23 '22 15:09

Dmitry Sheiko