I am writing some Selena RC tests using the perl library of WWW :: Selenium. At the beginning of the test, I need to enter the web form using my username and password.
I noticed that my password is displayed in the Selenium Remote Control Command History window as type(password, secret).
Is there any way to suppress the password display? Maybe there is a command other than typethat I can use?
source
share