feat(exp): remove screencast options

This commit is contained in:
karishmas6
2024-07-09 23:00:33 +05:30
parent 81749ed07d
commit 7e14323e1e

View File

@@ -314,7 +314,7 @@ export class RemoteBrowser {
logger.log('warn', 'client is not initialized');
return;
}
await this.client.send('Page.startScreencast', { format: 'jpeg', quality: 75 });
await this.client.send('Page.startScreencast');
logger.log('info', `Browser started with screencasting a page.`);
};