My java/selenium project suddenly giving errors but the elements are still there on the web application. So im getting some weird stuff suddenly. Everything was working fine till this morning. I've executed these tests like 1000 times before and there hasn't been changed anything to the front-end in the meanwhile.
Examples of errors:
org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {"code":-32000,"message":"Cannot find context with specified id"}
or
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for presence of element located by: By.linkText: Betalingsregeling (tried for 10 second(s) with 500 milliseconds interval)
or
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document (Session info: chrome=77.0.3865.90)
or
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"input[id*='searchCriteria[0]'][class*='col-sm-8']"} (Session info: chrome=77.0.3865.90)