How to use clipSelector for screenshot? This works just fine: https://puppetron.now.sh/screenshot/http://www.xe.com/currencycharts/%3Ffrom%3DUSD%26to%3DCAD%26view%3D1D?width=500&height=900 However, after adding `&clipSelector=div.module.clearfix` to the end of it, it is no longer working: https://puppetron.now.sh/screenshot/http://www.xe.com/currencycharts/%3Ffrom%3DUSD%26to%3DCAD%26view%3D1D?width=500&height=900&clipSelector=div.module.clearfix I got: ``` Oops. Something is wrong. Protocol error (Emulation.setDeviceMetricsOverride): Invalid parameters height: integer value expected ``` Is it a bug?
How to use clipSelector for screenshot?
This works just fine:
https://puppetron.now.sh/screenshot/http://www.xe.com/currencycharts/%3Ffrom%3DUSD%26to%3DCAD%26view%3D1D?width=500&height=900
However, after adding
&clipSelector=div.module.clearfixto the end of it, it is no longer working:https://puppetron.now.sh/screenshot/http://www.xe.com/currencycharts/%3Ffrom%3DUSD%26to%3DCAD%26view%3D1D?width=500&height=900&clipSelector=div.module.clearfix
I got:
Is it a bug?