feat: viewport docs docs

This commit is contained in:
karishmas6
2024-10-22 02:45:34 +05:30
parent a6a0342c1a
commit 39501bb8aa

View File

@@ -36,6 +36,10 @@ export class RemoteBrowser {
*/
private context: BrowserContext | null = null;
/**
* The viewport size of the browser.
* @private
*/
private viewportSize: { width: number, height: number } = { width: 900, height: 400 };
/**