Studiox activity

Hi,
How can I type in secure string type in StudioX?

We have a Type Secure Text in Studio but not in Studiox

Thanks a lot,

You can use type into activity, and you can pass password in secure text or you can convert secure string to string

New System.Net.NetworkCredential(String.Empty, yourSecureStringVariable).Password

1 Like

Hey @A_Learner
UiPath StudioX does not have a built-in “Type Secure Text” activity.
You can use the secure option in the Type Into and use
New Net.NetworkCredential("","Password").SecurePassword

Remember that UI Automation activities available in StudioX correspond to Studio modern experience activities. Classic experience activities are not available in StudioX

Modern

Classic

image

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.