fn get_latest_user_agent(platform: Platform) -> String
Expand description
Generates the latest Chrome user agent string for a given platform.
§Arguments
platform - Target platform (Windows, MacOS, or Linux)
§Returns
User agent string for the latest Chrome version on the platform