kumbalek

Results 2 comments of kumbalek

@blakebyrnes I looked into the problem and found the cause in the Frame in @ulixee/unblocked-agent. It is caused by: ```javascript public async getContainerOffset(): Promise { // This gets called on...

@blakebyrnes I re-tested it and found better solution that works and fixes @eNcacz problem. JsPath.ts ```javascript public async exec(jsPath: IJsPath, timeoutMs?: number): Promise { await this.frame.navigationsObserver.waitForLoad(LoadStatus.JavascriptReady, { timeoutMs: timeoutMs ??...