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. http://sikulix.

[Sikuli-driver] [Question #677281]: Spy 9999994242 Cheating Playing Cards in Delhi/India

2019-01-02 Thread googlein
New question #677281 on Sikuli: https://answers.launchpad.net/sikuli/+question/677281 The Spy Cheating Playing Cards in Delhi which is also known as the CVK 500 Poker Analyzer Device. This is the latest playing cards scanner app for the poker players. Do you know how to use the spy playing card

Re: [Sikuli-driver] [Question #676954]: clear cursor

2019-01-02 Thread Rares Pasca
Question #676954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676954 Rares Pasca posted a new comment: Thanks guys for your responses. I'm just back from vacation so back to work. @TestMechanic Here you can find the trial version I guess, if you wanna try: https://www.hage

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2019-01-02 Thread Sreelekshmi
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Sreelekshmi posted a new comment: Can you please share the modified HTMLTestRunner.py to include screenshot. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #677276]: loop

2019-01-02 Thread Ju1+i-我 .
Question #677276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677276 Status: Open => Solved Ju1+i-我. confirmed that the question is solved: sorry , my mistake , it's solved -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #677276]: loop

2019-01-02 Thread Ju1+i-我 .
Question #677276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677276 Ju1+i-我. gave more information on the question: pic1 & pic2 exists , but still doesn't work , -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

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

2019-01-02 Thread Joseph Maruca
New question #677277 on Sikuli: https://answers.launchpad.net/sikuli/+question/677277 Hello Support, I have just installed Java v8 on a Windows 7 & Windows 10 machine and recently downloaded the following files: sikulix.jar sikulixapi.jar jython-standalone-2.7.1.jar When double-clicking on the s

[Sikuli-driver] [Question #677276]: loop

2019-01-02 Thread Ju1+i-我 .
New question #677276 on Sikuli: https://answers.launchpad.net/sikuli/+question/677276 while True: if not exists( pic1 ) or not exists( pic 2 ): wait(8) else: break but it doesn't work , can you provide another solution to sol

Re: [Sikuli-driver] [Question #677269]: When using a for loop for a fixed list, type() is only the first letter

2019-01-02 Thread RaiMan
Question #677269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677269 RaiMan posted a new comment: Python generally is not strongly typed, hence type is evaluated from context on assignment. ... and variables can change their type at any time. BTW: ("foo",) is not a list but

Re: [Sikuli-driver] [Question #677269]: When using a for loop for a fixed list, type() is only the first letter

2019-01-02 Thread Matt Brown
Question #677269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677269 Matt Brown posted a new comment: In re to #2, quite obviously a lack of understanding of collections in python. Using a list `()` versus a set `[]` so that redundant entries can be contained therein. Thanks

Re: [Sikuli-driver] [Question #677269]: When using a for loop for a fixed list, type() is only the first letter

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

Re: [Sikuli-driver] [Question #677269]: When using a for loop for a fixed list, type() is only the first letter

2019-01-02 Thread Matt Brown
Question #677269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677269 Matt Brown posted a new comment: Ahh hah! Excellent. Is there a way to strongly type this is a string array so I don't run into this issue? Of course, single string was intended as a test. -- You receive

[Sikuli-driver] [Question #677270]: use of collectLinesText function

2019-01-02 Thread Rony Verch
New question #677270 on Sikuli: https://answers.launchpad.net/sikuli/+question/677270 Hey, I am trying to use the collectLinesText function to get all the text shown on a page. When I run the following code: result = collectLinesText() I get the error: [error] java.lang.NullPointerException (

Re: [Sikuli-driver] [Question #677266]: Sikulix IDE not closing his process with nightly build SNAPSHOT-2018-12-31

2019-01-02 Thread RaiMan
Question #677266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677266 Status: Open => Answered RaiMan proposed the following answer: please try again with latest build #168 -- You received this question notification because your team Sikuli Drivers is an answer contact f

Re: [Sikuli-driver] [Question #677269]: When using a for loop for a fixed list, type() is only the first letter

2019-01-02 Thread RaiMan
Question #677269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677269 Status: Open => Answered RaiMan proposed the following answer: myListFixed = ("insomuchas") ... just is the list of characters in the given string myListFixed = ("insomuchas", ) makes a list with 1 st

[Sikuli-driver] [Question #677269]: When using a for loop for a fixed list, type() is only the first letter

2019-01-02 Thread Matt Brown
New question #677269 on Sikuli: https://answers.launchpad.net/sikuli/+question/677269 Hello, When I use a for loop with a fixed list, when accessing the current item with `entry`, only the first letter of `entry` appears be typed using `type()`. Is there an issue with type() or an issue with my

Re: [Sikuli-driver] [Question #676793]: How to update XML file remotely at particular node?

2019-01-02 Thread TestMechanic
Question #676793 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676793 TestMechanic proposed the following answer: Are you trying to update text is some editor? It can be done but you need to provide more info about the text editor (screenshot or clip) If UI editing is not requ

Re: [Sikuli-driver] [Question #676871]: Unable to type in Windows file browser dialog

2019-01-02 Thread TestMechanic
Question #676871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676871 TestMechanic posted a new comment: Akos, paste here your type() command -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #676954]: clear cursor

2019-01-02 Thread TestMechanic
Question #676954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676954 TestMechanic posted a new comment: An important note here. Sikuli doesn't know anything about your application beside image on the screen. Any actions performed by Sikuli are not specific to your application

Re: [Sikuli-driver] [Question #676872]: Differentiate identical buttons

2019-01-02 Thread TestMechanic
Question #676872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676872 TestMechanic proposed the following answer: There are many ways to solve this challenge. First of all buttons looks the same but have different coordinates .x and .y. So you can just compare coordinates and s

[Sikuli-driver] [Question #677266]: Sikulix IDE not closing his process with nightly build SNAPSHOT-2018-12-31

2019-01-02 Thread matteoa
New question #677266 on Sikuli: https://answers.launchpad.net/sikuli/+question/677266 hello, I downloaded today the nightly build, porting my configuration to 1.1.4-SNAPSHOT-2018-12-31_16:24/Windows10.0/Java8(64)1.8.0_191-b12 >From today, and not with previous version from the 14th of december (