mirror of
https://github.com/microsoft/playwright-examples.git
synced 2025-08-19 16:37:04 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"log": {
|
|
"version": "1.2",
|
|
"creator": {
|
|
"name": "Playwright",
|
|
"version": "1.35.1"
|
|
},
|
|
"browser": {
|
|
"name": "chromium",
|
|
"version": "115.0.5790.24"
|
|
},
|
|
"entries": [
|
|
{
|
|
"startedDateTime": "2023-06-29T16:45:06.982Z",
|
|
"time": -1,
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://demo.playwright.dev/api-mocking/api/v1/fruits",
|
|
"httpVersion": "HTTP/1.1",
|
|
"cookies": [],
|
|
"headers": [
|
|
{ "name": "Accept-Language", "value": "en-US" },
|
|
{ "name": "Referer", "value": "https://demo.playwright.dev/api-mocking/" },
|
|
{ "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.24 Safari/537.36" }
|
|
],
|
|
"queryString": [],
|
|
"headersSize": -1,
|
|
"bodySize": -1
|
|
},
|
|
"response": {
|
|
"status": -1,
|
|
"statusText": "",
|
|
"httpVersion": "HTTP/1.1",
|
|
"cookies": [],
|
|
"headers": [],
|
|
"content": {
|
|
"size": -1,
|
|
"mimeType": "x-unknown"
|
|
},
|
|
"headersSize": -1,
|
|
"bodySize": -1,
|
|
"redirectURL": ""
|
|
},
|
|
"cache": {},
|
|
"timings": { "send": -1, "wait": -1, "receive": -1 }
|
|
}
|
|
]
|
|
}
|
|
} |