Re: [Sikuli-driver] [Question #680971]: [1.1.4]How to open multiple windows of same application at the same time

2019-05-21 Thread masuo
Question #680971 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680971 Status: Answered => Solved masuo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

[Sikuli-driver] [Question #680971]: [1.1.4]How to open multiple windows of same application at the same time

2019-05-21 Thread masuo
New question #680971 on Sikuli: https://answers.launchpad.net/sikuli/+question/680971 I want to open 2 windws of same application at the same time. How can I do it with SikuliX1.1.4 ? [OS] Windows Server 2008 [java] java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Ja

Re: [Sikuli-driver] [Question #680931]: How to hold a key

2019-05-19 Thread masuo
Question #680931 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680931 Status: Open => Answered masuo proposed the following answer: Read document https://sikulix-2014.readthedocs.io/en/latest/region.html?#Region.keyDown https://sikulix-2014.readthedocs.io/en/lat

Re: [Sikuli-driver] [Question #680905]: java not able to use mouseMove function.

2019-05-17 Thread masuo
Question #680905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680905 Status: Open => Answered masuo proposed the following answer: Read document. https://sikulix-2014.readthedocs.io/en/latest/region.html?highlight=mouseMove#Region.mouseMove usage:mouseMove(xoff, y

Re: [Sikuli-driver] [Question #679788]: Error in creating Pattern using URI

2019-04-06 Thread masuo
Question #679788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679788 Status: Open => Needs information masuo requested more information: What do you mean "creating Pattern from URI"? You will be able to get more comments if you post the codes what you execu

Re: [Sikuli-driver] [Question #679803]: Latest sikulix installer does nothing when double clicked

2019-04-06 Thread masuo
Question #679803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679803 Status: Open => Answered masuo proposed the following answer: @MP You have to fix the "path-to" part based on your environment. -- You received this question notification because you

Re: [Sikuli-driver] [Question #679090]: What should I do to change Java environment?

2019-03-10 Thread masuo
Question #679090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679090 masuo posted a new comment: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #679090]: What should I do to change Java environment?

2019-03-10 Thread masuo
Question #679090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679090 Status: Needs information => Solved masuo confirmed that the question is solved: I have wanted to tell that the similarity of image is decreasing when changing java8 to OpenJDK11. capture image w

[Sikuli-driver] [Question #679090]: What should I do to change Java environment?

2019-03-10 Thread masuo
New question #679090 on Sikuli: https://answers.launchpad.net/sikuli/+question/679090 So far I use Java SE8 64bit. I try to change Java SE8 to OpenJDK11. But captuered images with Java SE8 environment do not work with OpenJDK11. Do I have to capture all images with OpenJDK11? Java SE8+SikuliX1.1

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread masuo
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 masuo posted a new comment: @Mike I misunderstood. I'm sorry. -- You received this question notification because your team Sikuli Drivers is an answer contact for S

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-23 Thread masuo
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 masuo posted a new comment: "Show" button: search images on a screen "Show in" button: search images on a region I often use "Show" rather than "Show in". -- You rec

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread masuo
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Status: Open => Answered masuo proposed the following answer: Try this codes. r1 = Region(100,100,300,300) r1.highlight(2) r2 = Region(100,100,300,300).asOffset(100,100) r2.highlight(2) You can

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-22 Thread masuo
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 Status: Open => Answered masuo proposed the following answer: Place the cursor on the line of captured images in SikuliX IDE, and click "show" button. You will find out the feature o

Re: [Sikuli-driver] [Question #678438]: [1.1.14 Jython] Settings().MoveMouseDelay() doesn't work

2019-02-09 Thread masuo
Question #678438 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678438 Status: Open => Needs information masuo requested more information: Settings.MoveMouseDelay is not a value for Low-level Mouse Actions like mouseMove(), but for features like click(). Do you mean t

Re: [Sikuli-driver] [Question #678325]: If it Can't Find, Closes Early

2019-02-04 Thread masuo
Question #678325 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678325 Status: Open => Answered masuo proposed the following answer: try this. while has(randomButtonImage): click(randomButtonImage) sleep(1) -- You received this question notification because y

Re: [Sikuli-driver] [Question #678325]: If it Can't Find, Closes Early

2019-02-04 Thread masuo
Question #678325 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678325 Status: Open => Needs information masuo requested more information: Are there FindFaile error messages? -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #678325]: If it Can't Find, Closes Early

2019-02-04 Thread masuo
Question #678325 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678325 masuo requested more information: Are there FindFaile error messages? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #678325]: If it Can't Find, Closes Early

2019-02-04 Thread masuo
Question #678325 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678325 Status: Open => Answered masuo proposed the following answer: As a standard behavior Sikuli internally processes about 3 search operations per second. So if "image.png" has existed bef

Re: [Sikuli-driver] [Question #678208]: How to get Sikuli version via console for version 1.4+

2019-02-02 Thread masuo
Question #678208 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678208 Status: Open => Needs information masuo requested more information: When using "print Env.getSikuliVersion ()" in Script, and run sikulix.jar from commandline using option "-c"

Re: [Sikuli-driver] [Question #678267]: Is is possible to use keyboard actions or to make click on UAC dialogs?

2019-02-02 Thread masuo
Question #678267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678267 Status: Open => Needs information masuo requested more information: What do you do when you manually solve your problem? I think that automating the same thing as that is a shortcut to solut

Re: [Sikuli-driver] [Question #678282]: Mojave : SikuliX IDE : [error] FileManager: Not a valid Sikuli script project:

2019-02-01 Thread masuo
Question #678282 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678282 Status: Open => Answered masuo proposed the following answer: "robot" is need before "*** Settings ***" -- You received this question notification because your team Sikuli Drive

Re: [Sikuli-driver] [Question #678260]: How to type Keys in sikuli

2019-02-01 Thread masuo
Question #678260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678260 Status: Open => Answered masuo proposed the following answer: There is a document. https://sikulix-2014.readthedocs.io/en/latest/keys.html -- You received this question notification because your t

Re: [Sikuli-driver] [Question #678087]: Need Help with my Script (For Summoners War)

2019-01-25 Thread masuo
Question #678087 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678087 Status: Open => Answered masuo proposed the following answer: If you want to click image2 only when image1 is visible, you have to use "if exists(image1)". There is a general usage of ex

Re: [Sikuli-driver] [Question #678079]: Store Image in Memory

2019-01-25 Thread masuo
Question #678079 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678079 Status: Open => Answered masuo proposed the following answer: By default, images used once are cached. https://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=Cache#image-search-p

Re: [Sikuli-driver] [Question #677916]: Script Exception after region highlight

2019-01-19 Thread masuo
Question #677916 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677916 Status: Open => Answered masuo proposed the following answer: See document. https://sikulix-2014.readthedocs.io/en/latest/region.html#grouping-method-calls-with-region If you get strange results

Re: [Sikuli-driver] [Question #677316]: [1.1.4] Where to find JavaScript examples

2019-01-04 Thread masuo
Question #677316 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677316 Status: Open => Answered masuo proposed the following answer: Have you read this document. http://sikulix-2014.readthedocs.io/en/latest/scenarios.html#using-javascript -- You received this quest

Re: [Sikuli-driver] [Question #677277]: Unable to get Sikuli 1.1.4 operational

2019-01-02 Thread masuo
Question #677277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677277 Status: Open => Answered masuo proposed the following answer: Do you want to use SikuliX1.1.4? SikuliX1.1.4 requires 64-Bit systems and also 64-Bit java runtime. There is an explanation. h

Re: [Sikuli-driver] [Question #677245]: Support for high DPI screens (such as the microsoft surface)?

2019-01-01 Thread masuo
Question #677245 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677245 Status: Open => Answered masuo proposed the following answer: It may be useful for your question. https://answers.launchpad.net/bugs/1730645 -- You received this question notification because y

Re: [Sikuli-driver] [Question #676735]: Chrome: recent changes --- most of my test-pictures no longer useable

2018-12-11 Thread masuo
Question #676735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676735 Status: Open => Answered masuo proposed the following answer: @Marc Summers Document is here. https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.setFindFailedResponse [example co

Re: [Sikuli-driver] [Question #676625]: Stop script, command line Windows

2018-12-05 Thread masuo
Question #676625 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676625 Status: Open => Answered masuo proposed the following answer: It can stop running by killing the Windows console if run from commandline using "java -jar C:\\SikuliX\\sikulix.jar -r scrip

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 masuo posted a new comment: It is not a problem of SikuliX. Now you have understood SikuliX. Next you have to learn Python's grammar. -- You received this question notification because your team S

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 masuo posted a new comment: And check this docs https://sikulix-2014.readthedocs.io/en/latest/keys.html#key-modifiers-modifier-keys -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 Status: Open => Answered masuo proposed the following answer: "does not work" mean FinFailed error? read docs https://sikulix-2014.readthedocs.io/en/latest/region.html?#exception-findfaile

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 Status: Open => Answered masuo proposed the following answer: indentation means that a space at the beginning of a line of writing. [error example] if find (image): rightclick(image) [correct exam

Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread masuo
Question #676464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676464 masuo posted a new comment: It is not a problem of SikuliX. You have to learn Python's grammar. -- You received this question notification because your team Sikuli Drivers is an answer contact for S

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-29 Thread masuo
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 Status: Open => Answered masuo proposed the following answer: try this. runScript("C:\auto\test1.sikuli") runScript("C:\auto\test2.sikuli") runScript("C:\auto\test3.sik

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-29 Thread masuo
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 Status: Open => Answered masuo proposed the following answer: Here is an explanation. https://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-scri

Re: [Sikuli-driver] [Question #676388]: How to use python transfer Minimize tools and then screen shots

2018-11-27 Thread masuo
Question #676388 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676388 Status: Needs information => Answered masuo proposed the following answer: To capture Screenshot is to use capture(). https://sikulix-2014.readthedocs.io/en/latest/screen.html#capturing --

Re: [Sikuli-driver] [Question #676388]: How to use python transfer Minimize tools and then screen shots

2018-11-27 Thread masuo
Question #676388 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676388 Status: Open => Needs information masuo requested more information: I do not know the specific function you expect, just by keywords. I think other people like that. -- You received this quest

Re: [Sikuli-driver] [Question #676247]: Capture images

2018-11-19 Thread masuo
Question #676247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676247 Status: Open => Needs information masuo requested more information: Report your environment(OS, Java version etc.) Then wait RaiMan will online. (RaiMan offline until Nov. 20th) -- You received t

Re: [Sikuli-driver] [Question #676244]: object 'Env' has no attribute 'addHotKey'

2018-11-19 Thread masuo
Question #676244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676244 Status: Open => Answered masuo proposed the following answer: It is due to mistyping of capital letters and lower case letters. addHotkey addHotKey -- You received this question notification beca

Re: [Sikuli-driver] [Question #676155]: Having trouble with inconsistent drop-down behavior on Windows

2018-11-16 Thread masuo
Question #676155 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676155 masuo posted a new comment: answer for #2 Open drop-down menu, then capture screen(push print screen button if your PC is Windows). Paste to image editor application, then use SikuliX IDE matching preview

Re: [Sikuli-driver] [Question #676200]: [error] IDE: Problem when trying to invoke menu action doFind Error: null

2018-11-16 Thread masuo
Question #676200 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676200 masuo posted a new comment: 2018-10-31_16:29 (Build 129) is the latest . Report your environment(OS, Java version etc.) Then wait RaiMan will online. (RaiMan offline until Nov. 20th) -- You received this

Re: [Sikuli-driver] [Question #676169]: Continuously monitoring parent while loop

2018-11-16 Thread masuo
Question #676169 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676169 Status: Open => Answered masuo proposed the following answer: This is repeats from Loop 1 if an error occurs while processing Loop 2. [example:] while True: popup("Loop1 start")

Re: [Sikuli-driver] [Question #676200]: [error] IDE: Problem when trying to invoke menu action doFind Error: null

2018-11-16 Thread masuo
Question #676200 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676200 Status: Open => Needs information masuo requested more information: What build are you using? It is reported that the issue is fixed 2018-10-05 build. https://bugs.launchpad.net/sikuli/+bug/1788

Re: [Sikuli-driver] [Question #676153]: Trying to select date from Calender Icon

2018-11-15 Thread masuo
Question #676153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676153 Status: Open => Needs information masuo requested more information: Is your issue FindFailed error? I recommend to use SikuliX IDE to check match objects are there or not on the screen. Capture im

Re: [Sikuli-driver] [Question #676155]: Having trouble with inconsistent drop-down behavior on Windows

2018-11-15 Thread masuo
Question #676155 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676155 Status: Open => Needs information masuo requested more information: >but the png and what I see on the screen look pretty close, to my eye, but apparently not to Sikuli. Is your issue FindFailed

Re: [Sikuli-driver] [Question #676075]: TypeError ( 'int' object is not callable )

2018-11-12 Thread masuo
Question #676075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676075 Status: Open => Answered masuo proposed the following answer: It is a specification of Python interpreter, not SikuliX bug. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #676075]: TypeError ( 'int' object is not callable )

2018-11-12 Thread masuo
Question #676075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676075 Status: Open => Answered masuo proposed the following answer: Such an error occurs when overwriting the function "int" in processing before this. Once overwritten, you can not restore it

Re: [Sikuli-driver] [Question #676064]: How to make fast clicks

2018-11-11 Thread masuo
Question #676064 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676064 Status: Open => Answered masuo proposed the following answer: Try low-level-mouse-actions https://sikulix-2014.readthedocs.io/en/latest/region.html#low-level-mouse-and-keyboard-actions -- You recei

Re: [Sikuli-driver] [Question #676036]: Trying to extract Date from the region and getting garbage values

2018-11-10 Thread masuo
Question #676036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676036 Status: Open => Answered masuo proposed the following answer: The extract result changes depending on the region surrounding characters. I recommend you to examine what region is suitable to extr

Re: [Sikuli-driver] [Question #676037]: JAVA API : hotkey working just first time?

2018-11-10 Thread masuo
Question #676037 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676037 masuo proposed the following answer: @Dado Variable "running" is global ? By popup window you can confirm hotkey is available . This code works as expected. [example as python:] flag = True d

Re: [Sikuli-driver] [Question #676023]: Scroll down drop-down menu and select country

2018-11-08 Thread masuo
Question #676023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676023 Status: Open => Answered masuo proposed the following answer: set timeout =0 for exists(), it will be faster than it is now. https://raiman.github.io/SikuliX1/javadocs/org/sikuli/script/Region.h

Re: [Sikuli-driver] [Question #676000]: masked part is not ignored

2018-11-08 Thread masuo
Question #676000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676000 Status: Open => Answered masuo proposed the following answer: reg=Pattern("1541610697055.png").mask() r1 = find(reg).highlight(1,"green") r1 is a match object, not "1541610

Re: [Sikuli-driver] [Question #675998]: Trying to capture image in system tray and also click on the icon execute other actions this from going to be done from java

2018-11-07 Thread masuo
Question #675998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675998 Status: Open => Answered masuo proposed the following answer: #1 and #2 are Python. Here is Javadocs. https://raiman.github.io/SikuliX1/javadocs/org/sikuli/script/Region.html -- You received t

Re: [Sikuli-driver] [Question #675998]: Trying to capture image in system tray and also click on the icon execute other actions this from going to be done from java

2018-11-07 Thread masuo
Question #675998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675998 masuo posted a new comment: I forgot to add nearby(). r = find("icon01.png").nearby().highlight(1) -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #676000]: masked part is not ignored

2018-11-07 Thread masuo
Question #676000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676000 Status: Open => Answered masuo proposed the following answer: This mask has the same size in pixels as the image itself. https://sikulix-2014.readthedocs.io/en/latest/tutorials/masking/masking.h

Re: [Sikuli-driver] [Question #676000]: masked part is not ignored

2018-11-07 Thread masuo
Question #676000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676000 Status: Open => Needs information masuo requested more information: Please upload related images somewhere internet site. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #675998]: Trying to capture image in system tray and also click on the icon execute other actions this from going to be done from java

2018-11-07 Thread masuo
Question #675998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675998 Status: Open => Answered masuo proposed the following answer: The tooltip of icon in system tray is shown nearby system tray? If so, you can use nearby() or above() or grow() etc. https://sikulix-2

Re: [Sikuli-driver] [Question #675972]: How to wait for Text field while page loading and type text when field is active.

2018-11-07 Thread masuo
Question #675972 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675972 Status: Open => Answered masuo proposed the following answer: I understand that "searchDonor" is an image to identify text box. If so, you can use exists(). [example as python:] whi

Re: [Sikuli-driver] [Question #675958]: How to implement a watchdog timer?

2018-11-06 Thread masuo
Question #675958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675958 masuo posted a new comment: This is one of ideas for watchdog, please modify codes as what you want to do. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #675958]: How to implement a watchdog timer?

2018-11-06 Thread masuo
Question #675958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675958 Status: Open => Answered masuo proposed the following answer: This script run continuously, if main script do not delay. import thread duration = 10 #-count down and type hotkey def Type_Hot

Re: [Sikuli-driver] [Question #675958]: How to implement a watchdog timer?

2018-11-06 Thread masuo
Question #675958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675958 Status: Open => Answered masuo proposed the following answer: This is a way to use hotkey handler. import thread #-count down and type hotkey def Type_Hotkey(name,*args): cnt = arg

Re: [Sikuli-driver] [Question #675865]: Sikuli unable to take screenshot inside Windows Action Center or Start panel

2018-11-05 Thread masuo
Question #675865 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675865 Status: Open => Answered masuo proposed the following answer: Try to execute SikuliX as administrator, if you did not try to execute SikuliX as administrator. -- You received this quest

Re: [Sikuli-driver] [Question #675865]: Sikuli unable to take screenshot inside Windows Action Center or Start panel

2018-11-03 Thread masuo
Question #675865 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675865 masuo posted a new comment: Try to execute SikuliX as administrator, if you did not try to execute SikuliX as administrator. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #675532]: how to select dropdown value and click in sikulix

2018-10-24 Thread masuo
Question #675532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675532 Status: Open => Needs information masuo requested more information: I can not understand what you are having troubled from what you wrote so far. Please write a little more concretely what you want

Re: [Sikuli-driver] [Question #675027]: Do not stop script when error

2018-10-11 Thread masuo
Question #675027 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675027 Status: Open => Answered masuo proposed the following answer: Do you mean FindFailed exception error? If so, this document is helpful for you. https://sikulix-2014.readthedocs.io/en/latest/region.h

Re: [Sikuli-driver] [Question #674136]: Loop break by if exists ("path to image") not work :(

2018-09-19 Thread masuo
Question #674136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674136 masuo proposed the following answer: If exists() returns True, there seem to be images similar to "1537362590995.png" on the screen. Since the minimum similarity is 70% in default, change t

Re: [Sikuli-driver] [Question #673806]: NameError ( name "logout" is not defined) - strange?

2018-09-13 Thread masuo
Question #673806 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673806 Status: Open => Answered masuo proposed the following answer: Function logout() should be defined before logout() is called. Your codes is similar to code1. Change code1 to like code2 or code3, it w

Re: [Sikuli-driver] [Question #673192]: Is it possible to speed up the code?

2018-08-31 Thread masuo
Question #673192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673192 masuo proposed the following answer: Are you want to shorten the time to return the result of exist ()? If image is not exist on screen, exists() return result after 3 seconds. If you specify maximum waiting

Re: [Sikuli-driver] [Question #673192]: Is it possible to speed up the code?

2018-08-31 Thread masuo
Question #673192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673192 Status: Open => Answered masuo proposed the following answer: The smaller the search range, the shorter the time to finish searching. Have you read the document on this page? https://sikulix-2

Re: [Sikuli-driver] [Question #672967]: [1.1.4]Is the masked pattern valid for findAll()?

2018-08-29 Thread masuo
Question #672967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672967 masuo 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

Re: [Sikuli-driver] [Question #672967]: [1.1.4]Is the masked pattern valid for findAll()?

2018-08-29 Thread masuo
Question #672967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672967 Status: Answered => Solved masuo confirmed that the question is solved: >#8 Please use it. >#9 I confirmed it worked. -- You received this question notification because your team Sikuli D

Re: [Sikuli-driver] [Question #672967]: [1.1.4]Is the masked pattern valid for findAll()?

2018-08-28 Thread masuo
Question #672967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672967 Status: Needs information => Open masuo gave more information on the question: I'm sorry, I did not notice that the document was changed. asMask and withMask are removed from the document and

[Sikuli-driver] [Question #673051]: findAllByRow and findAllByColumn return None when image not found.

2018-08-28 Thread masuo
New question #673051 on Sikuli: https://answers.launchpad.net/sikuli/+question/673051 findAllList and getAll return empty list when image not found. On the other hand findAllByRow and findAllByColumn return None when image not found. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #673051]: [1.1.4]findAllByRow and findAllByColumn return None when image not found.

2018-08-28 Thread masuo
Question #673051 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673051 Summary changed to: [1.1.4]findAllByRow and findAllByColumn return None when image not found. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #672967]: [1.1.4]Is the masked pattern valid for findAll()?

2018-08-27 Thread masuo
Question #672967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672967 Status: Solved => Open masuo is still having a problem: Evidence of executing the script https://photos.app.goo.gl/GWdQLLnfFbRpwEfB6 The result of code 4 is not what I expected. -- You received t

Re: [Sikuli-driver] [Question #672967]: [1.1.4]Is the masked pattern valid for findAll()?

2018-08-26 Thread masuo
Question #672967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672967 Status: Answered => Solved masuo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #672757]: version 1.1.4 does not run

2018-08-25 Thread masuo
Question #672757 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672757 Status: Open => Answered masuo proposed the following answer: @Seyed Mohammad Hossein Amirkhalili You are using Java 32bit. Try Java 64bit. -- You received this question notification because y

[Sikuli-driver] [Question #672967]: [1.1.4]Is the masked pattern valid for findAll()?

2018-08-25 Thread masuo
New question #672967 on Sikuli: https://answers.launchpad.net/sikuli/+question/672967 code1: worked code2: FindFailed exception occurred [code1:] maskImg = Pattern("cone-mask.png").asMask() maskedPtn = Pattern("safety-cone.png").withMask(maskImg) find(maskedPtn).highlight(1,"green") [code2:] mas

Re: [Sikuli-driver] [Question #672652]: [1.1.4] IDE: "Show thumbnails" switch removes Pattern with asMask and withMask

2018-08-25 Thread masuo
Question #672652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672652 masuo posted a new comment: Thanks RaiMan. I confirmed that the letter "M" at the top right of the image indicates that I have specified a mask. SikuliXIDE: 1.1.4(2018-08-25_11:27) -- You rec

Re: [Sikuli-driver] [Question #672667]: Exists Multiple Images

2018-08-24 Thread masuo
Question #672667 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672667 Status: Open => Answered masuo proposed the following answer: Try findBest() https://sikulix-2014.readthedocs.io/en/latest/region.html?highlight=findBest#find-more-than-one-image-in-a-region-at-the-s

Re: [Sikuli-driver] [Question #672659]: are all of the exceptions FindFailed

2018-08-23 Thread masuo
Question #672659 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672659 Status: Open => Answered masuo proposed the following answer: I assume that you are programing script with Python by using SikuliX IDE. FindFailed exception is in java class, so it is out of jyt

Re: [Sikuli-driver] [Question #672651]: [1.1.4]SikuliX IDE does not open without Extensions folder

2018-08-23 Thread masuo
Question #672651 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672651 Status: Answered => Solved masuo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #672651]: [1.1.4]SikuliX IDE does not open without Extensions folder

2018-08-23 Thread masuo
Question #672651 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672651 masuo posted a new comment: @RaiMan I changed title of this question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #672651]: [1.1.4]SikuliX IDE does not open without Extensions folder

2018-08-23 Thread masuo
Question #672651 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672651 Summary changed to: [1.1.4]SikuliX IDE does not open without Extensions folder -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #672651]: [1.1.4]It is necessary to move jython-standalone-2.7.1.jar to Extensions folder

2018-08-23 Thread masuo
Question #672651 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672651 Status: Answered => Open masuo is still having a problem: @RaiMan Please check the operation to copy Sikulix.jar to a PC which has not used SikuliX so far. Sikulix folder does not exist at C:\Us

Re: [Sikuli-driver] [Question #672651]: [1.1.4]It is necessary to move jython-standalone-2.7.1.jar to Extensions folder

2018-08-23 Thread masuo
Question #672651 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672651 masuo posted a new comment: @Tim B Between your environment and my one may be different . -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #672652]: [1.1.4]Set "Show thumbnails" switch on in SikuliX IDE, Pattern() is deleted.

2018-08-23 Thread masuo
New question #672652 on Sikuli: https://answers.launchpad.net/sikuli/+question/672652 Set "Show thumbnails" switch off and edited the code. maskImg = Pattern("1535033272666.png").asMask() maskedImg = Pattern("1535033272666.png").withMask() Set "Show thumbnails" switch on, Pattern() is deleted. ma

[Sikuli-driver] [Question #672651]: [1.1.4]It is necessary to move jython-standalone-2.7.1.jar to Extensions folder

2018-08-23 Thread masuo
New question #672651 on Sikuli: https://answers.launchpad.net/sikuli/+question/672651 Download jython-standalone-2.7.1.jar and sikulix.jar, and move both files to a folder. Doubleclick sikulix.jar, but nothing happened. After move jython-standalone-2.7.1.jar to Extensions folder and doubleclick

Re: [Sikuli-driver] [Question #672520]: ODBC Connection using SikuliX??

2018-08-20 Thread masuo
Question #672520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672520 Status: Open => Answered masuo proposed the following answer: This question may be helpful for you. https://answers.launchpad.net/sikuli/+question/672153 -- You received this question notificat

Re: [Sikuli-driver] [Question #672384]: Sikuli command to click button within HTML5 canvas object fails

2018-08-16 Thread masuo
Question #672384 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672384 Status: Open => Answered masuo proposed the following answer: Try low-level-mouse actions. You can control delay time at click actions by using mouseDown() etc. http://doc.sikuli.org/region.html#

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-13 Thread masuo
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 masuo proposed the following answer: And we can be visualized the region on the screen by using highlight(). r = Region (100, 100, 500, 500) r.highlight(1) r.find ( "image.png") -- You rec

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-13 Thread masuo
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 masuo proposed the following answer: @mrdenarakt An easy way to specify the region of the screen is provided by SikuliX IDE. Click Region button on SikuliX IDE. Screen get dark. Select Region from top left

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-12 Thread masuo
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 Status: Open => Answered masuo proposed the following answer: [example for first question] r = Region (100, 100, 500, 500) r.find ( "image.png") [for #1] Use SikuliX IDE and click im

Re: [Sikuli-driver] [Question #671235]: Record and playback in SikuliIDE

2018-07-30 Thread masuo
Question #671235 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671235 Status: Open => Answered masuo proposed the following answer: Where did you read that document? SikuliX document says that SikuliX currently does not have a recorder feature. http://sikulix-2

Re: [Sikuli-driver] [Question #671116]: To click on selected items

2018-07-25 Thread masuo
Question #671116 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671116 Status: Open => Needs information masuo requested more information: Try to check whether the difference can be discriminated with "minimum similarity" between checked component and no chec

Re: [Sikuli-driver] [Question #671096]: unit testing: how to handle exceptions and continue in case of failures

2018-07-24 Thread masuo
Question #671096 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671096 masuo proposed the following answer: If you want script to continue only if when FindFailed exception occurred, you can use setFindFailedResponse(SKIP). https://sikulix-2014.readthedocs.io/en/latest

Re: [Sikuli-driver] [Question #671085]: How to cut string from region of picture?

2018-07-24 Thread masuo
Question #671085 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671085 Status: Open => Answered masuo proposed the following answer: Do you use Python ? When you use Python in the script and you want to edit strings, you have to search Python documentation. for exam

Re: [Sikuli-driver] [Question #670950]: plz share any other usefull info

2018-07-18 Thread masuo
Question #670950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670950 Status: Open => Answered masuo proposed the following answer: try SikuliX1.1.2 http://sikulix.com/ click [Get version 1.1.2] https://launchpad.net/sikuli/sikulix/1.1.2 click [sikulixsetuo-1.1.2.

<    1   2   3   4   5   6   7   8   >