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

Support Puppeteer out of the box #416

Merged
merged 14 commits into from
Aug 18, 2022
Merged

Support Puppeteer out of the box #416

merged 14 commits into from
Aug 18, 2022

Conversation

JakeCooper
Copy link
Contributor

@JakeCooper JakeCooper commented Aug 17, 2022

This PR adds support for Puppeteer detection

@JakeCooper JakeCooper marked this pull request as draft August 17, 2022 22:51
@JakeCooper JakeCooper marked this pull request as ready for review August 17, 2022 23:26
Comment on lines +72 to +84
setup.add_apt_pkgs(vec![
"libnss3".to_string(),
"libatk1.0-0".to_string(),
"libatk-bridge2.0-0".to_string(),
"libcups2".to_string(),
"libgbm1".to_string(),
"libasound2".to_string(),
"libpangocairo-1.0-0".to_string(),
"libxss1".to_string(),
"libgtk-3-0".to_string(),
"libxshmfence1".to_string(),
"libglu1".to_string(),
]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any docs or a comment that can be added explaining wtf these are all for.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're random chromium things. I frankly couldn't tell you.

@JakeCooper JakeCooper merged commit 414325b into main Aug 18, 2022
@JakeCooper JakeCooper deleted the cooper/puppeteer-fix branch August 18, 2022 22:18
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.

2 participants