feat: screecast options
This commit is contained in:
@@ -313,7 +313,7 @@ export class RemoteBrowser {
|
||||
logger.log('warn', 'client is not initialized');
|
||||
return;
|
||||
}
|
||||
await this.client.send('Page.startScreencast');
|
||||
await this.client.send('Page.startScreencast', { format: 'jpeg', quality: 90 });
|
||||
logger.log('info', `Browser started with screencasting a page.`);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user