@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
|
}
|