After I created a custom profile "SeleniumBot" I try to open it using Selenium ChromeDriver and Selenium ChromeOptions. It works just fine for the default path in AppData/Google/Chrome/User Data/SeleniumBot. I get problems when I try to copy the profile folder inside the program/project files and use the --user-data-dir agrument and i put the path to the copy of the profile. The problem is the browser does not start with the stored/saved account to login in gmail.
All solutions I read are about making opening a profile and making one.
My proram needs to run this profile with this particular account on any machine that will not have this custom profile created inside the User Data directory. Any suggestions on how to solve this problem?