After updating chromium from 108 to 110: WebDriverException: Message: unknown error: unable to discover open pages – Ubuntu
I am using Selenium to access a service that require login. I login one time then the login in data saved into user data, a dir that I specify as following: chrome_options.add_argument("--user-data-dir=%s" % self.user_dir) Everything was okay until I updated…