feat: context docs

This commit is contained in:
karishmas6
2024-10-22 02:44:09 +05:30
parent f35b8a7d60
commit a016ec6322

View File

@@ -30,6 +30,10 @@ export class RemoteBrowser {
*/
private browser: Browser | null = null;
/**
* Playwright's [browser context](https://playwright.dev/docs/api/class-browsercontext) instance.
* @private
*/
private context: BrowserContext | null = null;
/**