jmc
jmc

Reputation: 312

How to upgrade Chrome webdriver in NoraUi?

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'

Upvotes: 2

Views: 38

Answers (1)

Stéphane GRILLON
Stéphane GRILLON

Reputation: 11864

  • check your Chrome version
  • kill all webdriver process
  • remove your local webdriver
  • edit pom.xml
  • run robot

Upvotes: 2

Related Questions