I am unble to open UiDemo application from performer

Hello ,
I am trying to open the Uidemo exe and its not atall opening
here is the screenshot have a look and please look in to it.

this is the one i am trying to open

NOTE: If i keep the application already open then only it works. Well i want the application to be opened programatically

@Seema_S

can you please check the properties of use application/browser if the property open is set to never? if yes then change to always or if not open

cheers

1 Like

Hie @Seema_S can you check this setting and if this is not enable kindly enable it from the property section

cheers

1 Like

@Anil_G and @singh_sumit
thank you , well i have set the property to “always”

But now after i opened its giving new error, after entering paasword

again i ran the performer , i got error for password, So for this i did it as below in the variables panel. still its not resolved, well its a new error

@Seema_S,

Use Start Process activity to start the application and after that use Use Application/Browser activity to attach that application for further action.

Hey @Seema_S it because your value is in string format and you are passing it on the secure string


pass this into the text field
cheers

@singh_sumit
In your screenshot you have selected the “standard” if i select standard then the password will be visible at run time.
So i am going for the “secure” Option as below

I have selected the secure string in the variables panel, also i converted it it to secure string as below in variables panel:

New System.Net.NetworkCredential(“”,Password_UiDemoCredentials).SecurePassword

but its not working, i have put the screenshots below

i took this in debug mode

Hey @Seema_S are you storing your password in Asset if no create a string variable which hold the value of the pass but for best practice you have to save your password in Asset under credentials then use get Cred activity and now pass that variable in Sec String.


also in the text field where i highlight there is eye option mark this a check
cheers

@Seema_S

remove the verification in click that should suffice the error

cheers

1 Like

@Anil_G
Yes it worked. thank you.

1 Like

@Seema_S

Glad it helped

Happy Automation

Cheers

@Anil_G

Thank you, marked it as solution

1 Like

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