Open
Description
Imminently after initiating a TorBrowserDriver instance and without doing anything it consumes ~40% of my CPU. It doesn't happen with vanilla selenium with Geckodriver or when I start Tor-browser with --marionate from the shell. Any Idea what could potentially cause it or how to figure this out?
driver = TorBrowserDriver(...)
sleep(...) # CPU > 40%
driver.quit() # back to normal
Metadata
Metadata
Assignees
Labels
No labels