I have the case that some now and then a macro hangs and does not continue. Also set timeouts do not have effect. The macro stays in mode running.
In this case when I start automatically another macro it cannot be started.
So my questions is, is there a possiblity to close ui.vision RPA before starting a macro? This would not solve the first macro which hangs but at least the follow up macros could run.
I am starting the macros via CLI.
Hi, if the IDE hangs during replay, then the calling script will trigger a timeout error. You can tell “kill” the browser and start fresh. Our sample code already includes this feature.
For example, in Powershell it looks like this: Terminate Chrome after RPA timeout error
Hello, how can I terminate the session of a specific Chrome profile?
I need to use several profiles simultaneously.
Thanks for your help
How many Chrome profiles are you using?
I plan to use 5 to 6 Chrome profiles and will likely require the same for Edge and Firefox.
Currently, I am testing my tool using the default profile.
Hi @admin , thanks for your suggestion. With the taskkill command all chrome tabs are killed. In my case this includes the calling app. So I would need to kill only a specific chrome profile. Do you have any ideas?