Facts
Rapise uses Appium to test Mobile applications. Appium uses Chromedriver to test web applications on Android. Appium installation includes certain version of Chromedriver by default. Chromedriver has a requirement for minimal version of Chrome browser it supports.
Resolution
Download Chromedriver that supports your version of Chrome to a computer running Appium server. See Chromedriver/Chrome Compatibility list.
Run Appium with a command
appium --chromedriver-executable /path/to/my/chromedriver