Update MyDealz Kommentare Testing.json
This commit is contained in:
@@ -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",
|
||||
"id": "whfMAXNqtdhX2xhK",
|
||||
"name": "MyDealz Kommentare Testing",
|
||||
@@ -605,6 +605,34 @@
|
||||
],
|
||||
"id": "d2a6332e-9e5d-4f3b-ae39-97e3bdefd921",
|
||||
"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": {
|
||||
@@ -615,6 +643,11 @@
|
||||
"node": "Convert to File",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Puppeteer: Cookie Banner click4",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
@@ -860,7 +893,7 @@
|
||||
"templateCredsSetupCompleted": true
|
||||
},
|
||||
"pinData": {},
|
||||
"versionId": "c7f180c2-175a-4ba3-8389-f0e5626fd8cc",
|
||||
"versionId": "c15301d1-d026-4e86-810f-7651edf19676",
|
||||
"triggerCount": 1,
|
||||
"shared": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user