DEV_BROWSER_EXECUTABLE_PATH for custom chromium binary#35
Open
richardgill wants to merge 1 commit intoSawyerHood:mainfrom
Open
DEV_BROWSER_EXECUTABLE_PATH for custom chromium binary#35richardgill wants to merge 1 commit intoSawyerHood:mainfrom
DEV_BROWSER_EXECUTABLE_PATH for custom chromium binary#35richardgill wants to merge 1 commit intoSawyerHood:mainfrom
Conversation
Useful for NixOS and other systems where Playwright's bundled Chromium doesn't work out of the box.
a281ec5 to
049d7aa
Compare
mjdaly
added a commit
to mjdaly/dev-browser
that referenced
this pull request
Jan 16, 2026
Useful for NixOS and other systems where Playwright's bundled Chromium doesn't work out of the box. Source: SawyerHood#35 Co-authored-by: Richard Gill <richard@rgill.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Sawyer, great skill, also a big fan of Terragon 👍
I run NixOS where Playwright's bundled Chromium doesn't work out of the box (it's a whole thing!) - this is a minimal change to allow passing a preinstalled chromium path.