Module mozrunner::firefox_args[][src]

Argument string parsing and matching functions for Firefox.

Which arguments Firefox accepts and in what style depends on the platform. On Windows only, arguments can be prefixed with / (slash), such as /foreground. Elsewhere, including Windows, arguments may be prefixed with both single (-foreground) and double (--foreground) dashes.

An argument's name is determined by a space or an assignment operator (=) so that for the string -foo=bar, foo is considered the argument's basename.

Enums

Arg

Represents a Firefox command-line argument.