Skip to content

Commit 628685e

Browse files
authored
Update profile-configs.md
1 parent 30bf540 commit 628685e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

profiles/profile-configs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ All configurations are embedded in the `configs` field inside your profile JSON
2525
| ------------------------------- | ----------------------------------------------------------------------------------------- | ----------- |
2626
| `languages` | HTTP `Accept-Language` header values and `navigator.languages`. `"auto"` = IP-based | `"auto"` |
2727
| `locale` | Browser locale (e.g., `"en-US"`, `"ru-RU"`). It will be set automatically when languages="auto". | `"en-US"` |
28+
| `uaFullVersion` | Overrides the full browser version returned by `navigator.userAgentData.fullVersion`; must match the Chromium major version (e.g. for major version 138, the full version must start with “138.”). | `""` |
2829
| `colorScheme` | Preferred color scheme: `'light'` or `'dark'`. | `"light"` |
2930
| `disableDeviceScaleFactorOnGUI` | If `true`, ignore device scale factor for GUI elements (disable DPI-based UI scaling). | `false` |
3031
| `timezone` | `"auto"` = IP-based; `"real"` = system timezone; any other string = custom timezone name. | `"auto"` |
@@ -194,6 +195,7 @@ All configurations are embedded in the `configs` field inside your profile JSON
194195
- All string fields support multi-purpose values: string literal (`"auto"`, `"real"`, or custom), or object schema when more parameters are needed.
195196
- If a field is omitted, BotBrowser uses profile defaults where appropriate.
196197
- Values in the `configs` block **override** equivalent command-line arguments like `--window-size`, `--window-position`, etc.
198+
- **uaFullVersion Tip**: When JavaScript calls `navigator.userAgentData.fullVersion`, BotBrowser will replace the default value with this field. Ensure that the specified full version corresponds to the Chromium engine’s major version (e.g., Chromium 138 → full version should begin with “138.”). You can look up the latest full version for each major release on https://chromiumdash.appspot.com/releases.
197199
198200
---
199201

0 commit comments

Comments
 (0)