31-05-22 07:56 PM
Hello all,
I am running Blue Prism 7.0.1 with the 7.0.1 Chrome extension on a virtual machine runtime resource. From the control room I am logging into the VM through the login agent and starting my process which needs to launch Chrome to a specific URL.
I have set up an object with the app modeler configured for browser-based (Chrome), browser launched from executable file, the URL of my page with the '--force-renderer-accessibility' parameter, and mode Embedded(default). My action launches using a navigation stage with the root of the app modeler as the element and Launch as the action.
If I run my action manually when connected to the VM through a remote connection it runs successfully. However, when the unattended VM gets to that stage in the process, I receive this message in the log: "ERROR: Internal : Failed to perform step 1 in Navigate Stage 'Launch Site' on page 'Launch' - Process with an Id of -1 is not running."
I found a similar post from last year here but there was no follow-up to confirm a solution. Does anyone know what might cause and/or fix this since the browser extension seems to be fine?
--------------------
Miran Bisson
--------------------
01-06-22 02:03 PM
02-06-22 03:36 PM
08-11-23 06:29 AM
Same problem I am facing in chrome automation, attended mode its working in VM, but when runs from control room to VM unattended mode its not working , launch fails, I did what you told below Theard, Utility environment and launch action, after added 2 stages, chrome launching 2 tabs for utility and launch actions, so throwing exception as multiple windows matched. can you help me which approach you followed for launch chrome in unattended mode.