0

I have been using Selenium WebDriver with Chromedriver, Mocha, and Chai. I had been running Chromedriver version 2.33, but just updated to version 2.38. I also ran an update on node. Only after the update nearly all of my tests started failing.

The error I'm seeing is "NoSuchElementError: no such element: Unable to locate element:".

Has anyone else had a similar problem where their tests started failing after updating?

user2725782
  • 139
  • 9
  • What version is your browser? Check: https://sites.google.com/a/chromium.org/chromedriver/downloads, to make sure you are on a supported version. – PixelEinstein Apr 23 '18 at 23:09
  • Check this discussion - https://stackoverflow.com/questions/48471321/nosuchelementexeption-selenium-unable-to-locate-element/48472940#48472940 – undetected Selenium Apr 24 '18 at 09:52
  • @PixelEinstein I am using Chrome version 66, Chromedriver version 2.38, Node v.9.11.1, and Selenium v.3 – user2725782 Apr 24 '18 at 19:37

0 Answers0