diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index ff0607f8..f314ae26 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -460,6 +460,8 @@ export default class Interpreter extends EventEmitter { } private async runLoop(p: Page, workflow: Workflow) { + // apply ad-blocker to the current page + await this.applyAdBlocker(p); const usedActions: string[] = []; let lastAction = null; let repeatCount = 0;