Hi All,
I have been facing this issue a very long time now and not able to find any solution. Our automation scripts have started failing due to below reason on Selenium 3 chrome node after angular is upgraded to Angular 17.
- Exception occurred at =: element not interactable
- Exception occurred at =: no such element: Unable to locate element
-Exception occurred at =: element click intercepted: Element
Can some one please point out what could be the solution to this issue. We have tried below solutions, but nothing has worked till now:
1) Selenium grid upgrade to Selenium 4: scripts are failing as the Selenium grid 4 is not stable
2) Added waits for element presence
3) Tried clicking elements using Action classes
4) Used JAvaScriptExecutor
Thanks,
Snehal