Password managers look for a number of attributes on forms and input fields: autocomplete, placeholder, and type. But most importantly, they will only recognize both the username and password fields if the password field has type="password".
A while back I started working with Tensorflow TFRecords, a binary file format developed by Google as part of the Tensorflow framework. As I found the documentation lacking, I collected my findings in a blog post. If you are working…