Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mandatory cleanup for all current browsers at startup #70

Closed
wants to merge 1 commit into from

Conversation

GandaG
Copy link
Contributor

@GandaG GandaG commented Mar 7, 2024

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
Copy link
Owner

Vinyzu commented Mar 8, 2024

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.

@Vinyzu Vinyzu closed this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is there any example to use mutiple botright browser asynchronously? [Question]
2 participants