-1

I am facing the below issue:

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 74
 (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 6.1.7601 SP1 x86_64)

my PIP list as follows:

robotframework 3.2.1
robotframework-seleniumlibrary 3.3.1
selenium 3.141.0

I am using Windows 7 64 bit

JaPyR
  • 1,367
  • 7
  • 14

1 Answers1

1

Upgrade your Chromederiver to the same version as is your Chrome: https://chromedriver.chromium.org/downloads

Lubos Jerabek
  • 813
  • 4
  • 18
  • 1
    why was this downvoted ? Its exactly the right answer. Error message says "This version of ChromeDriver only supports Chrome version 74". Thats rather old chromedriver considering that current chrome release is >80. Chrome by default auto-updates itself (and op didnt mention that was disabled) so its pretty safe to assume that chrome is newer than chromedriver .. – rasjani May 18 '20 at 09:48