Having issue with automating WEBVIEW_ part of the App

I was trying to automate webview part of the App isung API level 23 and got below
io.appium.java_client.NoSuchContextException: An unknown server-side error occurred while processing the command. Original error: unknown error: Chrome version must be >= 55.0.2883.0
(Driver info: chromedriver=2.28.455517 (2c6d2707d8ea850c862f04ac066724273981e88f),platform=Mac OS X 10.12.6 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
Build info: version: ‘3.6.0’, revision: ‘6fbf3ec767’, time: ‘2017-09-27T15:28:36.4Z’
System info: host: ‘QA-MAC.local’, ip: ‘fe80:0:0:0:3b:36d2:ec6c:8e5a%en0’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.12.6’, java.version: ‘1.8.0_111’
Driver info: io.appium.java_client.android.AndroidDriver

But it was able to switch the context in API 22. I am using Appium 1.65. Please advise.