the profile - profile 2 isn't opening instead a guest tab is used, how to fix it to open profile specified in code
Asked
Active
Viewed 42 times
1 Answers
0
chrom_options.add_arguments("user-data-dir=C:\\blabla\\User Data")
chrom_options.add_arguments("profile-directory=Profile 2")
user-data-dir considers profile as default , and you don't have to specify that . If its something else specify it through profile-directory argument
PDHide
- 15,234
- 2
- 19
- 35