feat(exp): remove screencast options
This commit is contained in:
@@ -314,7 +314,7 @@ export class RemoteBrowser {
|
|||||||
logger.log('warn', 'client is not initialized');
|
logger.log('warn', 'client is not initialized');
|
||||||
return;
|
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.`);
|
logger.log('info', `Browser started with screencasting a page.`);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user