matrix-puppeteer-line/puppet
Andrew Ferrazzutti 157f18d27f Update .gitignore 2021-06-18 00:08:41 -04:00
..
src Minor formatting fixes 2021-06-17 23:59:25 -04:00
.dockerignore
.eslintrc.json
.gitignore Update .gitignore 2021-06-18 00:08:41 -04:00
Dockerfile
README.md Update READMEs with xvfb instructions (and more) 2021-05-06 02:58:27 -04:00
example-config.json
package.json
prep_helper.js Remove Puppeteer timeout for prep script 2021-05-17 02:05:07 -04:00
yarn.lock

README.md

Listen config

If type is unix, path is the path where to create the socket.

If type is tcp, port and host are the host/port where to listen.

Profile directory

The profile_dir specifies which directory to put Chromium user data directories.

URL

url specifies the URL of the index page of the LINE extension for your Chromium installation.

Extension directory

The extension_dir specifies which directory contains the files for the LINE extension, which you must download yourself.

DevTools

Set devtools to true to launch Chromium with DevTools enabled by default.