2

What is the exact process in order to upgrade the webdriver for a given browser in NoraUI?

An outdated webdrivers causes the following error:

org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 80 Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'

Stéphane GRILLON
  • 11,140
  • 10
  • 85
  • 154
jmc
  • 312
  • 1
  • 11

1 Answers1

2
  • check your Chrome version
  • kill all webdriver process
  • remove your local webdriver
  • edit pom.xml
  • run robot
Stéphane GRILLON
  • 11,140
  • 10
  • 85
  • 154