Vinyzu / Botright

Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.
GNU General Public License v3.0
451 stars 59 forks source link

Remove mandatory cleanup for all current browsers at startup #70

Closed GandaG closed 7 months ago

GandaG commented 7 months ago

At browser startup, temp folder are always forcefully deleted for all current browsers - not sure why this was implemented, each browser has its own cleanup routine. This was causing the permission error when trying to use multiple browsers simultaneously in an async context.

Fixes #63

Vinyzu commented 7 months ago

The usage of Persistent Contexts will probably be discontinued in the next update and therefore the TempDir algorithm will do so too. I will leave the Issue open but close this issue as unplanned.