Closed
Description
I encountered a problem that when using profile saving in the browser, after some time the authorization on the site crashes:
- The site itself does not reset the authorization, since in a regular browser it hangs endlessly
- There is no specific reset lag based on authorization time, i.e. this happens arbitrarily, which means that this is another argument in favor of resetting authorization after n time
- The browser is saved and activated with the following driver settings
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?