Using specific Chrome profile
See original GitHub issueWorking on docs for authenticated usages of LH (#1418). Want to make sure I’m not overlooking something - unclear if this is meant to work already.
Looks like our usage of chrome-launcher always makes a new user data dir, and thus a new profile, and deletes it every run. To actually use an existing profile I think we need to pass “userDataDir: false” to ChromeLauncher.launch.
Was it expected that just using chrome-flags="--profile-directory=..."
would work? With existing LH, I think you’d need to spin up Chrome yourself and pass a port to LH?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Use Chrome with multiple profiles - Computer - Google Support
On your computer, open Chrome. · At the top right, click Profile Profile · Next to "Other Profiles," select Manage profiles Manage people...
Read more >How to set up and use different profiles in Google Chrome
Follow this step-by-step guide on how to set up multiple Chrome profiles for different uses.
Read more >How to set a particular user profile as the default Chrome ...
2. Switch to the user you want to set it to default chrome by Click on profile icon at top right corner.Then select...
Read more >How to open links in specific Chrome Profiles | by Chris Messina
Using SwitchBar to open links in specific Chrome profiles. You can use the command (⌘) key and an index (+1, +2, +3, etc)...
Read more >Using Chrome Profile with Selenium Desired capabilities
What is the Best Practice? · 1) We can do it by adding a chrome profile like this: · 2) After we created...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Opening because we should do what Patrick says.
dupe of https://github.com/GoogleChrome/chrome-launcher/issues/172