gologinapp / pygologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and running
Other
65 stars 41 forks source link

Creating a faulty profile #5

Open s0ckd3 opened 2 years ago

alexandivv commented 2 years ago

Try to add only "name", "os" and "navigator"

gl.create({
    "name": 'myprofile',
    "os": 'win',
    "navigator": {
        "language": 'en-US',
        "userAgent": 'random',
        "resolution": 'random',
        "platform": 'win',
    },
});