get_profile_latest_useragent
Retrieve the most recent user agent string tailored to a specified operating system, enhancing browser profile management and automation within GoLogin.
Instructions
Get latest useragent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
os | Yes |
Input Schema (JSON Schema)
{
"properties": {
"os": {
"enum": [
"lin",
"mac",
"win",
"android",
"android-cloud"
],
"type": "string"
}
},
"required": [
"os"
],
"type": "object"
}