[README] page.setSize should be page.setViewportSize

Fixes #77.
This commit is contained in:
Andrey Lushnikov 2017-07-13 21:47:48 -07:00
parent 4bd855c66b
commit 880575c71d

View File

@ -50,7 +50,7 @@ A few notes:
1. By default, Puppeteer runs a bundled Chromium browser. However, you can point Puppeteer to a different executable ([example](https://github.com/GoogleChrome/puppeteer/blob/master/examples/custom-chromium-revision.js))
2. Puppeteer creates its own Chromium user profile which it cleans up on every run.
3. Puppeteer sets an initial page size to 400px x 300px, which defines the screenshot size. The page size can be changed with `Page.setSize()` method
3. Puppeteer sets an initial page size to 400px x 300px, which defines the screenshot size. The page size can be changed with `Page.setViewportSize()` method
## API