Hello everyone,
I am trying to login to a website and here are the two line that PS executes
$ie.Document.getElementById("js-username").value = "xxxx"
$ie.Document.getElementById("password_field").value = "xxxxxxxxx"
when these two line executes somehow my old password shows up in the field. I have checked it with inspect elements and I see my old password. When I copy paste the same password from the code it works.
What is happening? Anyone knows?