Hi there,
I have a use case where the UiPath.Script.Activities. Run PowerShell
activity is user to spawn Chrome browser from different user credentials. The code runs fine however, I am unable to get the browser output using the Attach Browser activity.
Error log: AttachBrowserError.zip (756 Bytes)
Sample Script: GetBrowserViaPowershell.xaml (11.4 KB)
What is missing here?
Is this even supported (reading browser object running by another user? Should I use attach window?)