jsenv chromium launcher
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