chrome-devtools-protocol-screenshot
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "chrome-devtools-protocol-screenshot", | ||
"repository": "tryggvigy/chrome-devtools-protocol-screenshot", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "CLI tool to captures screenshots using chrome devtools protocol", | ||
@@ -6,0 +6,0 @@ "bin": "./chrome-devtools-protocol-screenshot.js", |
@@ -5,2 +5,8 @@ This tool reads instructions from stdin or args and captures screenshots | ||
```npm install -g chrome-devtools-protocol-screenshot``` | ||
and then start on your chromium browsers remote debug port. | ||
```chrome-devtools-protocol-screenshot.js -p 9222``` | ||
#### Stdin | ||
@@ -7,0 +13,0 @@ If you have a `inst.json` like the following (you can use any uri, for example http://example.com) |
16171
59