BrowserInputSettings.resolution property
This is the resolution of the window opened to render the page This is therefore also output resolution of the generated video
Signature:
resolution: {
width: number;
height: number;
};
This is the resolution of the window opened to render the page This is therefore also output resolution of the generated video
Signature:
resolution: {
width: number;
height: number;
};