-
-
Notifications
You must be signed in to change notification settings - Fork 482
Closed as not planned
Description
I relied on PuppeteerSharp not creating Firefox pref files and creating them manually before launching Firefox. This broke when I updated to v18.0.5. I tracked it down, and it was caused by this this line ( Firefox.CreateProfile() going out of the conditional. I'd need either:
- An option to opt out from PuppeteerSharp creating these files so that I can go back to the old behaviour.
- More granular pref file support, so that I can use PuppeteerSharp to set up both my user.js and prefs.js files separately, and override PuppeteerSharps default values, like with
IgnoredDefaultArgs
Metadata
Metadata
Assignees
Labels
No labels