@dev-blinq/cucumber_client 1.0.1593-dev → 1.0.1595-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.
|
@@ -307,6 +307,7 @@ export class RemoteBrowserService extends EventEmitter {
|
|
|
307
307
|
const { targetInfo } = await cdpSession.send("Target.getTargetInfo");
|
|
308
308
|
await cdpSession.detach();
|
|
309
309
|
if (targetInfo && targetInfo.targetId) {
|
|
310
|
+
this.log("🎭 Target info", targetInfo);
|
|
310
311
|
this.log("✅ Found CDP ID by session", { id: targetInfo.targetId, url: page.url() });
|
|
311
312
|
return targetInfo.targetId;
|
|
312
313
|
}
|