How can I run the test in a certain chrome profile?

How can I run the test in a certain chrome profile?

2 Likes

it may be possible to do it using this link?

“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” --profile-directory=“Profile 2”

You can try with below settings which I prefer from here: Capabilities & ChromeOptions - ChromeDriver - WebDriver for Chrome

Screen Shot 2018-01-24 at 09.51.48.png

Hi @Vinh Nguyen or anyone else which have tried this. Can you give me more specific instructions on how to set it up so the chrome will start the test with a chrome profile?

I have done this with no sucess so far with no sucess:

Maybe I set the adress of the profile wrong?

C:\Users\Username\AppData\Local\Google\Chrome\User Data\Profile 1\

Additional note: Just replaced my real user name for Username in this adress.

Thanks in advance!

1 Like

It doesent work!! Please, give me another answer

Try it as a list instead of a dictionary

What??
give pe please normal answer

Did u get the solution??

I tried doing this setting but its still opening a fresh temp profile as usual. Please guide me if i have done any wrong setting.

image

and what is working solution today?