-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using specific Chrome profile #8957
Comments
That's my understanding if you wanted to use your own Chrome profile, yes. It's been optimized for the common cold load case for sure rather than the authenticated flow for sure, but the good news is we own both if that's something we wanted to change :) (i.e. if |
Thanks for clearing that up.
I'll see if that works well. |
Opening because we should do what Patrick says. |
fyi finding the name of the profile directory is an annoying experience: https://www.howtogeek.com/255653/how-to-find-your-chrome-profile-folder-on-windows-mac-and-linux/ must look at |
@connorjclark are you still interested in this? Should we move this to |
dupe of GoogleChrome/chrome-launcher#172 |
Working 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?The text was updated successfully, but these errors were encountered: