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

fix(puppeteer): add 'process' to the browser bound methods #2329

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

marcplouhinec
Copy link
Contributor

@marcplouhinec marcplouhinec commented Feb 11, 2024

Fix this bug that caused the error "Could not kill browser: Cannot read private member #process from an object whose class did not declare it" when trying to close a Puppeteer browser (via browserController.close();).

Closes #2327

@B4nan B4nan changed the title fix: add 'process' to the browser bound methods (#2327) fix(puppeteer): add 'process' to the browser bound methods Feb 11, 2024
@B4nan B4nan merged commit 2750ba6 into apify:master Feb 11, 2024
10 checks passed
@B4nan
Copy link
Member

B4nan commented Feb 11, 2024

Thanks!

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.

Could not kill browser: Cannot read private member #process from an object whose class did not declare it
2 participants