[Sikuli-driver] [Question #280746]: image file is deleted when saving script by existing name.

2016-01-08 Thread masuo
New question #280746 on Sikuli: https://answers.launchpad.net/sikuli/+question/280746 (1)save script named "script01" (by [save as...]) script01.sikuli is created. there is image file. (2)open "script01" (3)again save script named "script01" (by [save as...] instead of by [save]) script01.sikuli

Re: [Sikuli-driver] [Question #280746]: image file is deleted when saving script by existing name.

2016-01-08 Thread masuo
Question #280746 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280746 masuo posted a new comment: [environment] os:Windows7 sikulix:1.1.0 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #280774]: Observe doesn't work

2016-01-08 Thread masuo
Question #280774 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280774 Status: Open => Answered masuo proposed the following answer: def attack(event): event.stopObserver() doubleClick(event.getMatch()) http://sikulix-2014.readthedocs.org/en/latest/region.h

Re: [Sikuli-driver] [Question #280774]: Observe doesn't work

2016-01-09 Thread masuo
Question #280774 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280774 Status: Open => Answered masuo proposed the following answer: don’t use popup() in this case. Until you click ok , script do not go next line. change doubleClick(event.getLastMatch())

Re: [Sikuli-driver] [Question #280746]: image file is deleted when saving script by existing name.

2016-01-10 Thread masuo
Question #280746 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280746 masuo gave more information on the question: When script is untitled, images are saved in a temporally folder. I opened script at (2). If images are saved in a temporally folder as with the case of Untitled

Re: [Sikuli-driver] [Question #280801]: How to click on a button with dynamic text as value

2016-01-10 Thread masuo
Question #280801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280801 Status: Open => Answered masuo proposed the following answer: Are you using Sikuli from Sikuli-IDE(Python)? When you automate the web application and you can identify operating point by object name,

Re: [Sikuli-driver] [Question #280801]: How to click on a button with dynamic text as value

2016-01-10 Thread masuo
Question #280801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280801 masuo posted a new comment: I think the answer is in the following question. (Please be careful because it is two years ago question .) https://answers.launchpad.net/sikuli/+question/223428 [RaiMan said

Re: [Sikuli-driver] [Question #280883]: How can I disable error logs in sikuli?

2016-01-13 Thread masuo
Question #280883 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280883 masuo posted a new comment: I think there is that definition of the region somewhere in codes. Try to search for "Regin(0,940,1920,140)" in code file by Text editor. -- You received thi

Re: [Sikuli-driver] [Question #281171]: Sikuli + Selenium

2016-01-20 Thread masuo
Question #281171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281171 Status: Open => Answered masuo proposed the following answer: How to use Selenium WebDriver API from SikuliX-IDE(SikuliX1.1.0) [for example(on Windows):] load("C:\selenium\selenium-server-st

Re: [Sikuli-driver] [Question #281134]: openApp failed file not found

2016-01-20 Thread masuo
Question #281134 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281134 Status: Open => Answered masuo proposed the following answer: Sikuli provides user logging feature. http://sikulix-2014.readthedocs.org/en/latest/scripting.html#writing- and-redirecting-log-and-de

Re: [Sikuli-driver] [Question #281176]: Confusion between two images

2016-01-20 Thread masuo
Question #281176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281176 masuo proposed the following answer: When there are similar images on a screen, you should narrow a region to search. Find an image to mark. And find target image from this image. And click target image

Re: [Sikuli-driver] [Question #281176]: Confusion between two images

2016-01-20 Thread masuo
Question #281176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281176 masuo posted a new comment: [more information:] http://sikulix-2014.readthedocs.org/en/latest/region.html?highlight=region#Region.offset -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #283771]: Sikuli error while opening excel sheet

2016-01-27 Thread masuo
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 masuo proposed the following answer: I think backslash is not enough . [Now] C:\\Users\rupayan.nath\\Desktop\\Disqualify_offers_export [Correct] C:\\Users\\rupayan.nath\\Desktop\\Disqualify_offers_export

Re: [Sikuli-driver] [Question #283771]: Sikuli error while opening excel sheet

2016-01-27 Thread masuo
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 masuo proposed the following answer: Is number of backslash correct ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #283884]: Clicking on the object several times and reducing CPU usage

2016-01-29 Thread masuo
Question #283884 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283884 Status: Open => Answered masuo proposed the following answer: I think getLastMatch() is useful. http://sikulix-2014.readthedocs.org/en/latest/region.html?highlight=getlast#Region.getLastMatch --

Re: [Sikuli-driver] [Question #284241]: How to display a window with some message and then hide

2016-02-01 Thread masuo
Question #284241 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284241 Status: Open => Answered masuo proposed the following answer: The following question is helpful. https://answers.launchpad.net/sikuli/+question/276594 -- You received this question notificat

Re: [Sikuli-driver] [Question #283780]: how to change default screen to a custom region?

2016-02-01 Thread masuo
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered masuo proposed the following answer: When click() does not work as I think, I use mouseMove() and click(). But this is in my case. This might not work in your case. h

Re: [Sikuli-driver] [Question #283780]: how to change default screen to a custom region?

2016-02-01 Thread masuo
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered masuo proposed the following answer: Your operation to specify the region is correct . I think your operation to specify the image is wrong. You are using jpg file for argum

Re: [Sikuli-driver] [Question #284366]: what is the difference between Key.CTRL and KeyModifier.CTRL

2016-02-02 Thread masuo
Question #284366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284366 Status: Open => Answered masuo proposed the following answer: Key.CTRL is a character code. KeyModifier.CTRL is a integer value. [example code for understanding by Python:] a = [] a.append(Key.C

Re: [Sikuli-driver] [Question #284445]: After forcefully closing the application, screen.type() will work for few second and will give inputs to desktop or other apps.

2016-02-03 Thread masuo
Question #284445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284445 Status: Open => Answered masuo proposed the following answer: When the application is open, is there any unique image on the screen? if so, to confirm the unique image by exists() before type() may b

Re: [Sikuli-driver] [Question #284366]: what is the difference between Key.CTRL and KeyModifier.CTRL

2016-02-03 Thread masuo
Question #284366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284366 Status: Open => Answered masuo proposed the following answer: KeyModifier.XXX is used for parameter of click(), addHotkey() and etc. http://sikulix-2014.readthedocs.org/en/latest/interaction.h

Re: [Sikuli-driver] [Question #284226]: Sikulix, Jenkins, subsequent actions might not work as expected

2016-02-03 Thread masuo
Question #284226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284226 Status: Open => Answered masuo proposed the following answer: I do not know the fundamental solution, there is a workaround to use the Task Scheduler. I could run Sikuli script from the Jenkins via

Re: [Sikuli-driver] [Question #284548]: image in IDE changed to names of this image

2016-02-04 Thread masuo
Question #284548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284548 Status: Open => Answered masuo proposed the following answer: [Keyboard:] Ctrl + t or [Menu bar:] [View] - [Show ThumbNails Ctrl+T] -- You received this question notification because your t

Re: [Sikuli-driver] [Question #284548]: image in IDE changed to names of this image

2016-02-04 Thread masuo
Question #284548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284548 masuo posted a new comment: image files are deleted when saving script with existing name (overwrite) https://bugs.launchpad.net/sikuli/+bug/1532730 -- You received this question notification because your

Re: [Sikuli-driver] [Question #284553]: Key.RIGHT command is not executed by sikuli

2016-02-04 Thread masuo
Question #284553 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284553 Status: Open => Answered masuo proposed the following answer: Now script is wait by constant sleep time. Wait by image until image appear on screen. while not exists(image,0): wait(1) t

Re: [Sikuli-driver] [Question #284445]: After forcefully closing the application, screen.type() will work for few second and will give inputs to desktop or other apps.

2016-02-05 Thread masuo
Question #284445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284445 Status: Open => Answered masuo proposed the following answer: When you need to close the application, how do you close the application? keyboard or mouse? Even if it is difficult to interrupt scr

Re: [Sikuli-driver] [Question #285144]: Selecting text with the keyboard (Shift+Right)

2016-02-12 Thread masuo
Question #285144 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285144 Status: Open => Answered masuo proposed the following answer: I found a similar question . https://answers.launchpad.net/sikuli/+question/256442 At NumLock key off situation, it work as expected.

[Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-02-13 Thread masuo
New question #285483 on Sikuli: https://answers.launchpad.net/sikuli/+question/285483 I am sure this behavior by using the following code. When I click the OK button at the pop-up window, status does not change. When I type Enter-key at the pop-up window, status will change. (I tested on Windows7,

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-02-14 Thread masuo
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 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 #285483]: isLockOn does not change until typing from the keyboard

2016-02-14 Thread masuo
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 masuo posted a new comment: Thank you for checking. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #286152]: portable version of Sikuli 1.1.0 (or below)

2016-02-17 Thread masuo
Question #286152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286152 Status: Open => Answered masuo proposed the following answer: Visit QuickStart. http://www.sikulix.com/quickstart.html --> OFFLINE SETUP (if the internal download is blocked on your system) -

Re: [Sikuli-driver] [Question #285511]: Speed up sikuli script

2016-02-18 Thread masuo
Question #285511 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285511 Status: Open => Answered masuo proposed the following answer: One of the ways to speed up is to minimize the search area. http://sikulix-2014.readthedocs.org/en/latest/region.html#finding-insid

[Sikuli-driver] [Question #286269]: "hidden=True" to argument of input(), focus is on OK button

2016-02-18 Thread masuo
New question #286269 on Sikuli: https://answers.launchpad.net/sikuli/+question/286269 When I specify "hidden=True" to argument of input(), focus is not on the text box but on OK button . So, every time I open input window, I have to move focus to the text box. I hope that focus will be on the t

[Sikuli-driver] [Question #286271]: setFindFailedResponse(PROMPT) affects exists()

2016-02-18 Thread masuo
New question #286271 on Sikuli: https://answers.launchpad.net/sikuli/+question/286271 Even if image.png is not on a screen, exists(image.png) do not raise a FaidFailed exception. Is this behavior correct? -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #286271]: setFindFailedResponse(PROMPT) affects exists()

2016-02-19 Thread masuo
Question #286271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286271 Status: Answered => Open masuo is still having a problem: Sorry, I did not explain this question in detail. When I want to wait until image will appear, I use the following code. While not exi

Re: [Sikuli-driver] [Question #286448]: how to interrupt sikuli using team viewer from mac to control win7

2016-02-22 Thread masuo
Question #286448 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286448 Status: Open => Answered masuo proposed the following answer: you are using teamviewer on mac, I think. Send key combination that you can enter on Mac to Windows PC by using teamviewer. I think t

Re: [Sikuli-driver] [Question #286448]: how to interrupt sikuli using team viewer from mac to control win7

2016-02-22 Thread masuo
Question #286448 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286448 Status: Open => Answered masuo proposed the following answer: If script is running on Windows, I think the following way is one of solutions. Add hotkey of using new key combination. In handler funct

Re: [Sikuli-driver] [Question #286269]: "hidden=True" to argument of input(), focus is on OK button

2016-02-23 Thread masuo
Question #286269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286269 Status: Open => Solved masuo confirmed that the question is solved: I'm glad in response to a request. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #286271]: setFindFailedResponse(PROMPT) affects exists()

2016-02-23 Thread masuo
Question #286271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286271 masuo gave more information on the question: When prompt-window open by exists("image.png"), Abort button dose not work. When I click Abort button on prompt-window, SikuliX do not abort. SikuliX

Re: [Sikuli-driver] [Question #286271]: setFindFailedResponse(PROMPT) affects exists()

2016-02-23 Thread masuo
Question #286271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286271 Status: Answered => Open masuo is still having a problem: Karl, thank you for response. When using find, SikuliX abort. setFindFailedResponse(PROMPT) while True: find("1456263601570.png&qu

Re: [Sikuli-driver] [Question #287177]: Breaking out of a Loop with keyboard Input not working!

2016-02-29 Thread masuo
Question #287177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/287177 masuo proposed the following answer: there are two defects in LoopClose(). (1)Now variable A is defined as a local variable. Define variable A as global variable. (2)Now variable A is not substituted

Re: [Sikuli-driver] [Question #287160]: no error and no run

2016-02-29 Thread masuo
Question #287160 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/287160 Status: Open => Answered masuo proposed the following answer: def ex(exname): return exists(exname) # Add return -- You received this question notification because your team Sikuli Drivers is

sikuli-driver@lists.launchpad.net

2016-03-05 Thread masuo
Question #287919 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/287919 Status: Open => Answered masuo proposed the following answer: If searching image in the region is not successful, the resut is different between find and exists. find raise FindFailed except

Re: [Sikuli-driver] [Question #288521]: Typing Current datetime returning

2016-03-12 Thread masuo
Question #288521 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/288521 Status: Open => Answered masuo proposed the following answer: (1)datetime.datetime is class object. Use classmethod today() with strftime(). CurrentTime = datetime.datetime.today().strftime("

Re: [Sikuli-driver] [Question #288553]: Taking a printscreen if an error occurs

2016-03-12 Thread masuo
Question #288553 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/288553 Status: Open => Answered masuo proposed the following answer: documet says. By default, if the visual object (image or text) cannot be found, Sikuli will stop the script by raising an Except

Re: [Sikuli-driver] [Question #288553]: Taking a printscreen if an error occurs

2016-03-12 Thread masuo
Question #288553 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/288553 Status: Open => Answered masuo proposed the following answer: [example:] def func1(): find("image1.png") def func2(): find("image2.png") def func3(): a = 1/0 try

Re: [Sikuli-driver] [Question #288724]: Help with Region

2016-03-19 Thread masuo
Question #288724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/288724 Status: Open => Answered masuo proposed the following answer: [Example1: click LastMatch] r = Region(0,0,200,200) if r.exists("image.png"): r.click() [Example2: click another image i

Re: [Sikuli-driver] [Question #288871]: pypyodbc package does not import --- not possible because it uses c-types

2016-03-20 Thread masuo
Question #288871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/288871 masuo posted a new comment: When we use JDBC , JDBC driver for the target database is necessary. If you did not download JDBC driver yet, I think that to get JDBC driver file(x.jar) for the target

Re: [Sikuli-driver] [Question #289136]: type keyboard action on windows mobile using project my screen app not working

2016-03-24 Thread masuo
Question #289136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289136 Status: Open => Answered masuo proposed the following answer: Is click point correct? http://sikulix-2014.readthedocs.org/en/latest/pattern.html?highlight=offset Document says, Normally when click

Re: [Sikuli-driver] [Question #293807]: how can I transfer parameter when run sikuli through cmd line

2016-05-17 Thread masuo
Question #293807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293807 Status: Open => Answered masuo proposed the following answer: http://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.html?highlight=command -- runsikulix.cmd -r test.skl -- abc

[Sikuli-driver] [Question #293827]: "hidden=True" to argument of input(), None is not returned.

2016-05-17 Thread masuo
New question #293827 on Sikuli: https://answers.launchpad.net/sikuli/+question/293827 When I pressed the Cancel button or closed the dialog, None is not returned. Is this a bug? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #293874]: I want to find a Element e.g. a Drop down icon in my Page.

2016-05-18 Thread masuo
Question #293874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293874 Status: Open => Answered masuo proposed the following answer: If some unique images are near the icon , use that image instead of icon image as parameter for click. And specify the offset that

Re: [Sikuli-driver] [Question #293874]: I want to find a Element e.g. a Drop down icon in my Page.

2016-05-18 Thread masuo
Question #293874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293874 masuo posted a new comment: There was a clerical error in the above description . The IDE supports adjusting the targetOffset of captured images using the Target offset Pane. -- You received this question

Re: [Sikuli-driver] [Question #293827]: "hidden=True" to argument of input(), None is not returned.

2016-05-18 Thread masuo
Question #293827 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293827 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 #293874]: I want to find a Element e.g. a Drop down icon in my Page.

2016-05-19 Thread masuo
Question #293874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293874 Status: Open => Answered masuo proposed the following answer: [Example:] If you want to specify the area to search for the plus sign, you can use Region(). w = 20 h = 20 for x in range(20,10

[Sikuli-driver] [Bug 1584532] [NEW] [1.1.1(Build:2016-05-20)]input dialog(with hidden) returns incorrect text

2016-05-22 Thread masuo
Public bug reported: When I input "abc", input dialog returns "nullabc". version:SikuliIDE 1.1.1(2016-05-22_07:34nightly) OS:Windows7 ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli Drivers, which is su

[Sikuli-driver] [Question #294059]: [request] When using popFile(), I want to select any folder.

2016-05-22 Thread masuo
New question #294059 on Sikuli: https://answers.launchpad.net/sikuli/+question/294059 I try SikuliX1.1.1(Build:2016-05-20) . When I select a non-SikuliX folder, the following error occurs. Folder not a valid SikuliX script Try again. More generically I want to select any folder by popFile() .

[Sikuli-driver] [Bug 1584566] [NEW] [1.1.1(Build:2016-05-20)]click cancel on popFile dialog, exception occurs.

2016-05-22 Thread masuo
Public bug reported: When I click cancel on popFile dialog, the following error occurs. [error] java.lang.NullPointerException ( java.lang.NullPointerException ) version:SikuliIDE 1.1.1(2016-05-22_07:34nightly) OS:Windows7 ** Affects: sikuli Importance: Undecided Status: New --

Re: [Sikuli-driver] [Question #271032]: ImportError: No module named robot

2016-05-22 Thread masuo
Question #271032 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271032 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 #271032]: ImportError: No module named robot

2016-05-22 Thread masuo
Question #271032 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271032 masuo posted a new comment: I tried SikuliX1.1.1(Build:2016-05-20) by using the following article. http://sikulix-2014.readthedocs.io/en/latest/scenarios.html#using-robotframework Thank you RaiMan. -- You

[Sikuli-driver] [Question #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-23 Thread masuo
New question #294078 on Sikuli: https://answers.launchpad.net/sikuli/+question/294078 I have just started using RobotFramework. I run my code with SikuliX-IDE. The test was successful. But I can't get Robot outcome. What should I do? Please provide suggestions. This is error message. Output: W:\

Re: [Sikuli-driver] [Question #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-23 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 Status: Answered => Open masuo is still having a problem: At first I made robot_sample.sukuli by using the easiest way in the docs, and robot_sample.robot was created. When test case is wrote

Re: [Sikuli-driver] [Question #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-23 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 masuo posted a new comment: Thank you for your effort. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #294059]: [request] When using popFile(), I want to select any folder.

2016-05-24 Thread masuo
Question #294059 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294059 Status: Solved => Open masuo is still having a problem: There are some problems. (1)When select [C:\], following error occurs. [error] java.lang.NullPointerException ( java.lang.NullPointerExcept

Re: [Sikuli-driver] [Question #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-24 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 masuo posted a new comment: I do not think this is a better way, but I found a workaround for this problem. I am trying to solve this problem by describing both runScript() and robot.run() in a single code

Re: [Sikuli-driver] [Question #294059]: [request] When using popFile(), I want to select any folder.

2016-05-24 Thread masuo
Question #294059 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294059 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 #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-25 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 Status: Answered => Open masuo is still having a problem: I tried the way you have provided, but I could not execut it successfully. For that matter, I'm going to mention to another questio

Re: [Sikuli-driver] [Question #294330]: KeyModifier.SHIFT + Key.END + Key.PAGE_DOWN not working to select all item in list box

2016-05-25 Thread masuo
Question #294330 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294330 Status: Open => Answered masuo proposed the following answer: If you are using Windows, it is likely caused by NumLock key. similar question is here. https://answers.launchpad.net/sikuli/+quest

Re: [Sikuli-driver] [Question #294239]: Preview matched, but find failed

2016-05-25 Thread masuo
Question #294239 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294239 Status: Open => Answered masuo proposed the following answer: Please check whether there is an image2 in a rectangle that was the right side of the highlights. If image2 than a small height of ima

Re: [Sikuli-driver] [Question #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-26 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 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 #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-26 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 Status: Solved => Open masuo is still having a problem: I tried SikuliXIDE1.1.1(2016-05-27_01:01nightly). Still I can not get output.xml. Next Build? If my mind is too early, I apologize. Output:

Re: [Sikuli-driver] [Question #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-26 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 masuo posted a new comment: Sorry, output.xml is a typo . log.html, report.html -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #294078]: robot.run with SikuliX-IDE, can't get Robot outcome.

2016-05-27 Thread masuo
Question #294078 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294078 Status: Needs information => Solved masuo confirmed that the question is solved: I am sorry, I had not read docs. I noticed prepareRobot() is provided. I can get Robot outcome now. Thank you v

[Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-05-29 Thread masuo
New question #294598 on Sikuli: https://answers.launchpad.net/sikuli/+question/294598 I am tring runScript to use Robotframework. screenshot is stored in the default directory. But screenshot is not embedded into the log file of RobotFramework log.html Please provide suggestions. OS:Windows7 Vers

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-05-30 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 Status: Needs information => Open masuo gave more information on the question: According to the following user guide , Take Screenshot takes a screenshot in JPEG format and embeds it into the log f

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-05-31 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 masuo posted a new comment: Thanks RaiMan, I will try to search in the net. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-05-31 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 Status: Answered => Open masuo is still having a problem: The result was determined by the following code in librarylogger.py (AppData\Roaming\Sikulix\Lib\robot\output\librarylogger.py)

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-06-01 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 Status: Answered => Open masuo is still having a problem: There is screen capture feature in SikuliX. But feature of reporting is not in SikuliX, I recognize. So, I am interested in the feature

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-06-02 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 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 #294598]: screenshot is not embedded into the log file of RobotFramework

2016-06-02 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 Status: Open => Solved masuo confirmed that the question is solved: I think this is a Robot problem, so close this question. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #294820]: Convert .skl file to .bat file

2016-06-04 Thread masuo
Question #294820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294820 Status: Open => Answered masuo proposed the following answer: I have not used LANSA Editor, so I might have been mistaken . As you may know the docs. The way to run SikuliX from Command Line is on d

Re: [Sikuli-driver] [Question #294807]: Trouble figuring out onAppear

2016-06-04 Thread masuo
Question #294807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294807 Status: Open => Answered masuo proposed the following answer: I think that there is not any codes to break from while loop. For example, change global variable in the handler of onAppear and use

Re: [Sikuli-driver] [Question #294807]: Trouble figuring out onAppear

2016-06-04 Thread masuo
Question #294807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294807 masuo posted a new comment: If you do not wait 3 seconds by using exists() when png.1 is not exist, you may use exists("png.1",0) http://sikulix-2014.readthedocs.io/en/latest/region.html?highli

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-06-05 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 masuo posted a new comment: Now I am using RobotFramework by adding following codes before robot.run instead of changing librarylogger.py . from threading import currentThread currentThread().name

[Sikuli-driver] [Bug 1589474] [NEW] [1.1.1]return of SCREEN.captuer is not the path to the file

2016-06-06 Thread masuo
Public bug reported: return of SCREEN.captuer is not the path to the file [environment] OS:Windows7 Version:SikuliXIDE1.1.1(2016-06-06_01:nightly) [my code] print SCREEN.capture(SCREEN.getBounds()) [output] org.sikuli.script.ScreenImage@ffab51 ** Affects: sikuli Importance: Undecided

Re: [Sikuli-driver] [Question #294970]: addHotKey error

2016-06-06 Thread masuo
Question #294970 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294970 Status: Open => Answered masuo proposed the following answer: Use Key modifiers. And use Env.addHotkey instead of Key.addHotkey http://sikulix-2014.readthedocs.io/en/latest/interaction.html?highli

Re: [Sikuli-driver] [Question #294998]: Image recognition is not consistent. Sometimes it is not able to match some images in scren.

2016-06-07 Thread masuo
Question #294998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294998 Status: Open => Answered masuo proposed the following answer: If although the finding image has appeared but FindFailed has occured, it might be that the feature of find worked before the applicat

[Sikuli-driver] [Bug 1593040] [NEW] [1.1.1(Build:2016-06-08)]prepareRobot append the same entry to sys.path again

2016-06-15 Thread masuo
Public bug reported: prepareRobot append the same entry to sys.path again. (AppData\Sikulix\Lib and Current folder) I confirmed by running the following code. [code:] prepareRobot() print sys.path Although I do not know whether this is the cause, memory leak occurs when I use prepareRobot. **

Re: [Sikuli-driver] [Question #295416]: Opening SikuliX the next day shows all previously screenshotted images as random numbered files and the script won't run now.

2016-06-17 Thread masuo
Question #295416 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295416 Status: Open => Needs information masuo requested more information: Did you save script with existing same name (using Save As) ? https://bugs.launchpad.net/sikuli/+bug/1532730 -- You recei

Re: [Sikuli-driver] [Question #295416]: Opening SikuliX the next day shows all previously screenshotted images as random numbered files and the script won't run now.

2016-06-17 Thread masuo
Question #295416 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295416 Status: Open => Answered masuo proposed the following answer: This is a known bug. When you overwrite as same name , all image files are deleted. So in this case, you have to capture images ag

Re: [Sikuli-driver] [Question #295594]: Relaunch script on error

2016-06-25 Thread masuo
Question #295594 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295594 masuo posted a new comment: Relaunch means that If you do not want to stop sikuliX script when FindFaild error occur? If so you can use setFindFailedResponse(PROMPT). http://sikulix-2014.readthedocs.io/en

[Sikuli-driver] [Bug 1599018] [NEW] [1.1.1]Sometimes, images in EditorPane are missing.

2016-07-04 Thread masuo
Public bug reported: Sometimes, images in EditorPane are missing. Sorry, I could not identify which operation is the cause of this phenomenon. [environment:] OS: Windows7 Java version: 1.8.0_77 Sikulix version: SikulixIDE 1.1.1(2016-06-19_01:01nightly) ** Affects: sikuli Importance: Undecid

[Sikuli-driver] [Bug 1599018] Re: [1.1.1]Sometimes, images in EditorPane are missing.

2016-07-04 Thread masuo
I do not know whether or not the relationship, but also confirmed the following phenomenon. Sikuli-IDE abort when I close Editor Pane tab and then run RobotFramework. (1)open file [robot_CalcDemoEx1.sikuli] (2)open file [UserLibForSikuliXEx1.sikuli] (3)run [robot_CalcDemoEx1.sikuli] (2)close Ed

[Sikuli-driver] [Question #295981]: [1.1.1]Sometimes, images in EditorPane are missing.

2016-07-04 Thread masuo
New question #295981 on Sikuli: https://answers.launchpad.net/sikuli/+question/295981 Sometimes, images in EditorPane are missing. Sorry, I could not identify which operation is the cause of this phenomenon. [environment:] OS: Windows7 Java version: 1.8.0_77 Sikulix version: SikulixIDE 1.1.1(2016

Re: [Sikuli-driver] [Question #295981]: [1.1.1]Images in RobotFramework library .sikuli folder not found

2016-07-05 Thread masuo
Question #295981 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295981 Status: Answered => Open masuo is still having a problem: I am going to use addImagePath to add UserLibForSikuliXEx1.sikuli to the image path. Still, I understand only half. In the related bugs

Re: [Sikuli-driver] [Question #296141]: hasWindow always returns False

2016-07-15 Thread masuo
Question #296141 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/296141 Status: Open => Answered masuo proposed the following answer: If the first started process has been completed after a few seconds and another process is running, such a phenomenon occurs . It

Re: [Sikuli-driver] [Question #302259]: sikuli code repeating

2016-07-23 Thread masuo
Question #302259 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/302259 Status: Open => Answered masuo proposed the following answer: Use "break" when you want to exit from loop. [example specification] When image1 is found, click image3, then end. While

Re: [Sikuli-driver] [Question #323987]: Defined function is looping

2016-08-10 Thread masuo
Question #323987 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/323987 Status: Open => Answered masuo proposed the following answer: This is my sample code for study for onChange. This might be your help. Settings.UserLogs = True Settings.UserLogTime = True def hand

Re: [Sikuli-driver] [Question #329343]: Just installed and Can't open IDE.

2016-08-10 Thread masuo
Question #329343 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/329343 masuo posted a new comment: There is a similar question on SikuliX1.1.0. https://answers.launchpad.net/sikuli/+question/261633 -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #328376]: unreliable statement

2016-08-10 Thread masuo
Question #328376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/328376 Status: Open => Answered masuo proposed the following answer: First of all you should confirm what image is matched by exists("1470676354473.png") and confirm similarity. You can con

  1   2   3   4   5   6   7   8   >