Med Amin
JSikuliModule.jar
class Program { static void Main(string[] args) { String pattern = @"C:\\Users\\amin-\\Documents\\Visual Studio 2015\\Projects\\SikuliTest\\SikuliTest\\img\\logo.png"; SikuliAction.Click(pattern); }}If I run the code, this is the errors shows :An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll Additional information: Access to the path 'C:\SikuliOutputLog.txt' is denied.If I run the code as an administrator, this is the errors shows :An unhandled exception of type 'System.Exception' occurred in SikuliModule.dl Additional information: ###FAILURE
If I run the code, this is the errors shows :
If I run the code as an administrator, this is the errors shows :