Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome processes stay open after usage #76

Open
TravelTrader opened this issue Aug 12, 2021 · 2 comments
Open

Chrome processes stay open after usage #76

TravelTrader opened this issue Aug 12, 2021 · 2 comments

Comments

@TravelTrader
Copy link

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.

@joshiayush
Copy link

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

@manwapri
Copy link

manwapri commented Sep 6, 2021

Try this:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants