Skip to content

flag for setting useragentdata #325

Open
@Sarthak42

Description

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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions