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 57bb2bd commit 73bc36bCopy full SHA for 73bc36b
lib/launcher/launcher.go
@@ -48,6 +48,8 @@ type Launcher struct {
48
// Headless will be enabled by default.
49
// Leakless will be enabled by default.
50
// UserDataDir will use OS tmp dir by default, this folder will usually be cleaned up by the OS after reboot.
51
+// It will auto download the browser binary according to the current platform,
52
+// check [Launcher.Bin] and [Launcher.Revision] for more info.
53
func New() *Launcher {
54
dir := defaults.Dir
55
if dir == "" {
0 commit comments