Understand the Fingerprint object structure
mainThe Fingerprint object returned by .generate() is a comprehensive data structure containing:
screen: AScreenFingerprintobject containing dimensions (width,height,availWidth, etc.),devicePixelRatio, andhasHDR.navigator: ANavigatorFingerprintobject containinguserAgent,userAgentData(architecture, brands, platform, etc.),language,webdriverstatus, andextraProperties.headers: A dictionary of ordered HTTP headers (e.g.,Accept,User-Agent,sec-ch-ua).videoCodecs/audioCodecs: Dictionaries indicating supported media formats (e.g.,{'h264': 'probably'}).pluginsData: Information about installed browser plugins and MIME types.battery: Battery status includingchargingandlevel.videoCard: AVideoCardobject withrendererandvendordetails.multimediaDevices: Details aboutmicros,speakers, andwebcams.fonts: A list of available system fonts.