Questions tagged [chrome-profile]

With Chrome Profiles, you can keep all your Chrome info separate, like bookmarks, history, passwords, and other settings.

With Chrome Profiles, you can keep all your Chrome info separate, like bookmarks, history, passwords, and other settings.

Profiles are ideal for

  • Sharing a computer with multiple people.
  • Keeping your different accounts, like work and personal, separate.

Reference: Share Chrome with others

38 questions
23
votes
12 answers

How to use Chrome Profile in Selenium Webdriver Python 3

So whenever I try to use my Chrome settings (the settings I use in the default browser) by adding options = webdriver.ChromeOptions() options.add_argument("user-data-dir=C:\Users\... (my webdriver path)") driver =…
10
votes
2 answers

How to open a Chrome Profile through Python

My script I have been writing has been working great. I just added the option so it would open a profile on chrome using this code. options = webdriver.ChromeOptions browser =…
7
votes
1 answer

disable "Continue in a new Chrome profile" popup

Every time I sign-in into new gmail account I get this popup asking if I want to create a new Chrome profile which sometimes get very irritating. Is there anyway to disable it? In chrome://flags/ option there are couple of options (New profile…
7
votes
1 answer

How to read Evaluate Script timings in Chrome profiling/performance tab

I've been told that my script is blocking the main thread on my client's site. It's marked as