Re: [Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when using OpenCV Java API bundled with SikuliX - not intended for direct usage

2018-01-09 Thread Madhusudhan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Madhusudhan posted a new comment: (Continued) My sikuli snippet: ADBScreen adb = ADBScreen.start(); adb.click("PathToImage"); adb.stop(); Am using Windows XP

Re: [Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when using OpenCV Java API bundled with SikuliX - not intended for direct usage

2018-01-09 Thread Madhusudhan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Madhusudhan posted a new comment: Hi RaiMan, I am also facing the above issue. Am trying to run Sikuli on Android Emulator with API level 23. Getting below error!! I have also installed SikuliX as per the

Re: [Sikuli-driver] [Question #657904]: ADBScreen.capture(): UnsatisfiedLinkError with OpenCV Mat

2018-01-10 Thread Madhusudhan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Madhusudhan posted a new comment: Hi RaiMan, Thanks for the info!. Also looking forward to C# integration with SikuliX 2.0!! Please update the info! -- You received this question notification because

[Sikuli-driver] [Question #208435]: Unable to close the Application/opened window on Mac using Java Sikuli script

2012-09-12 Thread Madhusudhan
New question #208435 on Sikuli: https://answers.launchpad.net/sikuli/+question/208435 Hi All.. I started using Sikuli very recently.. am trying to run a Java Sikuli script on Eclipse to install the application, its running fine no issues with that. But When I try to close the Application which i

Re: [Sikuli-driver] [Question #208435]: Unable to close the Application/opened window on Mac using Java Sikuli script

2012-09-13 Thread Madhusudhan
Question #208435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/208435 Madhusudhan posted a new comment: Hi RaiMAn, thanks for the reply.. But even though I do App.focus("Finder") and then type shortcut key, my Finder window is not getting closed. with the Finder

[Sikuli-driver] [Question #208543]: How to track the status of insatallation of an Application using Sikuli

2012-09-13 Thread Madhusudhan
New question #208543 on Sikuli: https://answers.launchpad.net/sikuli/+question/208543 I am using Sikuli to Automate the process of installing the downloaded Applications on Mac, while installing I will be having an Add-on with the App, Eg. am installing Adobe app, with that McAfee is an Add-on,

Re: [Sikuli-driver] [Question #208543]: How to track the status of insatallation of an Application using Sikuli

2012-09-13 Thread Madhusudhan
Question #208543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/208543 Description changed to: I am using Sikuli to Automate the process of installing the downloaded Applications on Mac, while installing I will be having an Add-on with the App, Eg. am installing Adobe app, with

Re: [Sikuli-driver] [Question #208543]: How to track the status of insatallation of an Application using Sikuli

2012-09-14 Thread Madhusudhan
Question #208543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/208543 Madhusudhan posted a new comment: how to create popup using sikuli script in java.. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #208543]: How to track the status of insatallation of an Application using Sikuli

2012-09-14 Thread Madhusudhan
Question #208543 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/208543 Status: Answered => Solved Madhusudhan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

[Sikuli-driver] [Question #208567]: how to check whether a match is found in a region

2012-09-14 Thread Madhusudhan
New question #208567 on Sikuli: https://answers.launchpad.net/sikuli/+question/208567 How to check a match is found in a particular region using if else in java , if so a popup should display a message..However there is no default constructor for region, it is asking for parameters(dimensions) h