Google Chrome is unresponsive. Relaunch now?

What causes Chrome to become unresponsive? I am running a robot with a workflow that alternates back and forth between Chrome window 1 and Chrome window 2. I aim to perform this activity 100 times. However, by the 10th iteration, Chrome becomes unresponsive as shown in the image.

What could be the cause? Can you let me know? Could it be because I often force close the application using ‘kill application,’ or is there another reason? And how can I resolve this issue? Thank you.

@wsinten,

Most probably the chrome is eating up all of the RAM memory.

Once memory is full is getting stuck.

Solution:

Try adding a logic to get chrome reinitiated every 10 or so transactions.

Hello @wsinten

I think you are in the right track as to what is causing this problem.
I dont think killing Chrome is a good idea.

Perhaps try to use the property Close = True on your Use Application/Browser activity.
Or using a Click activity on the red cross.

Regards
Soren

Try the solutions from:

I have already used the property Close = True on the Use Application activity. Alright, I will try using the Alt+F4 shortcut or clicking the ‘X’ button. Thank you for your suggestion, sir.

1 Like