Hi Guys,
Im after some assistance.
I have a script that calls a password from a document located on the host and them uses typetext to input the password on the SUT. The connection type is via IPKVM (VNC).
code
put file “C\location…\password.txt” into myData
typetext myData
this makes the script generic for multiple users/passwords.
We need to reduce the visibility of the password from eggplant, but as the log performs the action, so does it log what it is typing, ie the password.
Is there any way that i can call the password and set it to typetext but hide the action from the log?
I have played about with the encode function but obviously it only types the encoded text onto the SUT, not the original password (as far as i can workout).
Any thoughts on this would be appreciated.