The element-wait plugin conflicts with the images plugin. After removing the element-wait plugin from the --use-plugins list, the image element is clicked properly.
[AppiumDriver@48ff] Command 'findElement' was not handled by the following behaviours or plugins, even though they were registered to handle it: ["default","images","ocr"]. The command was handled by these: ["element-wait"].
Failed Log when element-wait is passed in --use-plugins
Command 'findElement' was not handled by the following behaviours or plugins, even though they were registered to handle it: ["default","images","ocr"]. The command was handled by these: ["element-wait"]
Configuration
Appium 2.3.0 and Java-client 9.2.3
Driver Used
plugin used
The element-wait plugin conflicts with the images plugin. After removing the element-wait plugin from the --use-plugins list, the image element is clicked properly.
[AppiumDriver@48ff] Command 'findElement' was not handled by the following behaviours or plugins, even though they were registered to handle it: ["default","images","ocr"]. The command was handled by these: ["element-wait"].
https://gist.github.com/dipakkumar1225/207e6ce236f3f6bb27abfcfe6ca7ac1f
Sample App https://github.com/dipakkumar1225/AppiumWaitPluginSample
Please suggest the solution for this