Re: [Sikuli-driver] [Question #274791]: Sikuli1.1.0

2015-11-18 Thread masuo
Question #274791 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274791 Status: Open => Answered masuo proposed the following answer: I think the following question will you help understand. https://answers.launchpad.net/sikuli/+question/272151 -- You received this questio

Re: [Sikuli-driver] [Question #273859]: How can I bypass: AttributeError ( 'reflectedfunction' object has no attribute 'from_iterable' ) ?

2015-11-18 Thread Eugene S
Question #273859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273859 Status: Open => Answered Eugene S proposed the following answer: It is unclear from you question what reflectedfunction is? >From the error though you can see that it fail because reflectedfunction obje

Re: [Sikuli-driver] [Question #273986]: Script won't stop

2015-11-18 Thread Eugene S
Question #273986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273986 Status: Open => Answered Eugene S proposed the following answer: Tried Ctrl+C? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #274033]: How to include two images under the same line of code

2015-11-18 Thread Eugene S
Question #274033 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274033 Status: Open => Answered Eugene S proposed the following answer: while exists("WIN7_START.png") and exists("AppiumTaskBarIcon.png") works fine for me -- You received this question notification because

[Sikuli-driver] [Question #274791]: Sikuli1.1.0

2015-11-18 Thread xiong
New question #274791 on Sikuli: https://answers.launchpad.net/sikuli/+question/274791 Hello, Sikuli1.1.0 can be a Windows platform under the.Exe installation package Personally feel that in the installation directory can do a lot of expansion, such as python, etc -- You received this question n

Re: [Sikuli-driver] [Question #274127]: Not working methods of the class App - close(), focus(),

2015-11-18 Thread Eugene S
Question #274127 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274127 Eugene S proposed the following answer: You are having this problem because of how you define your firefox variable. When you write: firefox = App.open(r"C:\Program Files (x86)\Mozilla Firefox\firefox.exe")

Re: [Sikuli-driver] [Question #274662]: execute other languages scripts in Sikuli's IDE

2015-11-18 Thread Eugene S
Question #274662 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274662 Status: Open => Answered Eugene S proposed the following answer: Installing Python on your computer should not create any conflict with Sikuli. If you have an external script that you want to run, you c

Re: [Sikuli-driver] [Question #274766]: SikuliX v1.1.0 Java API supported OS's

2015-11-18 Thread Eugene S
Question #274766 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274766 Eugene S posted a new comment: Hi, Sikuli works fine fir me in Windows 7 as it should be. Maybe posting your code will help? Cheers -- You received this question notification because your team Sikuli Dr

Re: [Sikuli-driver] [Question #274718]: IDE command wait("image") not waiting for image to appear before script continues

2015-11-18 Thread Eugene S
Question #274718 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274718 Status: Open => Answered Eugene S proposed the following answer: Hi, That's perhaps a general recommendation on debugging Sikuli scripts rather than the answer to your specific problem but still might p

Re: [Sikuli-driver] [Question #274766]: SikuliX v1.1.0 Java API supported OS's

2015-11-18 Thread kschmidt
Question #274766 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274766 Description changed to: I just started using SikuliX Java API v1.1.0. I did initial prototyping on OSX v10.10.5 against some web apps running on Firefox v42.0 and Chrome v46. I then tried to run the same Ja

[Sikuli-driver] [Question #274766]: SikuliX v1.1.0 Java API supported OS's

2015-11-18 Thread kschmidt
New question #274766 on Sikuli: https://answers.launchpad.net/sikuli/+question/274766 I just started using SikuliX Java API v1.1.0. I did initial prototyping on OSX v10.10.5 against some web apps running on Firefox v42.0 and Chrome v46. I then tried to run the same Java code (contained in a JAR

[Sikuli-driver] [Question #274718]: IDE command wait("image") not waiting for image to appear before script continues

2015-11-18 Thread Amanda
New question #274718 on Sikuli: https://answers.launchpad.net/sikuli/+question/274718 Hello, I am a beginner user of Sikuli and have been using the sikuli IDE to create sikuli scripts for a research project. I just recently upgraded to Sikulix 1.1.0 and the program I've be automating with Sikul

Re: [Sikuli-driver] [Question #269630]: SikulixIDE 1.1.0 doesn't run even "Hello World"

2015-11-18 Thread Luiz Carlos Modesto
Question #269630 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269630 Status: Answered => Solved Luiz Carlos Modesto confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #273609]: Sikuli code packed as Jar Executable?

2015-11-18 Thread Michael
Question #273609 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273609 Status: Answered => Solved Michael confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answe

[Sikuli-driver] [Question #274662]: execute other languages scripts in Sikuli's IDE

2015-11-18 Thread can
New question #274662 on Sikuli: https://answers.launchpad.net/sikuli/+question/274662 some difficulties are encountered when use Sikuli, which is the problem of the python Library of the C language. The cause is need to call PIL(Python Imaging Library) and pywin32(Python extensions for Windows).

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: issue is sikuli identify the object to click and move the cursior to the object but does not click it. Any idea why -- You received this question notification because your team

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Status: Needs information => Answered masuo proposed the following answer: Use Command Line Options, and recognize what error has occurred . To know the error is first . [Command Line Options:] -d 3

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: intermittent in the sense. some times it clicks the object some times its not. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Status: Open => Needs information masuo requested more information: Please explain what error has occurred . What does "intermittent problem" mean? -- You received this question notification because

[Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread Dwarika
New question #274647 on Sikuli: https://answers.launchpad.net/sikuli/+question/274647 HI I have created 3 different sikuli script to execute one by one. When i run each of the script separately using Run button .its properly working with 100% accuracy. But when i trigger the script from co

Re: [Sikuli-driver] [Question #273624]: how to integrate sikuli with appium

2015-11-18 Thread Launchpad Janitor
Question #273624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273624 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no