Re: [Sikuli-driver] [Question #686407]: Screenshot doesn't work properly on Mac

2019-11-30 Thread takaoka_kosuke
Question #686407 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686407

takaoka_kosuke 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


Re: [Sikuli-driver] [Question #686407]: Screenshot doesn't work properly on Mac

2019-11-30 Thread takaoka_kosuke
Question #686407 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686407

Status: Answered => Solved

takaoka_kosuke confirmed that the question is solved:
Dear,

It is solved! Thank you very much!

I couldn't find the popup for several times but finally I got it...
It is was careless of me anyway...

-- 
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 #686421]: How To Input a variable containing text to reg.find()

2019-11-30 Thread Mark McGuinn
New question #686421 on Sikuli:
https://answers.launchpad.net/sikuli/+question/686421

Trying to create a script which passes from excel to Sikul a name and then 
searches on an application screen for that name. The screen has 50 visible 
icons with a different name in each. I am trying to find the icon which matches 
the name passed in and click it. However when using the following code I get an 
error:

 reg=Region(303,294,1078,530)
m = reg.find("FORD")



[error] RunTimeIDE: ImageMissing: FORD
[error] RunTimeIDE: Wait: Abort: Jython: at xcel1 (49)
[error] script [ xcel1 ] stopped with error at line --unknown--

If I pass an image in it works, but not passing either hard coded text or a 
variable with the text. SO the question is how can I pass just a text string to 
the reg.find() command?


-- 
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 #686407]: Screenshot doesn't work properly on Mac

2019-11-30 Thread RaiMan
Question #686407 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/686407

Status: Open => Answered

RaiMan proposed the following answer:
I guess you have to switch on access rights for Java in Settings ->
Security -> Privacy

These are relevant for SikuliX:
Accessibility
Screen Recording
Automation

... but you should have gotten a popup telling you about that.

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