@dev-blinq/cucumber_client 1.0.1518-dev → 1.0.1519-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.
@@ -635,7 +635,7 @@ export class BVTRecorder {
635
635
  if (page.isClosed()) return;
636
636
  this.pageSet.add(page);
637
637
  if (this.remoteBrowser) {
638
- this.remoteBrowser.currentPage = page;
638
+ this.remoteBrowser.selectedPage = page;
639
639
  }
640
640
  await page.waitForLoadState("domcontentloaded");
641
641
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1518-dev",
3
+ "version": "1.0.1519-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",