Question #676910 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/676910

Vinod posted a new comment:
Hi Raiman,

I get below error:

Caused by: org.sikuli.script.SikuliXception: loadlib: opencv_java342.dll
not in any libs folder

Below is code snippet:-

String filepath = "C:\\Proj\\Files\\Error_Login.png";
                
                Screen s = new Screen();
                Pattern fileInputTextBox = new 
Pattern("C:\\Proj\\Files\\Error_Login.png");
                String valText = fileInputTextBox.toString();
                System.out.println("text is "+valText);'

Have donwloaded the latest sikulixapi (windows) , trying to validate the
text inside a region or pattern

Appreciate if solution to above problem.

Thanks,
Vinod

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to