Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flag for setting useragentdata #325

Open
Sarthak42 opened this issue Nov 28, 2023 · 0 comments
Open

flag for setting useragentdata #325

Sarthak42 opened this issue Nov 28, 2023 · 0 comments

Comments

@Sarthak42
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant