jdi-testing / jdi-light

Powerful Framework for UI Automation Testing on Java
https://jdi-docs.github.io/jdi-light/
MIT License
110 stars 47 forks source link

[Bug] Jdi-light is not compatible with a new versions of chromedriver #4898

Closed mf-code closed 1 year ago

mf-code commented 1 year ago

Steps:

  1. install the latest version of chrome (>=112.0.5615.49)

  2. launch any jdi tests with default settings

  3. check the results

Actual Result:

Expected Result:

pnatashap commented 1 year ago

By default the latest chrome driver is used, so the latest Chrome browser should be installed. If previous version should be used, then there is a parameter in test.properties file driver.version=112 (for 112 version driver, only the major number should be written)