Update MyDealz Kommentare Testing.json

This commit is contained in:
2001-01-01 00:00:00 +00:00
parent 99eeea1606
commit 5c974e1cec

View File

@@ -1,5 +1,5 @@
{ {
"updatedAt": "2025-12-21T22:19:42.000Z", "updatedAt": "2025-12-22T20:43:03.000Z",
"createdAt": "2025-12-21T12:40:15.731Z", "createdAt": "2025-12-21T12:40:15.731Z",
"id": "whfMAXNqtdhX2xhK", "id": "whfMAXNqtdhX2xhK",
"name": "MyDealz Kommentare Testing", "name": "MyDealz Kommentare Testing",
@@ -605,6 +605,34 @@
], ],
"id": "d2a6332e-9e5d-4f3b-ae39-97e3bdefd921", "id": "d2a6332e-9e5d-4f3b-ae39-97e3bdefd921",
"name": "global_functions" "name": "global_functions"
},
{
"parameters": {
"operation": "runCustomScript",
"scriptCode": "=\n\n// Restore cookies\ntry {\n const cookies= $json;\n await $page.setCookie(...cookies);\n} catch {\n const cookies= $json.data[0];\n await $page.setCookie(...cookies);\n}\n\nconst deal_url = \"https://www.mydealz.de/\";\nconst login_name = \"div.navDropDown >>> ::-p-text(Chamosoa)\";\n\n// Navigate to authenticated page\nawait $page.goto(deal_url);\n// Check if login name is available\nvar is_logged_in = false\ntry{\n await $page.locator(login_name);\n} catch {\n return is_logged_in\n}\nis_logged_in = true\nreturn [{ \"is_logged_in\": is_logged_in}];",
"options": {
"launchArguments": {
"args": [
{
"arg": "--disable-features=HttpsFirstBalancedModeAutoEnable"
},
{
"arg": "--no-sandbox"
}
]
},
"stealth": true
}
},
"type": "CUSTOM.puppeteer",
"typeVersion": 1,
"position": [
16,
-480
],
"id": "e89fcc12-f53d-4ce3-8cf0-1d96c37077a5",
"name": "Puppeteer: Cookie Banner click4",
"onError": "continueRegularOutput"
} }
], ],
"connections": { "connections": {
@@ -615,6 +643,11 @@
"node": "Convert to File", "node": "Convert to File",
"type": "main", "type": "main",
"index": 0 "index": 0
},
{
"node": "Puppeteer: Cookie Banner click4",
"type": "main",
"index": 0
} }
] ]
] ]
@@ -860,7 +893,7 @@
"templateCredsSetupCompleted": true "templateCredsSetupCompleted": true
}, },
"pinData": {}, "pinData": {},
"versionId": "c7f180c2-175a-4ba3-8389-f0e5626fd8cc", "versionId": "c15301d1-d026-4e86-810f-7651edf19676",
"triggerCount": 1, "triggerCount": 1,
"shared": [ "shared": [
{ {