We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb25806 commit 5a041bcCopy full SHA for 5a041bc
packages/web-integration/src/common/tasks.ts
@@ -216,6 +216,7 @@ export class PageTaskExecutor {
216
this.insight.onceDumpUpdatedFn = dumpCollector;
217
const shotTime = Date.now();
218
const pageContext = await this.insight.contextRetrieverFn('locate');
219
+ task.pageContext = pageContext;
220
const recordItem: ExecutionRecorderItem = {
221
type: 'screenshot',
222
ts: shotTime,
0 commit comments