after adding user-data-dir driver aint requesting urls #1970
Unanswered
goddousoop
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
user_data_dir = "C:\Users\Admin\AppData\Local\Google\Chrome\User Data"
profile_directory = "Default"
chrome_options.add_argument(f"--user-data-dir={user_data_dir}")
chrome_options.add_argument(f"--profile-directory={profile_directory}")
Beta Was this translation helpful? Give feedback.
All reactions