Hello all,
I need help to extract a specific login and password from text string :
My Inpute String after displayind it with a WriteLine activity it’s like the below:
\t\t\t\t \t\t\t\t\t\t \t \t \t\t\t\t \t\tAdditional credentials, to enter in specific popup box when prompted for authentication.username: in_UsernamePassword: in_Password \t\t \t\t\t\t\t \t\t\t\t\t \t\t\t \t\t\t \t\t\t \t\t\t\t \t\t\t\t \t\t\t"
My desired outputs is the :
- in_Username
- in_Password
Thank’s