BrowserRenderSettings.resolution property

The resolution of the browser window (and therefore the output browser frames)

Signature:

resolution: {
        width: number;
        height: number;
    };