sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27503
Re: [Question #239578]: Search for images other than current .sikuli folder
Question #239578 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/239578
Angel requested more information:
Hi,
my code is like below
e_Item = new Pattern("./img/ItemN.png");
e_Qty = new Pattern("./img/e_Qty.png");
m_screen.type(e_Item, "Item1");
m_screen.click("./img/Idd.png", 0);
m_screen.type(e_Qty, "1");
but instead of typing 1 in e_qty image it is typing in e_Item image.
same thing is happening in sikuli IDE laso.
Can you please help me where i m making mistake
i am trying to make automate my project even i dont have anyone who can help me.
Thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.