Add option to enter login field "id's" in browser: css selector
0 vote
A lot of webpages don't have ID= or NAME= in the input fields.
A CSS selector (maybe with a checkmark to indicate a different approach) would help a lot to make RDM identify the login form fields.
I'm not sure that something we can implement directly in RDM. Do you have an example (url) we could try?
Regards
David Hervieux
Well I'm not sure how you fill in forms so I don't know what's possible.
I don't have a form publicly available but I copied the form element on this page: http://uvion.be/form.html
Feel free to get auto-fill to work :)
Hello Wesley,
Thank you for providing a link. I think we might be able to do this, I'll let you know once I've conducted more tests.
Regards,
Hubert Mireault
Hello,
We've made changes internally that will be available in the next beta version. RDM will automatically try to look up by class name if the value you put for the username/password control matches one of the class names. This check is a fallback if you can't find a control that has a matching ID or a matching Name.
This worked for me using the website you provided.
Regards,
Hubert Mireault