diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index f314ae26..994346ea 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -95,6 +95,13 @@ export default class Interpreter extends EventEmitter { } } + private async disableAdBlocker(page: Page): Promise { + if (this.blocker) { + await this.blocker.disableBlockingInPage(page); + } +} + + /** * Returns the context object from given Page and the current workflow.\ * \