When I run the test multiple times so Chrome instances do not close due to which PC utilization tends to 100%. So, I have to end Chrome instances manually. There might be some way to handle this?
Solution :
chromeOptions: {
args: ["--disable-gpu"]
},
In Configuration file "Disable-gpu" is responsible to disable acceleration of chrome whenever there is some problem in rendering(in-case of failure).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…