joelgriffith / navalia

A bullet-proof, fast, and reliable headless browser API
https://joelgriffith.github.io/navalia/
GNU General Public License v3.0
957 stars 33 forks source link

How to resize the window? #54

Closed quanghoc closed 7 years ago

quanghoc commented 7 years ago

How do I access to Emulation.setVisibleSize to set the window size before taking screenshot?

joelgriffith commented 7 years ago

Have you tried using: https://joelgriffith.github.io/navalia/Chrome/size/ ?

quanghoc commented 7 years ago

Thanks