mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-12-22 13:42:19 +01:00
Updated readme
This commit is contained in:
parent
166f6658cb
commit
1996ff0dff
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,7 @@ Parameters:
|
||||||
--h - height of the Web Page in px
|
--h - height of the Web Page in px
|
||||||
--waitfor - wait time for the page load in milliseconds
|
--waitfor - wait time for the page load in milliseconds
|
||||||
--el - css selector document.querySelector
|
--el - css selector document.querySelector
|
||||||
|
--auth - basic http authentication
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
@ -52,6 +53,8 @@ screenshoteer --url https://lobste.rs --w 500
|
||||||
|
|
||||||
screenshoteer --url https://news.ycombinator.com/item?id=18598672 --el ".fatitem"
|
screenshoteer --url https://news.ycombinator.com/item?id=18598672 --el ".fatitem"
|
||||||
|
|
||||||
|
screenshoteer --url https:/site.com --auth username:password
|
||||||
|
|
||||||
```
|
```
|
||||||
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
|
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue