mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-12-22 05:32:21 +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
|
||||
--waitfor - wait time for the page load in milliseconds
|
||||
--el - css selector document.querySelector
|
||||
--auth - basic http authentication
|
||||
|
||||
<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:/site.com --auth username:password
|
||||
|
||||
```
|
||||
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue