Hi,
I have tried to find the correct way to fill in the exp date and year to a dropdown field but I failed.
Tried cExpMonth, cExpMonthSpan… but no luck. Some help would be greatly appreciated.
This is the structure.
Thanks!
Hi,
I have tried to find the correct way to fill in the exp date and year to a dropdown field but I failed.
Tried cExpMonth, cExpMonthSpan… but no luck. Some help would be greatly appreciated.
This is the structure.
Thanks!
On a cursory inspection of the HTML snippet that you have posted, the problem is likely not the identification of the input field, but rather seems to be related to either the fact that the input field is hidden (as Bitwarden has safeguards to prevent autofilling of invisible input fields), or — more likely — the fact that the website provides no mechanism for the user to directly interact with this input field (this is most likely done by a script, with an even listener to observe your interactions with the <ul>
list — which itself is not an HTML form input field component, and therefore ignored by Bitwarden’s autofill algorithms).
2 posts were split to a new topic: Autofill assistance needed
@skullmonkey The only thing I can suggest is to report this site using Bitwarden’s Autofill Failure Report form, although I think that it would be extremely challenging for Bitwarden to develop a secure autofilling solution for sites that are designed like this.