Since chrome updated to version 80 I started getting
OpenQA.Selenium.WebDriverException: 'target frame detached" exceptions from the chrome webdriver, when trying to switch frames.
Even driver.switchTo().defaultContent(); doesnt work. It throws a timeout.
Is there any way to avoid or recover from this exception?