Go to a page that has a password input element and type the code below in the browser's console: const cred = new PasswordCredential({ id: 'id', password: 'password', name: 'name', }); navigator.credentials.store(cred)