mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-11-16 17:08:33 +01:00
Merge pull request #19 from Crease29/patch-2
Add quotes around auth parameter
This commit is contained in:
commit
ebb77e4d79
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ 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
|
||||
screenshoteer --url https://site.com --auth "username;password"
|
||||
|
||||
```
|
||||
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
|
||||
|
|
Loading…
Reference in a new issue