flags

package
v0.106.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flag

type Flag string

Flag name of a command line argument of the browser, also known as command line flag or switch. List of available flags: https://peter.sh/experiments/chromium-command-line-switches

const (
	// UserDataDir flag
	UserDataDir Flag = "user-data-dir"

	// Headless mode. Whether to run browser in headless mode. A mode without visible UI.
	Headless Flag = "headless"

	// App flag
	App Flag = "app"

	// RemoteDebuggingPort flag
	RemoteDebuggingPort Flag = "remote-debugging-port"

	// NoSandbox flag
	NoSandbox Flag = "no-sandbox"

	// ProxyServer flag
	ProxyServer Flag = "proxy-server"

	// WorkingDir flag
	WorkingDir Flag = "rod-working-dir"

	// Env flag
	Env Flag = "rod-env"

	// XVFB flag
	XVFB Flag = "rod-xvfb"

	// Leakless flag
	Leakless Flag = "rod-leakless"

	// Bin is the browser executable file path. If it's empty, launcher will automatically search or download the bin.
	Bin Flag = "rod-bin"

	// KeepUserDataDir flag
	KeepUserDataDir Flag = "rod-keep-user-data-dir"

	// Arguments for the command. Such as
	//     chrome-bin http://a.com http://b.com
	// The "http://a.com" and "http://b.com" are the arguments
	Arguments Flag = ""
)

TODO: we should automatically generate all the flags here

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL