JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 92836
  • Score
    100M100P100Q161481F
  • License MPL 2.0

A node cli to control Firefox

Package Exports

  • fx-runner
  • fx-runner/lib/run
  • fx-runner/lib/utils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fx-runner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Firefox Runner

Build Status Build Status

NPM NPM

API

Usage: fx-runner [options] [command]

Commands:

start Start Firefox

Options:

-h, --help               output usage information
-V, --version            output the version number
-b, --binary <path>      Path of Firefox binary to use.
--binary-args <CMDARGS>  Pass additional arguments into Firefox.
-p, --profile <path>     Path or name of Firefox profile to use.
-v, --verbose            More verbose logging to stdout.
--new-instance           Use a new instance
--no-remote              Do not allow remote calls
--foreground             Bring Firefox to the fireground
-l, --listen <port>      Start the debugger server on a specific port.