Skip to content

v18.0.5 broke Firefox pref files #2772

@ferenc-a

Description

@ferenc-a

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions