@dev-blinq/cucumber_client 1.0.1441-dev → 1.0.1443-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.
@@ -809,12 +809,12 @@ class LocalAgent {
809
809
  } catch (err) {
810
810
  logger.error("Error reading memory file: " + err.message);
811
811
  }
812
- const screenshot = await agent.getScreenshot(agent.context);
812
+ //const screenshot = await agent.getScreenshot(agent.context);
813
813
  // check if the popup is open
814
814
  const popupResult = await agent.context.web.closeUnexpectedPopups(null, null);
815
815
  if (nodes) {
816
816
  nodes.memory = memory;
817
- nodes.screenshot = screenshot;
817
+ //nodes.screenshot = screenshot;
818
818
  if (popupResult.rerun === true) {
819
819
  nodes.rerun = true;
820
820
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1441-dev",
3
+ "version": "1.0.1443-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@cucumber/tag-expressions": "^6.1.1",
40
40
  "@dev-blinq/cucumber-js": "1.0.184-dev",
41
41
  "@faker-js/faker": "^8.1.0",
42
- "automation_model": "1.0.833-dev",
42
+ "automation_model": "1.0.834-dev",
43
43
  "axios": "^1.7.4",
44
44
  "chokidar": "^3.6.0",
45
45
  "create-require": "^1.1.1",