Appium + opencv image comparison

I have tried this example. https://github.com/cloudgrey-io/appiumpro/blob/master/java/src/test/java/Edition098_Visual_Testing_1.java with opencv but it always throws

org.openqa.selenium.UnsupportedCommandException: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource

Anyone resolved this issue?

Please detail your:

  1. appium version
  2. java client version

if you use appium 2 you should remove the ‘wd/hub’ suffix.

Please find the details
appium : 2.0.0-beta.46
java 11.0.11 2021-04-20 LTS

and i have installed opencv4 aswell
Did get much info in appium log.

19

In Appium2 you need the images plugin to be installed

Thank you :slight_smile: it worked