We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59af6e6 commit 8da272aCopy full SHA for 8da272a
src/chromium/crBrowser.ts
@@ -17,7 +17,7 @@
17
18
import { Events } from './events';
19
import { Events as CommonEvents } from '../events';
20
-import { assert, debugError } from '../helper';
+import { assert, helper, debugError } from '../helper';
21
import { BrowserContext, BrowserContextOptions, validateBrowserContextOptions, assertBrowserContextIsNotOwned, verifyGeolocation } from '../browserContext';
22
import { CRConnection, ConnectionEvents, CRSession } from './crConnection';
23
import { Page, PageEvent } from '../page';
0 commit comments