Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
RaiMan proposed the following answer:
Sorry, lost the track.
Just make a new question with the remaining problem.
please give details on environment ( I can test against a Windows 10
machine only).
--
You
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Christoph Fetzer posted a new comment:
Any news on this?
Can I help by explaining more detailed what the problem is for me? I might take
some screenshots and upload or make a short video and upload to youtub
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Christoph Fetzer posted a new comment:
Hi!
I mixed two issues, sorry for making this not clear enough:
client.type( "r", Key.WIN )
-> will never show any result, regardlesss how long I wait. Neither on the
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
RaiMan proposed the following answer:
With VNC understanding the timing of a GUI is even more important than
with local screens:
client.type( "r", Key.WIN ) # action
client.capture().saveInBundle("1.png") #
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Christoph Fetzer posted a new comment:
Thank you very much for your investigations!
Some experiences from me:
For me it seems, I accidentally used my machine under test using the
virtual box GUI instead of
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
RaiMan proposed the following answer:
--- at comment #5:
I have checked the situation. None of the mentioned variants will work against
a VNC-Screen object at the script level.
this is the only way currentl
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Status: Open => Answered
RaiMan proposed the following answer:
--- at comment #5:
Tut mir leid: Mein Projekt, das unbekannte Wesen ;-)
I have to check and will fix if needed.
I will come back her asap.
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
RaiMan posted a new comment:
--- at comment #6
yep, that surely does not work.
Currently I am not really available, but will try to find a workaround during
weekend, when I have access to Window system.
--
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
RaiMan posted a new comment:
--at comment #7:
it must be
type("r", Key.WIN)
your version is
r - SHIFT - WIN
--
You received this question notification because your team Sikuli Drivers
is an answer contact
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Christoph Fetzer posted a new comment:
Some more questions, as I am going the first steps inside sikulix now
and I'm wondering about some oddities:
Documentation recommends entering text via "paste()". Ever
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Christoph Fetzer posted a new comment:
Sorry, forgot about one thing: type( "R", Key.WIN ) doesn't seem to
work. Also a combination of keyDowns doesn't work.
--
You received this question notification becau
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Status: Solved => Open
Christoph Fetzer is still having a problem:
Hm, sorry, i have to come back here.
That's what I do:
client = vncStart(ip="192.168.56.102", port=5900 )
use( client )
wait( 1 )
type
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Status: Answered => Solved
Christoph Fetzer confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because your team Sikuli Drivers
is
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
RaiMan proposed the following answer:
--- because docs say: only available in Python scripting
Yes, you are right.
The capture implementation at the script and Java level differ since the
beginning of Sikuli
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Christoph Fetzer posted a new comment:
Hi!
Thank you very much for the information. I think, your first point
(client.capture( client, "Test.png" )) won't help, because docs say: only
available in Python s
Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057
Status: Open => Answered
RaiMan proposed the following answer:
--- capture( client, "Test.png" )
what screen should be captured is taken from the object, that the capture
command is issued against.
At s
New question #678057 on Sikuli:
https://answers.launchpad.net/sikuli/+question/678057
Hello,
I managed to use sikulix on a vnc connection and are writing due to two points:
- I'd like to share my experience making it work
- I'd like to report an issue.
Point 1, my way:
I have a Windows 7 machin
17 matches
Mail list logo