![]() |
|
Can someone explain driver.quit and when to use it? or What does driver.quit do? Need a clear explana - Printable Version +- Proxy Community (https://proxycommunity.com/forum) +-- Forum: Proxy Tools (https://proxycommunity.com/forum/forum-proxy-tools) +--- Forum: Software (https://proxycommunity.com/forum/forum-software) +--- Thread: Can someone explain driver.quit and when to use it? or What does driver.quit do? Need a clear explana (/thread-can-someone-explain-driver-quit-and-when-to-use-it-or-what-does-driver-quit-do-need-a-clear-explana) |
“” - phantomCircuitX - 27-03-2025 Mild rant: Why is this even a debate? driver.quit exists for a *reason*. Modern sites are heavy—leaking sessions = leaking memory. Your "working fine" today turns into "why is my CI/CD pipeline broken?" tomorrow. Bookmark this: https://stackoverflow.com/questions/15067107/difference-between-webdriver-dispose-close-and-quit |