Re: [Sikuli-driver] [Question #295397]: how to compare special part of an image

2016-06-27 Thread Rite
Question #295397 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295397

Status: Answered => Solved

Rite confirmed that the question is solved:
Thanks Alex Lunyov, 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 #295568]: Robot framework, Sikuli hello_world demo script is failing?

2016-06-27 Thread wang yang
Question #295568 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295568

wang yang posted a new comment:

How do you installed this library, pip or source installation?

If sikuli ide is works in your environment, this library should also
works.

If still has problem, you may start the server manually which is
provided in https://github.com/rainmanwy/robotframework-SikuliLibrary

command like:
java -jar SikuliLibrary.jar 1 .

Then use remote library to connect it, and call some keywords.
for example
server part:

rainman@ubuntu:~/workspace/GitHub/robotframework-SikuliLibrary/target/src/SikuliLibrary/lib$
 java -jar SikuliLibrary.jar 1 .
1 [main] INFO org.robotframework.remoteserver.RemoteServer  - Mapped path / to 
library com.github.rainmanwy.robotframework.sikulilib.SikuliLibrary.
2 [main] INFO org.robotframework.remoteserver.RemoteServer  - Robot Framework 
remote server starting
2 [main] INFO org.eclipse.jetty.server.Server  - jetty-7.x.y-SNAPSHOT
61 [main] INFO org.eclipse.jetty.server.handler.ContextHandler  - started 
o.e.j.s.ServletContextHandler{/,null}
230 [main] INFO org.eclipse.jetty.server.AbstractConnector  - Started 
SelectChannelConnector@0.0.0.0:1
231 [main] INFO org.robotframework.remoteserver.RemoteServer  - Robot Framework 
remote server started on port 1.
[info] runcmd: lsb_release -i -r -s 


client part:
rainman@ubuntu:~$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:38) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from robot.libraries.Remote import Remote
>>> remote = Remote('http://127.0.0.1:1/')
>>> remote.get_keyword_names()
['clickIn', 'mouseDown', 'dragAndDrop', 'addImagePath', 'highlight', 
'wheelDown', 'pressSpecialKey', 'rightClickIn', 'clearAllHighlights', 
'waitUntilScreenContain', 'mouseMove', 'inputText', 
'waitUntilScreenNotContain', 'wheelUp', 'doubleClickIn', 'click', 
'captureScreen', 'rightClick', 'setTimeout', 'doubleClick', 
'screenShouldContain', 'clearHighlight', 'screenShouldNotContain', 'mouseUp', 
'setCaptureFolder', 'pasteText', 'getMatchScore', 'setMinSimilarity', 
'stop_remote_server']
>>>

-- 
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 #295714]: Shift + Tab not working in SikuliX Version 1.1.1 201606141620

2016-06-27 Thread RaiMan
Question #295714 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295714

Status: Open => Answered

RaiMan proposed the following answer:
type(Key.TAB, Key.SHIFT)

according to the docs.

-- 
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 #295718]: steps to install sikuli on linux

2016-06-27 Thread RaiMan
Question #295718 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295718

Status: Open => Answered

RaiMan proposed the following answer:
this is surely not the original Sikuli(X) but some wrapper or other
derivative.

see: http://sikulix.com

-- 
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 #295718]: steps to install sikuli on linux

2016-06-27 Thread Raghavender
New question #295718 on Sikuli:
https://answers.launchpad.net/sikuli/+question/295718

Hi,

i am trying to install sikuli on linux system, found the following instructions 
on GitHub.

Build With Maven

->Clone this project, and execute maven package command
->One zip file will be created in "target" folder, could unzip this file and 
add to PYTHONPATH
->If want to installed to python, please execute
   python setup.py install

can you please elaborate on how to clone the project and run maven package 
command?

Regards,
Raghu

-- 
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 #295714]: Shift + Tab not working in SikuliX Version 1.1.1 201606141620

2016-06-27 Thread Shobin
New question #295714 on Sikuli:
https://answers.launchpad.net/sikuli/+question/295714

Tried using the Key constants for SHIFT + TAB , tried the one stated in the 
documents.

type(Key.SHIFT + Key.TAB) didnt work, it just posts TABS and not the reverse.

-- 
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 #295564]: OSX 10.11: World of Warcraft: Capture Screen turns screen flat Grey

2016-06-27 Thread RaiMan
Question #295564 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295564

Status: Open => Needs information

RaiMan requested more information:
--- using the scripting tool
... means you are talking about the IDE.
Are you sure you are running the latest version 1.1.1?

--- in your question you say: 
SikuliX 1.1.1-SNAPSHOT updated via Maven Dependency
... which does not update the IDE.

--- it's turning gray a second or so after hitting the wait() in the menu
what happens, if you simply try to capture an image with the capture button?

-- 
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 #295564]: OSX 10.11: World of Warcraft: Capture Screen turns screen flat Grey

2016-06-27 Thread Andrew P Tillinghast
Question #295564 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295564

Status: Needs information => Open

Andrew P Tillinghast gave more information on the question:
When using the scripting tool I'm not giving wow focus so it's turning
gray a second or so after hitting the wait() in the menu

-- 
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 #185791]: How to run "Sikuli On Virtual Machines"

2016-06-27 Thread RaiMan
Question #185791 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185791

RaiMan posted a new comment:
I do not have any experience with that, sorry

-- 
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 #295568]: Robot framework, Sikuli hello_world demo script is failing?

2016-06-27 Thread RaiMan
Question #295568 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295568

Status: Open => Answered

RaiMan proposed the following answer:
see:
http://www.sikulix.com/specials/files/d1955fd01777bbfb4bb60daf926c8ee5-0.html

-- 
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 #295568]: Robot framework, Sikuli hello_world demo script is failing?

2016-06-27 Thread Kranti
Question #295568 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/295568

Kranti gave more information on the question:
Hi Wang

We have installed open cv on linux(ubuntu )  from link
https://gist.github.com/dynamicguy/3d1fce8dae65e765f7c4.

Can you tell us what are the other dependencies that shoul be installed
on linux(ubuntu)?

is there any way to find the dependencies?


Regards,
Kranti

-- 
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 #295690]: (Chinese (Simplified)) 如何保存sikuli执行的结果

2016-06-27 Thread zhangman
A question was asked in a language (Chinese (Simplified)) spoken by
none of the registered Sikuli answer contacts.

https://answers.launchpad.net/sikuli/+question/295690

您好:
  我用的版本是sikuli1.1.1,脚本执行完以后,如何将执行的结果自动保存到文本文档中
   非常期待您的答复

-- 
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 #185791]: How to run "Sikuli On Virtual Machines"

2016-06-27 Thread Rocky
Question #185791 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185791

Rocky posted a new comment:
@RaiMan ,  can you please advise ?

-- 
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 #185791]: How to run "Sikuli On Virtual Machines"

2016-06-27 Thread Rocky
Question #185791 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/185791

Rocky posted a new comment:
Hi, 
I have a remote   machine R  where i have scheduled a few automated runs using 
sikuli . 
Issue: My script starts at the decided time on R but as soon the  code flow 
come at reading UI element/search image pattern , the sikuli script  does 
nothing. it stales completely so the only way i am able to run it is by  
opening up  "mstsc R"  on my workstation and then keep that mstsc window open . 

Can someone please advise on this ?

Thanks in advance.

-- 
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