CheshireCaat / playwright-with-fingerprints

Anonymous automation via playwright with fingerprint replacement technology.
MIT License
139 stars 11 forks source link

Work directory size keeps growing #43

Closed victornor closed 2 months ago

victornor commented 2 months ago

I have 8 work directories, after around 10-20 reuses of each directory the total size has grown to over 50gb. Is there any way to clear whatever is being stored there without having to re-download or re-install the browser?

CheshireCaat commented 2 months ago

The size of the working folder may grow due to the creation of temporary profiles, they are not cleared automatically. They are located in the working folder, inside the profiles directory.

You can clean it before starting or after finishing the work.

victornor commented 2 months ago

Okay great. I will clear them on my end. Would be a nice feature to have them auto clear though.