Question #236040 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236040
Status: Answered => Solved
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sik
Question #236040 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236040
emrah kara posted a new comment:
yes i want to click an image, but i get the error "text search is
currently switched off", but it is actually an image path.
--
You received this question no
Question #236040 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236040
emrah kara posted a new comment:
in click methode i used always full path like
screen.click(User/.../something.PNG);
Ok i found an Information.
Settings.OcrTextSearch to switch on finding text, that means
New question #236040 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236040
i am using sikuli 1.0.1 on java with my maven dependincy. Tha problem is that
screen.click doesn't recognize if path object is a picture to click.
screen.click ("something.png");
how can i switch it on? i dont
Question #236006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236006
Status: Answered => Solved
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sik
Question #236006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236006
Status: Solved => Open
emrah kara is still having a problem:
what is actually find(target); ?
is there a methode in the same class? or with which object should i call the
find() methode?
what does
Question #236006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236006
emrah kara posted a new comment:
for example i want to click on the "RaiMan" in this topic, which we discuss
about..
i want to click on: http://www.myimg.de/?img=Bildschirmfoto20130920u52fca.png
Question #236006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236006
Status: Answered => Solved
emrah kara confirmed that the question is solved:
Thank you for the source code :)
it need it, to find the right button to click if there is more than 1
same picture on
Question #236006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236006
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact
Question #185713 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185713
emrah kara posted a new comment:
Thanks for your answer! it helped me alot :)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli
New question #236006 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236006
Hello,
i downloaded the new Sikuli, the 1.0.1. and try it on java.
my question ist where is the methode screen.getRegionFromPSRM() ?
is there a smilar one in new jar file that i can use?
--
You received this
Question #185713 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185713
emrah kara posted a new comment:
what is the dependency for the new Sikuli version, which is 1.0.1 ?
Would it be correct this way?
org.sikuli
sikuli-script
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
Status: Answered => Solved
emrah kara confirmed that the question is solved:
i will choose the second one ;) Thanks
--
You received this question notification because you are a member of
Sik
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
Status: Answered => Open
emrah kara is still having a problem:
that is my code now to test wether the normal copy/paste works:
1- screen.type("a", InputEvent.META_MASK); //(mac) it
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
emrah kara gave more information on the question:
actually i am trying to let Sikuli write the internet adress of a
website. that is why it is not a good idea to use type instead of paste.
for example, the
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
emrah kara gave more information on the question:
screenUrl.paste( server.getUrl()); this line pastes the url correctly.
screenUser.paste( reader.getName()); this line doesnt paste the username
correctly
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
Status: Answered => Open
emrah kara is still having a problem:
but i don't want to copy/ paste.
my code reads url and username from a folder and paste it to the
explorer.
screenU
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
Status: Answered => Open
emrah kara is still having a problem:
yes but commment #3 doesnt work anymore.. i dont know why :S
es hat mal geklappt aber jetzt macht es das gleiche, fügt immer das glei
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
Status: Needs information => Open
emrah kara gave more information on the question:
i don't know why but not even initialing two objects doesn't work :(
it doesn't work :
screen.paste
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
emrah kara gave more information on the question:
Screen screen = new Screen();
screen.paste("1"); // pastes 1
Screen screen2 = new Screen()
screen2.paste("2"); // pastes 1
if i use
Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418
Status: Answered => Open
emrah kara is still having a problem:
Sikuli itself is running on Mac with Java. Sikuli starts the Parallels
and then windows.
i tried it in a Simple Methode, but it doe
New question #210418 on Sikuli:
https://answers.launchpad.net/sikuli/+question/210418
Hello,
i am using mac and trying to use sikuli on Windows with Parallels.
the paste() method doesn't work correctly on Windows. it takes always the first
paste() method.
like here:
screen.paste("123");//
Question #126159 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/126159
emrah kara posted a new comment:
how can i do ctrl+c or ctrl+v with java ?
screen.paste("c",KEY_CTRL). it doesnt work?
Do you have any idea?
--
You received this question notification because
Question #200281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200281
Status: Open => Solved
emrah kara confirmed that the question is solved:
i have a solution now.
ImageIO.write(new Screen().capture().getImage(),"jpg",new
File("testImages/",i+
New question #200281 on Sikuli:
https://answers.launchpad.net/sikuli/+question/200281
i want to make twi screenshots with 10 seconds difference, to test if there is
some changes on the website.
What is the best way to compare to screenshots to see if they are the same or
not?
i used
ImageIO.w
Question #200170 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200170
Status: Answered => Solved
emrah kara confirmed that the question is solved:
if(m34 != null)
screen.click("fotos/A.PNG");
Question #200170 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200170
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact
Question #200170 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200170
Status: Answered => Open
emrah kara is still having a problem:
thanks but i dont want to click on m34 or m35 again..
if it is m34, it sould click on A.png
if it is m35, it should click on b.png
whe
New question #200170 on Sikuli:
https://answers.launchpad.net/sikuli/+question/200170
Hello,
i am trying to have a solution in different cases. what i want ist that waiting
for 40 secons, if photo 34 exists, should it be cliked in A if 35, on b. i
But it doesnt work correctly. when the Photo 34 e
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
emrah kara posted a new comment:
C:\Programme\Java\jre6\bin\client;C:\Programme\Java\jre6\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Intel\DMIX;C:\WINDOWS\system32
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
emrah kara posted a new comment:
It still doesnt work. i dont know why. i am getting the same error what i wrote
at the beginning..
i did "C:\Program Files\Sikuli X\" like RaiMan said..
i did
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
emrah kara posted a new comment:
Thanks Alonso :)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
Status: Answered => Solved
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sik
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
Status: Answered => Open
emrah kara is still having a problem:
env-variables:
http://www.myimg.de/?img=envvariable162bb.jpg
sikuli script:
http://www.myimg.de/?img=sikuliscript34a16.jpg
--
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
emrah kara posted a new comment:
Yes the error which you mentioned. I did it really many times.. again
and again.. How can it be that i use any other functions of Sikuli but
not the ones with click
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
Status: Answered => Open
emrah kara is still having a problem:
Still doesnt work =((
even screen.click("fotosToGet/Unbenannt2.png"); doesnt work :(
--
You received this question notific
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
Status: Solved => Open
emrah kara is still having a problem:
I did everything what you said. Thanks alot
How i can let Sikuli on java to click on a place, that i have a
screenshot from ?
it only wo
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
Status: Answered => Solved
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sik
Question #194006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194006
emrah kara posted a new comment:
Ok you are right j (j-the-k) :) I'am sorry
I did it with paste();
i can write every String variable with paste like s.paste("$&/@")
--
You rec
Question #194015 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194015
emrah kara posted a new comment:
i checked it many times. but i dont have any environment variable that is
%SIKULI_HOME% ..
should i make it by myself?
http://www.myimg.de/?img=environmentvariable378e3.jpg
New question #194015 on Sikuli:
https://answers.launchpad.net/sikuli/+question/194015
i want to use click methode on java. but it never works. i tried it with many
other screenshots and variations but still get the error below.
private void click() throws FindFailed{
screen.click
Question #194006 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194006
emrah kara posted a new comment:
i solved the problem.. thanks :)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli
New question #194006 on Sikuli:
https://answers.launchpad.net/sikuli/+question/194006
for example i want s.type(https://answers.launchpad.net/sikuli/+addquestion);
but i cant let sikuli type : or //. i can type // with clicking alt+7 on my
german keyboard.
--
You received this question notifica
Question #193924 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193924
Status: Answered => Solved
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sik
Question #193924 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193924
Status: Answered => Open
emrah kara is still having a problem:
My problem is that:
http://www.myimg.de/?img=Unbenannt58ea8.jpg
if you look at the Screenshot that i made, there is "cl
Question #193924 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193924
Status: Answered => Open
emrah kara is still having a problem:
Ok but how can i change where target denotes the location to click in
Java? How can i give the "xxx.type()" methode the Locati
New question #193924 on Sikuli:
https://answers.launchpad.net/sikuli/+question/193924
How can i chance the clickpoints in java on Eclipse? I know it is really easy
if i use Sikuli IDE, but how can i do on Java?
Like here:
s.type(bfi, adresse, 127);
i can say only the X coordinates, but not Y coo
New question #193852 on Sikuli:
https://answers.launchpad.net/sikuli/+question/193852
Hello, i am new about Sikuli and really like it. I want to know if it is
possible, to do everything on Eclipe with java ( including Sikuli-script.jar)
what i can do on Sikuli IDE?
For example if i want to work
Question #193447 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193447
Status: Answered => Solved
emrah kara confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sik
Question #193447 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193447
emrah kara posted a new comment:
That was what i need ;)
>> In Finder you can open the bundle with context-menu 2nd entry (show bundle
>> content or something like that).
Thank you very mu
Question #193447 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193447
emrah kara posted a new comment:
I use Eclipse on Mac. My project on Eclipse includes the "library" and
"sikuli-script.jar".
http://www.myimg.de/?img=Bildschirmfoto20120413uf0d68.png
New question #193447 on Sikuli:
https://answers.launchpad.net/sikuli/+question/193447
I downloaded "Download Sikuli X 1.0rc3 "Maltipoo" today. But i cant find
sikuli-script. jar. I dowloaded one sikuli-script.jar from internet external,
but i cant import "org.sikuli.script.*;".
After i type or
53 matches
Mail list logo