buttercup / locust

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

moje.axa.cz not recognized #32

Open pleswi opened 5 years ago

pleswi commented 5 years ago

Hi, I know, small Czech republic, but it's large worldwide company. Their new client website (moje.axa.cz) not recognized by buttercup. Could you fix it please. Thanks.

perry-mitchell commented 4 years ago

Hi @pleswi - This might need a bit of an update within our library. I've been expecting such a thing, however.

It seems that moje.axa.cz has built an invalid login form (form components without a <form> parent element.. And this is the reason we don't recognise it.

Although we could just as easily say we don't support invalid forms, we know that many sites will do this and we can't leave our users stranded for the sake of correctness. We'll make an update to support configurations such as this, and I'll make a new issue for it.

Let's keep this one open so we can refer back to it! Thanks

perry-mitchell commented 4 years ago

Will be fixed by: #33