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(BrowserPool): ignore --no-sandbox flag for webkit launcher #2148

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

vladfrangu
Copy link
Member

@vladfrangu vladfrangu commented Oct 26, 2023

Closes #1797

@vladfrangu vladfrangu added the adhoc Ad-hoc unplanned task added during the sprint. label Oct 26, 2023
@github-actions github-actions bot added this to the 75th sprint - Tooling team milestone Oct 26, 2023
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Oct 26, 2023
@B4nan
Copy link
Member

B4nan commented Oct 30, 2023

Is this a playwright only issue, are we sure we don't need the same for puppeteer?

@vladfrangu
Copy link
Member Author

Considering puppeteer only supports chromium (and by extension chrome) and Firefox, that won't be an issue for a while... But maybe in the future it will

@B4nan B4nan merged commit 1eb2f08 into master Oct 30, 2023
9 checks passed
@B4nan B4nan deleted the fix/ignore-no-sandbox-for-webkit branch October 30, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crawlee adds --no-sandbox where it shouldn't
2 participants