Selenium-Profiles & -Driverless -> Where is the tmp profile saved? #85
-
I would like to copy the temporary profile for future uses. Example: My questions: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
you can set the path with
just load it again with @nicostrebel please mark this as the answer, if it resolves your question |
Beta Was this translation helpful? Give feedback.
-
Closing as it seems to be resolved |
Beta Was this translation helpful? Give feedback.
you can set the path with
options.add_argument("--user-data-dir=" + user_data_dir)
and then copy the profile to another directory before
driver.quit()
.just load it again with
options.add_argument("--user-data-dir=" + user_data_dir)
@nicostrebel please mark this as the answer, if it resolves your question