buttercup / locust

Login form location & automation utility
MIT License
20 stars 6 forks source link

Filling "Confirm password" fields #25

Open LinusU opened 6 years ago

LinusU commented 6 years ago

How do you guys feel about "Confirm password" fields? I would love if they could be detected somehow, potentially as it's own type.

I'd be happy to contribute the code for it, but we should probably throw some ideas around first :)

perry-mitchell commented 6 years ago

I think it's something we want to handle, but I would class those as part of registration, whereas Locust currently only concerns itself with login forms. In my head at least I separate the two 😊

If we could treat registration forms as a separate process I think that would be a lot simpler to work with. Registration forms handle new data (new password, etc.), whereas login forms use known data.