| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
📢 Thoughts on this report? Let us know! |
Sorry, something went wrong.
|
Hello @feder-cr! I like the idea .. Would you add tests to cover this method ? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The underlying transport already forwards launchOptions as-is, but there was no builder method to set executablePath, so there was no way to point launch() at a custom browser build. This adds withExecutablePath(), mirroring withSlowMo(). Motivated by invisible_playwright, a Playwright wrapper around a Firefox build patched at the source level for a realistic fingerprint. Opened as draft, happy to add a test if that's expected here.