Hi there,
i got a weird problem and hope for a little bit of help.
I am using KeePass with KeePassRPC and some custom defined form field. There is a website, where the inout fields does not have an id nor a name. I am trying to find a way to insert the correct information (domain name, user name, password) in the right order beside the lack of this identifiers. Is there any way to achieve this?
This is an example input element:
...
<input type="text" spellcheck="false" class="tiny-input-text" validator="true" placeholder="Domain Name" style="cursor: auto; transition: none 0s ease 0s !important; box-shadow: initial !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACWklEQVQ4T42RXUhTYRjHf+ecicz8QLJsM/EDqYtwIpVRGRThVlQgRBeGBJoleBa4G6EuhUhM8KJNKcSb8EIoCApjI0jKkARBTZQuJCfMI5Yrw9pMd944Z86PFOm5ep//8/B7/+//lexXbqewnDQOFLBWacrqy7cF75V3v7KcMlC+J9x/dup0dElYLid2gOmoIpdIRRfvJP+O6d+A1MTwkW1UOFJ+Suemyk2pv3CAsUiGcGsOaRPge4oi20zB7lK9CFTjnJcU4XneR3OvI1wIQtCw94vZXw2eILhiTTAezgZ8TSYg57x6SChMAvJR6w8e54xsumjjWB8qZTiSYQirwkKR1ucLrluyV7hfIYlLqXIMf/4HkmV9C2RZl3FNn2JJtyDgmRbwXTMWNgBOtQIIGGJlhsbdfZ9R1hAx4MHXw7xYtMUVXZyZfdMxsAVgwOxO9RNwxBiUWcN05IwR0RXcmoPRuHWjhmcDvmOJZnOq2FwNtyQhPTGG+y3L9OUPMhFN42aolBVhfCgIiRua3/d0R8DBkx6rnv5nBkFWyO/dMch/xS0OzB9xqfeF4J4JWFiAzk6YmYG6Oigrg5ER6OqCkhKoqdkIMUHOrXDbY5KYDvm9SXR3Q3ExOBzQ2grV1dDbCx4PBAKQnr4dYIDsTrUn5PdeX7cbDkN7O1RWwuAguN0wOQnj4zsDDlxoOK699g2ZAOMZzc1QXw+SFH9CVdXuADNtIQSaBm1t0NgIubkwPw89PfF+aAhjvi3EhG2h64KWFggGITsbMjOhtjaewdwcLC5CU9MuAMPBf9RfetjbApBL0QIAAAAASUVORK5CYII=") !important; background-repeat: no-repeat !important; background-attachment: scroll !important; background-size: 16px 16px !important; background-position: calc(100% - 4px) 50% !important;">
...
Thanks in advance!