Hello,
for a project, I could run IE with another user. I’ve the right credential and I can login manually into IE with new credential.
I’ve found the “runAs” commando for the command line which take the process name, argument and try to run IE as the user passed.
C:> Runas /noprofile /user:domain*user* “iexplorer.exe”
How can I implement it in UiPath?
Regards.