@dev-blinq/cucumber_client 1.0.1267-stage → 1.0.1268-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.
@@ -810,12 +810,12 @@ class LocalAgent {
810
810
  } catch (err) {
811
811
  logger.error("Error reading memory file: " + err.message);
812
812
  }
813
- const screenshot = await agent.getScreenshot(agent.context);
813
+ //const screenshot = await agent.getScreenshot(agent.context);
814
814
  // check if the popup is open
815
815
  const popupResult = await agent.context.web.closeUnexpectedPopups(null, null);
816
816
  if (nodes) {
817
817
  nodes.memory = memory;
818
- nodes.screenshot = screenshot;
818
+ //nodes.screenshot = screenshot;
819
819
  if (popupResult.rerun === true) {
820
820
  nodes.rerun = true;
821
821
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1267-stage",
3
+ "version": "1.0.1268-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",