FakeFiller / fake-filler-extension

A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
https://fakefiller.com
MIT License
571 stars 162 forks source link

Confirm field matching requires matching string to be in name attribute #201

Open co7e opened 1 year ago

co7e commented 1 year ago

The confirmation fields match feature only works off the name attribute and not the id or other attributes. I think it would be expected that the confirmation fields would match on the same attributes that standard input fields are matched on.

For the site I'm using it on, it populates the email input fine (matched on id), but then generates a different email in the confirmation input because it can't match on the id.

calvinballing commented 1 year ago

@co7e I've made a clone of this Extension called Fake Filler 2, which matches confirmation fields against the full set of attributes, the same as other fields use. You can find it in the web store here: https://chrome.google.com/webstore/detail/fake-filler-2/cjikmgjafbapgbmlaobilpfjhoimmblo Any feedback is welcome!