Re: [Sikuli-driver] [Question #658596]: Lower pattern match within a loop on repeat

2017-10-31 Thread arminius
Question #658596 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/658596

arminius confirmed that the question is solved:
Thanks Manfred Hampl, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #658596]: Lower pattern match within a loop on repeat

2017-10-31 Thread arminius
Question #658596 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/658596

Status: Answered => Solved

arminius confirmed that the question is solved:
so sorry, I forgot to thank you for this, that's perfect, you even
anticipated the need for the print part.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660144]: click inconsistencies

2017-10-31 Thread arminius
Question #660144 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660144

Status: Open => Answered

arminius proposed the following answer:
maybe try

while True:
if exists(image):
 click(image)
else:
wait(5)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-10-31 Thread arminius
Question #660197 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660197

arminius posted a new comment:
I've been able to run SKL files with a BAT file, but I don't know if
Sikuli needs to be installed for that to work, someone with more
experience should be along soon.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
Question #660174 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660174

Status: Needs information => Solved

aravind confirmed that the question is solved:
Solved it after I found this doc
http://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=mouse%20delay
,Thanks for the response

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-10-31 Thread Max
New question #660197 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660197

I just started doing some scripts with Sikuli in python.

I would like to know if it's possible (and if yes, how) to create a jar or exe 
file from my python script (file .py and images).

I would like to easily run my program from other machines that do not have 
sikuli install (e.g., java -jar my_script.jar or my_script.exe) or give the 
utility to some colleagues, but I don't want that they see the source code.

I tried to follow this link but did not work -> 
https://wiki.python.org/jython/JythonFaq/DistributingJythonScripts

Thank you for your help!!!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread RaiMan
Question #660173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660173

RaiMan proposed the following answer:
Sorry, no time for such special cases.

Search the net for your special combination.

Nevertheless, if anyone here has a chance to get a clue of your
situation, then you have to talk about your environment, concrete
problems and steps already taken in detail.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread Yogesh Baviskar
Question #660173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660173

Yogesh Baviskar posted a new comment:
Hello RaiMan,

Thank you for quick reply . I tried steps mention above but still it is
not working.

Can we have sharing session so that i can show you my system details.

Thanks,
Yogesh

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread RaiMan
Question #660174 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660174

Status: Open => Needs information

RaiMan requested more information:
--- one of my test script uses dragDrop()
... cannot see where

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread RaiMan
Question #660173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660173

Status: Open => Answered

RaiMan proposed the following answer:
Are you running some Linux flavour in a vagrant container?

If yes, be sure to use SikuliX 1.1.1 and see:
http://www.sikulix.com/specials/files/linux-setup-prerequisites.html

If not, run a correct setup according to:
http://www.sikulix.com/quickstart/

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread RaiMan
Question #660173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660173

Summary changed to:
running in vagrant: libs problem

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
New question #660174 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660174

I am trying to develop a UI test suite for a GUI application. My launcher 
module looks like this 

from sikuli import *
import unittest
import HTMLTestRunner
Settings.MoveMouseDelay = 0
Settings.TypeDelay = 0
Settings.ClickDelay = 0
def ClickOrtho(img):
start=Env.getMouseLocation()
end=find(img)
mouseMove(Location(end.x,start.y))
mouseMove(Location(end.x,end.y))   
click(end)
return end
#open the application 
def test_1_right(self): 
 import one
.
.
.
.
.
.

The problem is one of my test script uses dragDrop() , when run that test 
script discretely  It is working as expected but when I run the main UI script  
the particular case is getting stuck at dragDrop(). (The function has 
successfully dragged the content and reaching near destination but It is not 
dropping the item on the destination) as a result the next statement is getting 
failed. 


Note: I am pretty sure that the present test case is not getting failed because 
of previous test case. and also tried by removing  click delay, mouse delay  
and type delay

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
Question #660174 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660174

Description changed to:
I am trying to develop a UI test suite for a GUI application. My
launcher module looks like this

from sikuli import *
import unittest
import HTMLTestRunner
Settings.MoveMouseDelay = 0
Settings.TypeDelay = 0
Settings.ClickDelay = 0
def ClickOrtho(img):
start=Env.getMouseLocation()
end=find(img)
mouseMove(Location(end.x,start.y))
mouseMove(Location(end.x,end.y))   
click(end)
return end
#open the application 
def test_1_right(self): 
 import one
.
.
.
.
.
.

The problem is one of my test script uses dragDrop() , when I run that
test script discretely  It is working as expected but when I run the
main UI script  the particular case is getting stuck at dragDrop(). (The
function has successfully dragged the content and reached near
destination but It is not dropping the item at destination) as a result
the next statement is getting failed.


Note: I am pretty sure that the present test case is not getting failed because 
of previous test case. and also tried by removing  click delay, mouse delay  
and type delay

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Status: Answered => Solved

Q17 confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #660173]: Getting error "[error] ResourceLoaderBasic: checkLibsDir: Not a valid libs dir for SikuliX (amd64): /vagrant/Backup/libs"while running sript

2017-10-31 Thread Yogesh Baviskar
New question #660173 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660173

I am running selenium script using Sikuli but giving following error:

ResourceLoaderBasic: checkLibsDir: Not a valid libs dir for SikuliX (amd64): 
/vagrant/Backup/libs
[error] ResourceLoaderBasic: check: libs dir is empty, has wrong content or is 
outdated
[action] ResourceLoaderBasic: check: Please wait! Trying to extract libs to: 
/vagrant/Backup/libs
[error] ResourceLoaderBasic: checkLibsDir: Not a valid libs dir for SikuliX 
(amd64): /vagrant/Backup/libs
[error] ResourceLoaderBasic: loadLib: Fatal Error 109: not found: 
/vagrant/Backup/libs/libVisionProxy.so
[error] Terminating SikuliX after a fatal error(109)! Sorry, but it makes no 
sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the Q board.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Q17 posted a new comment:
Ok thanks I will try find method.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread RaiMan
Question #659479 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/659479

RaiMan proposed the following answer:
--- Python over Sikulix IDE 1.1.1
... does not matter what you use for scripting/programming.

The challenge is to find the correct sequence of key/mouse actions for
your problem, based on the usage of Java Robot acting on your simulator
window.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread AMRIT BHARDWAJ
Question #659479 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/659479

AMRIT BHARDWAJ posted a new comment:
Hi RaiMan, I am using Python over Sikulix IDE 1.1.1. Do we have anything
for this ?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread RaiMan
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Status: Needs information => Answered

RaiMan proposed the following answer:
exists does not tell you anything but True or False.

If you want information, you have to use find/wait and catch the
FindFailed exception.

... but this will not give you more information: if exists returns
False, the image is not found within 3 seconds on the screen.

So you have to check your click... workflow.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Description changed to:
Hi,

I have used the code below to verify if the image of a popup exists or
not but it failed and it does not say why:

def testA(self):
click(image1)
wait(1) 
assert exists(PopUpImage)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(PopUpImage)

Can someone please tell me why does not recognize the popup?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Q17 posted a new comment:
Sorry it should be:

File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(PopUpImage)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Q17 posted a new comment:
Sorry it should be:

File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(PopUpImage)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread RaiMan
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Status: Open => Needs information

RaiMan requested more information:
this line
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)

is not from your posted def testA

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Description changed to:
Hi,

I have used the code below to verify if the image of a popup exists or
not but it failed and it does not say why:

def testA(self):
click(image1)
wait(1) 
assert exists(PopUpImage)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)

Can someone please tell me why does not recognize the popup?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660171

Description changed to:
Hi,

I have used the code below to verify if the image of a popup exists or
not but it failed and it does not say why:

def testA(self):
click(image1)
wait(1) 
assert exists(PopUpImage)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)

Can someone please tell me why does it not recognize the popup?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
New question #660171 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660171

Hi,

I have used the code below to verify if the image of the popup exists or not 
but it failed and it does not say why:

def testA(self):
click(image1)
wait(1) 
assert exists(PopUpImage)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)

Can someone please tell me why does it not recognize the popup? 


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread RaiMan
Question #659479 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/659479

Status: Open => Answered

RaiMan proposed the following answer:
Look in the net for a combination of your problem with Java Robot class
(used in Sikuli for mouse and keyboard).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread AMRIT BHARDWAJ
Question #659479 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/659479

Status: Expired => Open

AMRIT BHARDWAJ is still having a problem:
Hi Team, I am stuck with implementing swipe/scroll gesture over ipad Air 
simulator. 
tried- wheel, MoveMouse, dragDrop..none seems to help.
Need inputs.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660162]: When can we expect SikuliX2?

2017-10-31 Thread RaiMan
Question #660162 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660162

Status: Open => Answered

RaiMan proposed the following answer:
1st quarter of 2018. Nightly previews during the next months.

Delay is caused by other private priorities.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread Launchpad Janitor
Question #659479 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/659479

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660162]: When can we expect SikuliX2?

2017-10-31 Thread aravind
Question #660162 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660162

Description changed to:
Hello ALl,,

Greetings of the day, Just want to know when can I expect SikuliX2 ?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #660162]: When can we expect SikuliX2?

2017-10-31 Thread aravind
Question #660162 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660162

Description changed to:
Just want to know when can I expect SikuliX2 ?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #660162]: When can we expect SikuliX2?

2017-10-31 Thread aravind
New question #660162 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660162

Hello ALl,,

Greetings of the day, Just want to know when can we expect SikuliX2 ?

Regards,
Aravind

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp