@dev-blinq/cucumber_client 1.0.1571-dev → 1.0.1572-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -722,7 +722,7 @@ export class BVTRecorder {
|
|
|
722
722
|
const { id, contextId, doc } = snapshotDetails;
|
|
723
723
|
// const selector = `[data-blinq-id="${id}"]`;
|
|
724
724
|
const newPage = await this.backgroundContext.newPage();
|
|
725
|
-
await newPage.setContent(doc);
|
|
725
|
+
await newPage.setContent(doc, { waitUntil: "domcontentloaded" });
|
|
726
726
|
const locatorsObj = await newPage.evaluate(
|
|
727
727
|
([id, contextId, mode]) => {
|
|
728
728
|
const recorder = window.__bvt_Recorder;
|