Open dosoft opened 2 years ago
For some reasons, I found that chromium driver and therefor browser keeps running after all. Any ideas?
This is because the scraper doesn't call driver.quit() after it is finished.
driver.quit()
I fixed this in my fork: https://github.com/sueszli/notionSnapshot
For some reasons, I found that chromium driver and therefor browser keeps running after all. Any ideas?