You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using latest 4.10.0 the plain vanilla code below leaks the above objects when running with Javascript enabled for longer periods of time. The silent error handler and exception suppression do not help. Memory leaked is about 200M / hour / JS executor. Different websites tried.
webClient = new WebClient(BrowserVersion.FIREFOX); page = webClient.getPage(url);