We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7c49d commit ced12b5Copy full SHA for ced12b5
lib/launcher/launcher.go
@@ -245,6 +245,7 @@ func (l *Launcher) XVFB(args ...string) *Launcher {
245
}
246
247
// Preferences set chromium user preferences, such as set the default search engine or disable the pdf viewer.
248
+// The pref is a json string, the doc is here https://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/pref_names.cc
249
func (l *Launcher) Preferences(pref string) *Launcher {
250
return l.Set(flags.Preferences, pref)
251
0 commit comments