sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44938
Re: [Question #661057]: Hi I am getting the below error when sikulix is used in eclipse
Question #661057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661057
Status: Answered => Open
radhi12 is still having a problem:
Hi,
i just changed my code as below.
mport java.awt.event.KeyEvent;
import org.sikuli.script.*;
import org.sikuli.script.Screen;
public class ab
{
public static void main(String[] args) throws Exception {
ImagePath.setBundlePath("C:/Users/xw66/workspace/Sikul/imgs");
Screen s = new Screen();
Pattern p = new
Pattern("C:/Users/xw66/workspace/Sikul/imgs/abc.PNG");
s.doubleClick(p);
}
}
I opened the path :C:/Users/xw66/workspace/Sikul/imgs/abc.PNG and kept
before running eclipse so that sikuli and recognise the path and the
object.This also doesnt resolve my issue.
On Sun, Dec 10, 2017 at 11:02 AM, RaiMan <
question661057@xxxxxxxxxxxxxxxxxxxxx> wrote:
> Your question #661057 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/661057
>
> Status: Open => Answered
>
> RaiMan proposed the following answer:
> 3 weeks is indeed a long time for not getting nearer to a solution.
>
> We expect, that you answer our questions in detail and seriously and that
> you yourself invest some trying and thinking.
> It is not the job of this voluntary community to solve your problems nor
> to do your job.
>
> Someone who does not take his time, to write down in detail, what he has
> done and what he wants to achieve, will never get valuable answers.
>
> ... and using the launchpad e-mail channel instead of the web-frontend
> most of the time is not very friendly to the other community members.
>
> you say:
> i expect it to click the image but still getting find failed error
>
> ... then, when I look at this thread, you should have learned until now
> about the possible reasons and after 3 weeks be able to track down the
> problem.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/sikuli/+question/661057/+
> confirm?answer_id=35
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/sikuli/+question/661057
>
> You received this question notification because you asked the question.
>
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.