Clone profiles from API

  • Created

We recommend that you read the Getting started with Kameleo Automation article before reading this one.

If you need to copy a virtual browser profile through the Local API you can do it. The duplicated profile is in the memory only and will be deleted when the Kameleo.CLI is closed unless you save it. All the profile settings and browsing data are copied.

  • var duplicatedProfile = await client.duplicateProfile(profile.id);

    See full example here.

  • var duplicatedProfile = await client.DuplicateProfileAsync(profile.Id);

    See full example here.

  • duplicatedProfile = client.duplicate_profile(profile.id)

    See full example here.

Was this article helpful?

0 out of 0 found this helpful