Update README.md

This commit is contained in:
Vladimir Carrer 2018-12-07 16:44:49 +01:00 committed by GitHub
parent ebb77e4d79
commit eafb818e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,11 @@ npm i -g screenshoteer
```shell
screenshoteer --url https://www.example.com
or .html localy copy the url path from the browser
screenshoteer --url file:///Users/../index.html
screenshoteer --url file:///C:/Users/../Random-HTML-file.html
```
<p>And with the help of puppeteer(Headless Chrome) it will generate screenshot of the entire web page.</p>
@ -55,6 +60,7 @@ screenshoteer --url https://news.ycombinator.com/item?id=18598672 --el ".fatite
screenshoteer --url https://site.com --auth "username;password"
screenshoteer --url file:///Users/../index.html
```
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
</p>