forked from naveenanimation20/PlaywrightWithJavaCodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstate.json
More file actions
35 lines (35 loc) · 638 Bytes
/
state.json
File metadata and controls
35 lines (35 loc) · 638 Bytes
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
{
"cookies": [
{
"sameSite": "Lax",
"name": "OCSESSID",
"value": "6f18548bba007194b8f90f0854",
"domain": "demo.opencart.com",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false
},
{
"sameSite": "Lax",
"name": "language",
"value": "en-gb",
"domain": ".demo.opencart.com",
"path": "/",
"expires": 1652185966.961657,
"httpOnly": false,
"secure": false
},
{
"sameSite": "Lax",
"name": "currency",
"value": "USD",
"domain": ".demo.opencart.com",
"path": "/",
"expires": 1652185966.961719,
"httpOnly": false,
"secure": false
}
],
"origins": []
}