diff --git a/packages/server/lib/browsers/cdp_automation.ts b/packages/server/lib/browsers/cdp_automation.ts index 4271e8d6e033..f0a430e1aaa2 100644 --- a/packages/server/lib/browsers/cdp_automation.ts +++ b/packages/server/lib/browsers/cdp_automation.ts @@ -19,9 +19,11 @@ export type CyCookie = Pick= CHROME_VERSION_WITH_FPS_INCREASE ? screencastOpts() : screencastOpts(1)) return client } @@ -528,7 +529,7 @@ export = { await originalBrowserKill.apply(launchedBrowser, args) } - await this._maybeRecordVideo(criClient, options) + await this._maybeRecordVideo(criClient, options, browser.majorVersion) await this._navigateUsingCRI(criClient, url) await this._handleDownloads(criClient, options.downloadsFolder, automation)