e2d9858b38
* chore(main): release 17.0.0 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
357 B
357 B
sidebar_label |
---|
LaunchOptions.extraPrefsFirefox |
LaunchOptions.extraPrefsFirefox property
Additional preferences that can be passed when launching with Firefox.
Signature:
interface LaunchOptions {
extraPrefsFirefox?: Record<string, unknown>;
}