2021-08-10 10:09:48 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [LaunchOptions](./puppeteer.launchoptions.md) > [extraPrefsFirefox](./puppeteer.launchoptions.extraprefsfirefox.md)
|
|
|
|
|
|
|
|
## LaunchOptions.extraPrefsFirefox property
|
|
|
|
|
2021-09-10 18:59:43 +00:00
|
|
|
[Additional preferences](https://searchfox.org/mozilla-release/source/modules/libpref/init/all.js) that can be passed when launching with Firefox.
|
2021-08-10 10:09:48 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
extraPrefsFirefox?: Record<string, unknown>;
|
|
|
|
```
|