mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-11-17 01:18:32 +01:00
add --file to documentation
This commit is contained in:
parent
b2b8a6a035
commit
84dbc48b7b
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ Parameters:
|
|||
--auth - basic http authentication
|
||||
--no - exclude "image", "stylesheet", "script", "font"
|
||||
--click - example: ".selector>a" excellent way to close popups or to click some buttons on the page.
|
||||
|
||||
--file - output file name (optional, otherwise based on page title and timestamp)
|
||||
<p>
|
||||
|
||||
<h4>Example: </h4>
|
||||
|
@ -70,6 +70,8 @@ screenshoteer --url https://www.nytimes.com --no "script"
|
|||
screenshoteer --url https://www.economist.com/ --click ".ribbon__close-button"
|
||||
|
||||
screenshoteer --url file:///Users/../index.html
|
||||
|
||||
screenshoteer --url https://www.slashdot.org --file /tmp/slashdot.png
|
||||
```
|
||||
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue