webbot icon indicating copy to clipboard operation
webbot copied to clipboard

Chrome processes stay open after usage

Open TravelTrader opened this issue 3 years ago • 2 comments

First: I like the library very much. But ... :)

I finish the usage with the webbot.Browser.quit() function. But sometimes - even though I exclude all problem breaks by if and try...except - the many processes around chrome stay open. Even after the code is no more running.

And it's not the first time and not only one application. Several approaches have this problem. Is the problem a general one? What are the reasons?

Thank you.

TravelTrader avatar Aug 12 '21 19:08 TravelTrader

Can you provide detailed code steps to reproduce this issue? Thanks.

joshiayush avatar Sep 06 '21 10:09 joshiayush

Try this:

web = Browser() web.quit() exit()

manwapri avatar Sep 06 '21 11:09 manwapri