Skip to content

Commit a7a75b9

Browse files
committed
Add autoconsent rules for https://zuriga.com/
1 parent 773cb78 commit a7a75b9

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "auto_CH_zuriga.com_zco",
3+
"cosmetic": false,
4+
"_metadata": {
5+
"vendorUrl": "http://zuriga.com/"
6+
},
7+
"runContext": {
8+
"main": true,
9+
"frame": false,
10+
"urlPattern": "^https?://(www\\.)?zuriga\\.com/"
11+
},
12+
"prehideSelectors": [],
13+
"detectCmp": [
14+
{
15+
"exists": "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > a:not([id]) > button:not([id])"
16+
}
17+
],
18+
"detectPopup": [
19+
{
20+
"visible": "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > a:not([id]) > button:not([id])"
21+
}
22+
],
23+
"optIn": [],
24+
"optOut": [
25+
{
26+
"wait": 500
27+
},
28+
{
29+
"waitForThenClick": "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > a:not([id]) > button:not([id])",
30+
"comment": "Ablehnen"
31+
}
32+
],
33+
"test": [
34+
{
35+
"waitForVisible": "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > a:not([id]) > button:not([id])",
36+
"timeout": 1000,
37+
"check": "none"
38+
}
39+
]
40+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import generateCMPTests from '../../playwright/runner';
2+
generateCMPTests('auto_CH_zuriga.com_zco', ['https://zuriga.com/'], { testOptIn: false, testSelfTest: true, onlyRegions: ['CH'] });

0 commit comments

Comments
 (0)