@dev-blinq/cucumber_client 1.0.1356-stage → 1.0.1357-stage
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.
|
@@ -712,7 +712,7 @@ export class BVTRecorder {
|
|
|
712
712
|
const { id, contextId, doc } = snapshotDetails;
|
|
713
713
|
// const selector = `[data-blinq-id="${id}"]`;
|
|
714
714
|
const newPage = await this.backgroundContext.newPage();
|
|
715
|
-
await newPage.setContent(doc);
|
|
715
|
+
await newPage.setContent(doc, { waitUntil: "domcontentloaded" });
|
|
716
716
|
const locatorsObj = await newPage.evaluate(
|
|
717
717
|
([id, contextId, mode]) => {
|
|
718
718
|
const recorder = window.__bvt_Recorder;
|