Hi The lasy update was some time arround 2014 for sikuli4net versio 1.0,6 Can we expect any new .NET implementations
do we have any equivalent code of SikuliX 1.1.4 in Sikuli4Net Pattern(imageWithBlackParts).mask() or Pattern(someImage).mask(imageWithBlackParts) i see Sikuli4Net pattern class doent have mask feature.
Hi Experts, I am getting error using sikuli4net with .net windows forms application while click event. PFA screen with below log. Please suggest solution. Log- :::Jar already downloaded, launching jetty server...::: :::Starting jetty server...::: :::Making Request to Service: http://localhost:8080/sikuli/api/click POST: {"jPattern":{"imagePath":"C:\Sikuli_Image\Start.PNG","offset_x":0,"offset_y":0,"similar":0.7},"jKeyModifier":"NONE"}::: :::{"result":"FAIL","stacktrace":"org.json.JSONException: JSONObject[\"imageIn64\"]...
Hi Experts, I am getting error using sikuli4net with .net while click event. PFA screen with below log. Please suggest solution. Log- :::Jar already downloaded, launching jetty server...::: :::Starting jetty server...::: :::Making Request to Service: http://localhost:8080/sikuli/api/click POST: {"jPattern":{"imagePath":"C:\Sikuli_Image\Start.PNG","offset_x":0,"offset_y":0,"similar":0.7},"jKeyModifier":"NONE"}::: :::{"result":"FAIL","stacktrace":"org.json.JSONException: JSONObject[\"imageIn64\"] not...
Need to use the Sikuli Region Class, are there any plans to add this class to the library?
Hi I am using Visual studio 2015 getting an exception when launcher is started. Checked...
I have the same issue. Were you able to resolve?
Hi, I am using C#, .Net4.5.1 and VS 2013. Able to launch the server (APILauncher.start),...
Hello. Is there any way to configure sikuli setting? for example turn logging off?...
Hello. Is there any way to configure sikuli settingsm for example turn logging off?...
Hi tiennen07, I include a sleep of 3 seconds and it seems that solved the problem....
To solve the problem, in the constructor I need to add 1 line of code so that the...
So I modified the source code to make it work. It is a path problem as I suspected,...
Why is the launch.start() causing this popup to occur? I cannot pass this error at...
I had this problem, you reinstalled and resolved, but if you see it again, check...
Not sure what might be causing this. Will re-open project tonight and let you know...
Not sure what might be causing this. Will re-open project tonight and let you know...
Not sure what might be causing this. Will re-open project tonight and let you know...
String concatenation doesn't really work with the Key class. You can work around...
Sounds like the java portion of Sikuli4net isn't booting up fast enough. Try just...
I was able to resolve the build error. Needed to delete all the references and start...
Thanks for the response. I have sent a note to Tiennen, hopefully he will be able...
Hi Roger, I use the Sikuli4Net with SharpDevelop and not see this error. About dependencies,...
Error 1 The type or namespace name 'Sikuli4Net' could not be found (are you missing...
Hi Folks, We got excited to see a .NET wrapper in Sikuli4Net few days ago. We work...
Hi, Sometimes is shown for me SocketException and WebException before execute first...
Hi, I try execute a "Type" command with some keys and return an exception (bellow)....
Hi, I try execute a "Type" command with some keys and return an exception (bellow)....
I install "Java SE Runtime Environment 6u45" and sikuli4net works again. Thanks.
After some months I'm back to working using sikuli4net. I could not resolve this...
crunder, Sounds like the java process that runs in the background to integrate sikuli...
Hi friends, I was using Sikuli4Net and everything was fine. But today is showed on...
Hover, MouseMove and location very important. Add please.
Hover and location very important. Add please.
Jass, The source versioning control is actually done using git, rather than SVN....
Hi, This is awesome and working with good performance on my machine. Thanks tiennen...
Looks like an issue with your Sikuli installation. Try installing it as a java API,...
Thank you. I added the "setup" and "teardown". It seems that now I am able to go...
I also just posted a screenshot of the setup and teardown required, as well as modifying...
I also just posted a screenshot of the setup and teardown required. I'm working on...
Amir, There is some setup and teardown that needs to be included within the NUnit...
Amir, There is some setup and teardown that needs to be included within the NUnit...
Hi, I tried Sikuli4Net. In Visual Studio, when I try to run a WebDriver test script...
Hi, I tried Sikuli4Net. Ran my test, got error message: System.Net.Sockets.SocketException...
Works for me, thanks.
About rigth-click, this works fine. Thanks again.
I try execute paste but no works for me. Return error below: scrn.Type(new Pattern("notepad.png"),...
Paste can be handled by calling: Screen scrn = new Screen(); scrn.Type(new Pattern("Path-To-Target"),...
Paste can be handled by calling: Screen scrn = new Screen(); scrn.Type(new Pattern("Path-To-Target"),...
Paste can be handled by calling: Screen scrn = new Screen(); scrn.Type(new Patte...
Just updated the NuGet package to 1.0.6. Sikuli4Net now has right-click functionality....
Just updated the NuGet package to 1.0.6. Sikuli4Net now has right-click functionality....
added right click functionality
Hi, first thanks for your work, it's very good. But, I checked that does not exist...
Split java project into its own sourceforge pro...
Deleted java project from Sikuli4Net source cod...
Made changes to file structure on SourceForge -...
Added log file generation to the library.
Removed need for java jar to be included within...
Added the Java application that runs the embedd...
Deleted unneeded nuGet packages from the reposi...
Initial commit