I installed the jdk-64bit
it can work
but , there is some warning
At 2013-07-06 23:27:40,RaiMan wrote:
>what are the symptoms?
>
>already tried
>
>sikuli-ide.cmd d:3 -c
>
>???
>
>paste output
>
>--
>You received this bug notification because you are subscribed to the bug
>report.
>https://bu
sikuli-ide on win7 64bit can't start
please help me
thanks
发自我的小米手机
RaiMan 编写:
>The final version SikuliX-1.0.0 will be available latest tomorrow
>http://www.sikuli.org/download.html
>
>But the "long click" is planned for version 1.1 during 2nd half of 2013,
>but might already come with the
Release time for next version is ?
At 2013-05-15 00:46:45,RaiMan wrote:
>--1. when adding vital comments to existing bugs or questions, you
>should subscribe to the bug or question. I have done it for you here ;-)
>
>--2. thanks for suggestion. As you might have noticed: I have it on the list
thanks
发自我的小米手机
RaiMan 编写:
>use
>mouseMove(some_image) # optional to get at the click point
>mouseDown(Button.LEFT)
>wait(any_time_you_want_in_seconds)
>mouseUp()
>
>put it in a
>
>def longClick(time = 1, img = None):
>if img: mouseMove(img)
>mouseDown(Button.LEFT)
>wait(time)
>
Public bug reported:
I want a longclick method for IOS app test
thanks
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1173112
T
like this
def double_rightClick(loc):
myreg.rightClick(loc)
time.sleep(0.5)
myreg.rightClick(loc)
thanks;
At 2013-04-15 10:54:57,"楚金龙" wrote:
sorry I'm chinese!
my english is poor
I want a double rightClick API
At 2013-04-13 16:40:31,RaiMan wrote:
>what is it???
>
>**
sorry I'm chinese!
my english is poor
I want a double rightClick API
At 2013-04-13 16:40:31,RaiMan wrote:
>what is it???
>
>** Changed in: sikuli
> Status: New => Invalid
>
>--
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.n
Public bug reported:
希望添加一个鼠标右键双击api
这样可以在使用vnc做手机上的测试的时候,方便对手机进行操作!
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1168598
Title
8 matches
Mail list logo