Why webdriver causes memory leak in java spring boot application when using multiple threads even after driverThreadLocal.remove()?
Webdriver is causing a memory leak in my spring boot application. Even after the driver quits, the memory is not fully released causing a memory leak.