cancel
Showing results for 
Search instead for 
Did you mean: 

Hybris 123 Chromium Version issue

KarthikKomar
Participant
0 Kudos

If you get selenium acceptance tests failing due to incompability between Chromium 74.X and Chrome 73.X, update your pom.xml in Hybris123 folder as follows:

         <groupId>io.github.bonigarcia</groupId>
         <artifactId>webdrivermanager</artifactId>
         <version>3.3.0</version>


This will make the webdrivermanager upgrade and download the Chromium 73.X which is compatabile with Chrome 73.x

former_member620692
Active Contributor
0 Kudos

Thanks for sharing this information.

Accepted Solutions (0)

Answers (0)