Difference between Type Into and Type Secure Text

Hi,

Can anyone please tell me the difference between Type Into and Type Secure Text

thanks

The Type Into and Type Secure Text are both used to entry text into a specified UI element. The difference is Type Into supports “normal” text that would be visible on screen, while the Type Secure Text supports only SecureString, i.e. the string that is encrypted that would not be readable on screen. Type Secure Text is usually used to key in “secret” strings such as passwords.

Hi @SD9190

Can you please check this posts,

Hope this helps,if it works, mark it as solution.

Thanks,
Latika

@SD9190

Type into activity is used for typing normal data it can be visible too

While type secure text is used for typing credentials like passwords, while using type secure text, text is not visible

Hope it helps

Nived N