-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authorization is reset after opening a saved browser profile #2596
Comments
Not sure exactly what you mean by "using profile saving in the browser". If you're sharing a non UC Mode Also, if you're running multithreaded tests, then setting a |
@mdmintz If I use the UC mode, as I wrote above, then what do I need to ensure that authorization from the browser does not fail in the following scenario:
Then
So that the reset does not occur due to seleniumbase? |
I mean drop authorization on the website |
@Pidoffka You said "save the session". You need to be more specific. Do you mean setting a Or do you mean reusing the existing browser session via |
@mdmintz i mean |
@Pidoffka - Duplicate of #2432 (comment) / #2331 (comment) If you need multiple profiles, set a different If you're setting the |
I encountered a problem that when using profile saving in the browser, after some time the authorization on the site crashes:
driver = Driver(uc=True, proxy=proxy, user_data_dir=folderPath, multi_proxy=True)
My question: This is anomalous behavior, if the site with which I interact does not contribute to the drop of my authorization, or with my settings this is quite possible, after some time the browser may for some reason, for example, be saved incorrectly and not record some data which are needed for authorization?
The text was updated successfully, but these errors were encountered: