How to create a Chrome profile programmatically?

前端 未结 3 905
小鲜肉
小鲜肉 2021-02-04 02:41

Development, testing, staging environments are controlled via different proxy servers in my setup. I want to script creation of multiple Chrome profiles (sometimes called \"user

3条回答
  •  迷失自我
    2021-02-04 03:15

    I think the easiest way to create multiple chrome profile is

    • On your computer, open Chrome.
    • At the top right, click Profile.
    • Click Manage people.
    • Click Add person.
    • Choose a name and a photo/picture.
    • Select Create a short cut on the desktop.
    • Click Save. A new window will open and ask you to turn on sync which is optional.

    By this, each chrome profile will be created and you can check on C:\Users\youname\AppData\Local\Google\Chrome\User Data.

提交回复
热议问题