@jsenv/chromium-launcher

3.9.0 • Public • Published

jsenv chromium launcher

npm package build codecov

This module exports a function called launchChromium you can use together with jsenv.
— see jsenv project on github

launchChromium options

headless

Controls launched chromium headless mode.

import { launchChromium } from "@jsenv/chromium-launcher"

const launchChromiumWithInterface = (options) => launchChromium({ ...options, headless: false })

When true, launched chromium browser will be headless.
When false, launched chromium browser will have a graphic interface.

If you don't pass headless option, its value will be:

true

Readme

Keywords

none

Package Sidebar

Install

npm i @jsenv/chromium-launcher

Weekly Downloads

8

Version

3.9.0

License

MIT

Unpacked Size

406 kB

Total Files

24

Last publish

Collaborators

  • dmail
  • jsenv-admin