-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntuned.jsonc
More file actions
58 lines (58 loc) · 1.08 KB
/
Intuned.jsonc
File metadata and controls
58 lines (58 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"apiAccess": {
"enabled": false
},
"authSessions": {
"enabled": false
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
},
"proxy": {
"enabled": false
},
"headful": true,
"captchaSolver": {
"enabled": true,
"googleRecaptchaV2": {
"enabled": true
},
"cloudflare": {
"enabled": true
},
"geetest": {
"enabled": true
},
"customCaptcha": {
"enabled": true,
"imageLocators": [
"#demoCaptcha_CaptchaImage"
],
"inputLocators": [
"#captchaCode"
],
"submitLocators": [
"#validateCaptchaButton"
]
},
"settings": {
"autoSolve": true,
"maxRetries": 10
}
},
"stealthMode": {
"enabled": true
},
"metadata": {
"template": {
"name": "captcha-solving-basic",
"description": "Basic captcha solving with support for reCAPTCHA, Cloudflare, and custom captchas",
"tags": ["captcha"]
},
"defaultRunPlaygroundInput": {
"apiName": "captcha-solver",
"parameters": {}
}
}
}