With the older PhantomJS-based version, we were able to set the viewport size by passing something like: ```js page: { viewportSize: { width: 1200, height: 768 } } ``` Is it possible to expose viewport size as an option to Puppeteer? Or maybe just allow us to pass arbitrary arguments to `puppeteer.launch()`?