I have a web automation project that runs over a website, performs registration of new user and chooses several items. all elements are detected by findElement(By ). Suddenly it stopped working completely and not able to find any of the elements. My chrome is opened by no further actions are taken the following error appears:
ChromeDriver was started successfully.
22, 2020 2:57:48 org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
Is there a dependency i am missing? the flow worked perfectly fine.