We recommend that you read the Getting started with Kameleo Automation article before reading this one.
If you are reusing previously created virtual browser profiles, your profile's emulated browser version may become outdated as time passes. You can upgrade the profile to the latest available browser version from the server. The exact target of the upgrade depends on the profile's current device, browser, operating system, and language. You easily do this through the Local API.
-
profile = await client.upgradeProfile(profile.id, { body: profile });
See full example here.
-
profile = await client.UpgradeProfileAsync(profile.Id);
See full example here.
-
profile = client.upgrade_profile(profile.id)
See full example here.
Be careful, as this is changing the Base Profile of your profile.