I want to enter my password which must not be known (and/or seen) by me.
I have already created a password generator which randomly generates and copies a password into the clipboard without me knowing it:- https://github.com/SanTanBan/WhitePassword
Now, I am trying to create a code which would automatically type (or paste) whatever content is in the clipboard on the first left mouse click and into the place (password-field) where the mouse clicked.
What are the steps I need to follow?
The password field where I need to enter my password into does not allow copy pasting directly...