This issue has been existing for a while now with Selenium, I had a similar issue with chrome browser version 80.0.3987.163. After switching between a lot of chromedrivers I finally found version 79.0.3945.36 which tackled the issue. I barely found this a couple of days ago and now its back again when my browser auto-update to version 81.0.4044.92 because chromedriver 79.0.3945.36 probably got deprecated and doesn't support browser version of 81 and above. I read some comments on a another similar question that asked to try out chromedriver version 81.0.4044.20 and 81.0.4044.69. None of these version solve the issue and I keep getting the timeout message frequently while running my selenium tests. Please help this is frustrating, anybody got any workarounds I could implement?
Thanks!