Ilya
Results
1
comments of
Ilya
Quick fix, but I'm not sure if it's correct. I just overridden the __del__ method. Correct me if I am wrong ```python class Chrome(uc.Chrome): def __del__(self): self.quit() ```