GetScreenshot using appium driver and compare screenshot with other image using sikuli in Java -
i have scenario need screenshot of particular screen , in captured screenshot,i need search of particular image. getting screenshot using driver.getscreenshotas()
of appium driver(executing code on real device) , comparing images need use sikuli unable find suitable functions it.
is there inbuilt method or working code or steps performing above?
more info:
appium version: 1.4.16
device os: 5.1
coding language: java(1.8).
driver: appium driver.
sikuli version: 1.1.0
thanks in advance :)
Comments
Post a Comment