We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347804d commit 4a4f21cCopy full SHA for 4a4f21c
README.md
@@ -46,6 +46,7 @@ pm2 start google-chrome \
46
--metrics-recording-only \
47
--disable-default-apps \
48
--no-first-run \
49
+ --mute-audio \
50
--hide-scrollbars \
51
--remote-debugging-port=<port goes here>
52
# run your Node.js app.
package.json
@@ -63,7 +63,7 @@
63
"typescript": "^2.4.2"
64
},
65
"dependencies": {
66
- "chrome-launcher": "^0.5.0",
+ "chrome-launcher": "^0.6.0",
67
"chrome-remote-interface": "^0.24.2"
68
}
69
0 commit comments