This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7a2d9df146
Branches
Tags
No results found.
puppeteer
/
docs
/
api
/
puppeteer.puppeteerlaunchoptions.extraprefsfirefox.md
jrandolf
b5a345b06b
chore: format docs (
#8629
)
2022-07-05 15:41:43 +02:00
236 B
Raw
Blame
History
sidebar_label
PuppeteerLaunchOptions.extraPrefsFirefox
PuppeteerLaunchOptions.extraPrefsFirefox property
Signature:
interface
PuppeteerLaunchOptions
{
extraPrefsFirefox?
:
Record
<
string
,
unknown
>;
}