Does OB2 have a cache and is it possible to disable it?

hello every one !
All is in the question…I search to disable OB2 cache if it does exist…
Thanks for your answer

A cache for what exactly?

a cache that we could erase for avoid some ban for example

No it doesn’t have a cache. The only things that are cached between requests (for the single input data) are cookies.

ok. Thanks for your answer Ruri ! :+1: :+1:

Could you suggest something to erase firefox or chrome cache (with powershell block?) . Thanks.

You could delete the cache folders of selenium, I don’t know about puppeteer. OB1 had a couple buttons to do just that. Look here for the exact commands

thanks again for your answer.

But if i want to clear , not in selenium mode, firefox or chrome cache, do i need to use the bloc with powershell commmand?

You mean clearing it in the same session? I don’t really understand what you mean, what are you trying to do?

something like that, not for windows cache but for firefox or chrome cache:

BLOCK:ShellCommand
DISABLED
executable = “C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe”
arguments = $“ipconfig /flushdns”
=> VAR @shellCommandOutput
ENDBLOCK

As I told you, you have to delete the cache folders, but it’s just to save space because a new one is created every time you open a new instance, so it’s not like that’s the reason you are being detected.

1 Like