-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles.json
More file actions
40 lines (40 loc) · 1.13 KB
/
profiles.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"default": {
"user_data": {
"first_name": "Rania",
"last_name": "Fernandez",
"full_name": "Rania Fernandez",
"email": "rania.fernandez1593@demo-mail.test",
"phone": "+130580101716",
"address": "334 Liberty Avenue",
"city": "Los Angeles",
"zip_code": "772744",
"country": "United States",
"company": "Zenith Labs",
"job_title": "QA Tester",
"website": "https://rania.fernandez1593.sandbox-site.test",
"linkedin": "https://linkedin.com/in/rania.fernandez-1593",
"username": "rania.fernandez1593",
"password": "Demo_22Ra!973",
"date_of_birth": "1996-06-20",
"gender": "Male",
"message": "Generated sample profile for form validation and workflow checks.",
"cv_upload": ""
},
"proxy": {
"enabled": true,
"server": "http://205.209.118.30:3138",
"username": "",
"password": ""
},
"settings": {
"device_profile": "Windows",
"selected_devices": [
"Windows",
"macOS",
"Android"
],
"fill_mode": "random"
}
}
}