Use RESET option in BROWSER TAB . this will clear cookies but cache will be still present. You can also make a profile and save it for further use. Let us know if this works for you.
@DuckDuck Thank you very much. Besides blocking libraries, what else can be done to optimize BAS and reduce RAM and CPU usage? Because the tool I'm working with is expected to simultaneously scrape 20-30 news pages.
Create a TXT file with all your proxies - each proxy in new line.
Define a resource in BAS and make it "Lines from file" and
"use each line one time" along with "Only read" setting.
That way each thread will start new browser instance and
use new resource line because its set to use each line only
one time. When all proxies are used one time, script will
finish.
i think it could help my pc resources a lot. if i understood correctlly, it works only for browser.
and in case you visit 100 websites+ (without restarting thread/browser), the cache you didnt save (or saved) really makes a difference in performance especially if its a lot of threads?
Correct, the network actions are related to the browser only. Denying the data you will not need, img or css for example will load the websites alot faster and will not save the information for future usages.