We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7e8cb commit ce288c6Copy full SHA for ce288c6
src/browser/clustered.ts
@@ -33,6 +33,7 @@ export class ClusteredBrowser extends Browser {
33
}
34
35
try {
36
+ this.addPageListeners(page);
37
return await this.takeScreenshot(page, data);
38
} finally {
39
this.removePageListeners(page);
0 commit comments