Does Appium support gem 'selenium-webdriver', '3.14.1' yet? When tried, I am getting error Method not implemented for clicks

Following are the current gems which I have:

appium_lib (9.8.3)
appium_lib_core (1.2.7)
selenium-webdriver (3.14.1)

With these gems, I am able to create a valid appium session. However, for any click action, I am getting an error - Method not implemented.

On reverting back the selenium-webdriver version to 3.6.0, the issue is sorted out. So, does appium support 3.14.1? If not, are there any plans to look into it?

Thanks,
Gaurav