Anonymous
Posted: Mon Sep 30, 2019 7:00 pm
Creating a browser
One action is successful. Delete cookies and repeat the action but the site is firing me((
"close" the browser and create a new one
The action is successful!
But if I do it often (over9000) it leads to Windows lags.
Why is a newly created browser considered "clean"? What else can you do except create a new one every time?
All that can be was I disconnected, except JS.
Code: Select all
TCefRequestContextRef.New('', '', False, False, False, False);

"close" the browser and create a new one
Code: Select all
CloseBrowser(True);
TCefRequestContextRef.New('', '', False, False, False, False);
But if I do it often (over9000) it leads to Windows lags.

Why is a newly created browser considered "clean"? What else can you do except create a new one every time?
All that can be was I disconnected, except JS.