added disabled functioality
This commit is contained in:
parent
fabf42dc7f
commit
d8ae0cb3c5
16 changed files with 147 additions and 75 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { BrowserContext, chromium, Page, Browser as PlaywrightBrowser } from 'playwright';
|
||||
import { chromium } from 'playwright';
|
||||
import type { BrowserContext, Page, Browser as PlaywrightBrowser } from 'playwright';
|
||||
import type { BrowserOptions, NetworkEvent, NetworkEventHandler } from './types';
|
||||
|
||||
export class Browser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue