mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-12-22 05:32:21 +01:00
Update README.md
This commit is contained in:
parent
ebb77e4d79
commit
eafb818e13
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue