Selenium Wire v1.0.7 Release Notes

Release Date: 2019-07-30 // over 4 years ago
    • 🛠 Fix bug where temporary storage cleanup would sometimes fail when running in a multi-threaded environment.
    • 🚦 Don't rely on signal handlers for temporary storage cleanup. Signal handlers are not compatible with multiple threads. Use driver.quit() for explicit cleanup.