3.9.0 ā€¢ Published 5 years ago

@jsenv/chromium-launcher v3.9.0

Weekly downloads
29
License
MIT
Repository
github
Last release
5 years ago

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
3.9.0

5 years ago

3.8.0

5 years ago

3.7.0

5 years ago

3.6.0

5 years ago

3.5.0

5 years ago

3.4.0

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.9.0

5 years ago

2.8.0

5 years ago

2.7.0

5 years ago

2.6.0

5 years ago

2.5.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.15.0

5 years ago

1.14.0

5 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago