I was trying to perform testing on iOS using a simulator in Katalon Studio.
The testing involves clicking on an image which doesn’t have great selectors hence I am trying to click on it using image matching provided by Katalon.
When I try to perform the click operation on an image the following error is thrown:
Caused by java.lang.UnsatisfiedLinkError: no jniopencv_core in java.library.path
How to fix this issue, and if it involves downloading openCV how to do it
I tried downloading openCV from homebrew in terminal, but I cannot find the path to the jar file and I cannot add it as a library
Bhuvan CS is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.