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

Add recommended automation preferences to profile setup when launching Firefox #5149

Closed
mjzffr opened this issue Nov 12, 2019 · 0 comments
Closed

Comments

@mjzffr
Copy link
Contributor

mjzffr commented Nov 12, 2019

(This depends on #5137)

While Firefox itself sets some preferences at run-time for the broadest set of use cases, Puppeteer needs to set additional preferences to meet its needs. The experimental puppeteer-firefox project identified some prefs, but these need to be updated and moved to the new profile setup implementation in the above-referenced PR.

mjzffr added a commit to mjzffr/puppeteer that referenced this issue Nov 26, 2019
Add recommended automation preferences to profile
setup when launching Firefox. This profile can be overridden
by using the `userDataDir` launch option, or individual prefs
can be overwritten with the `extraPrefsFirefox` option.

The preferences have been reviewed by peers at Mozilla
over at https://bugzilla.mozilla.org/show_bug.cgi?id=1596888
mathiasbynens added a commit that referenced this issue Nov 27, 2019
Add recommended automation preferences to profile
setup when launching Firefox. This profile can be overridden
by using the `userDataDir` launch option, or individual prefs
can be overwritten with the `extraPrefsFirefox` option.

The preferences have been reviewed by peers at Mozilla
over at https://bugzilla.mozilla.org/show_bug.cgi?id=1596888

Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
@mjzffr mjzffr closed this as completed Nov 29, 2019
@mjzffr mjzffr added the firefox label Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant