chrome-launcher icon indicating copy to clipboard operation
chrome-launcher copied to clipboard

flag for setting useragentdata

Open Sarthak42 opened this issue 1 year ago • 0 comments

Is there any flag available, like the one for changing the useragent from the command line, to change the user agent data that contains brands, platform etc information.

In other words, i want to change the user agent and the meta data(example given below) by using chrome launcher.

Example: "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36", "platform": "Win32", "userAgentMetadata": { "brands": [ { "brand": "Chromium", "version": "121" }, { "brand": "Google Chrome", "version": "121" }, { "brand": ";Not A Brand", "version": "96" } ], "fullVersion": "121.0.0.0", "platform": "Windows", "platformVersion": "15.0.0", "architecture": "x86", "model": "", "mobile": false }

Sarthak42 avatar Nov 28 '23 17:11 Sarthak42