Dummy Form Filler 的评价
Dummy Form Filler 作者: ptomaszek
1 条评价
- Good work - but a stand-out feature I was looking for isn't on this, or any extension I can see.
I would like to fill a form with default, set values, based on field name. I'm testing a US site, so I don't want Zambia to come up, as I also have strict phone number validation server side for the region code. That means I need to change it, or google Zambias dial code, or my form won't validate.
If I could send the exact same form, populated with the same dummy values every time, via some simple key pairs in the preferences, I would use this hundreds of times a day in dev.
I actually searched for another. There isn't one. Just yours and another with exactly the same features.
That would be a killer feature for me. Just saying...without killing my autofill ;-)开发者回应
发布于 4 年前Yeah, this extension is quite dummy.
You could try other options:
- another extension, like Pick Dino Auto Filler
- running js script from a Console with lines like: `document.querySelector("html body form div.form-style-1 input#text32").value = "555-161-78"` (you can also leverage jquery by appending it earlier in Console)
- automate above scripting further with another extension like Greasemonkey