Guido_P
2 years agoOccasional Contributor
Entering text from a variable in a browser
I am creating a keyword test for a desktop application in Testcomplete 14 which requires Testcomplete to authenticate to a web environment first. The login screen is a browser (splashscreen) and I let TC click the username field. I have the user id stored in a variable but I cannot get TC to enter it. I used the operation "add_TextInput" but when I run the test nothing is entered. The same happens for the password field.
I can use "Keys" instead, but that means the password is visible in the keyword test, which is not acceptable.
Any way how I can fix this?