You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"category": "A String", # Optional. An optional category name for the entity.
252
+
"homepage": "A String", # Optional. An optional homepage URL of the entity.
253
+
"isFirstParty": True or False, # Optional. An optional flag indicating if the entity is the first party.
254
+
"isUnrecognized": True or False, # Optional. An optional flag indicating if the entity is not recognized.
255
+
"name": "A String", # Required. Name of the entity.
256
+
"origins": [ # Required. A list of URL origin strings that belong to this entity.
257
+
"A String",
258
+
],
259
+
},
260
+
],
249
261
"environment": { # Message containing environment configuration for a Lighthouse run. # Environment settings that were used when making this LHR.
250
262
"benchmarkIndex": 3.14, # The benchmark index number that indicates rough device class.
263
+
"credits": { # The version of libraries with which these results were generated. Ex: axe-core.
264
+
"a_key": "A String",
265
+
},
251
266
"hostUserAgent": "A String", # The user agent string of the version of Chrome used.
252
267
"networkUserAgent": "A String", # The user agent string that was sent over the network.
253
268
},
254
269
"fetchTime": "A String", # The time that this run was fetched.
270
+
"finalDisplayedUrl": "A String", # URL displayed on the page after Lighthouse finishes.
255
271
"finalUrl": "A String", # The final resolved url that was audited.
272
+
"fullPageScreenshot": "", # Screenshot data of the full page, along with node rects relevant to the audit results.
256
273
"i18n": { # Message containing the i18n data for the LHR - Version 1. # The internationalization strings that are required to render the LHR.
257
274
"rendererFormattedStrings": { # Message holding the formatted strings used in the renderer. # Internationalized strings that are formatted to the locale in configSettings.
258
275
"auditGroupExpandTooltip": "A String", # The tooltip text on an expandable chevron icon.
@@ -306,6 +323,7 @@ <h3>Method Details</h3>
306
323
},
307
324
},
308
325
"lighthouseVersion": "A String", # The lighthouse version that was used to generate this LHR.
326
+
"mainDocumentUrl": "A String", # URL of the main document request of the final navigation.
309
327
"requestedUrl": "A String", # The original requested url.
310
328
"runWarnings": [ # List of all run warnings in the LHR. Will always output to at least `[]`.
0 commit comments