You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andtry...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.
The text was updated successfully, but these errors were encountered: