Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-01 Thread charliedaps
Question #676498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676498 charliedaps gave more information on the question: Hello, Thank you for your answer and help. In fact, I do not know how to make python or sikuli select some of the text. I do a search "image" that finds i

Re: [Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
Question #676508 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676508 Description changed to: So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (w

Re: [Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
Question #676508 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676508 Description changed to: So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (w

Re: [Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
Question #676508 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676508 Description changed to: So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (w

[Sikuli-driver] [Question #676508]: findAll no longer working correctly

2018-12-01 Thread alex
New question #676508 on Sikuli: https://answers.launchpad.net/sikuli/+question/676508 So far I have been using findAll without any issues. But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image. I am running the same script (with the exception of having

Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-01 Thread Mike
Question #676498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676498 Mike posted a new comment: If you know how to do it in Excel, then why not Cntl-C the contents of the field in which found the search string and Cntl-V the text into Excel?. You can then decide how much of t

Re: [Sikuli-driver] [Question #675674]: [error] Windows: problems with HiDPI monitors and Java 8 --- try with Java 11

2018-12-01 Thread Michael O'Meara
Question #675674 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675674 Michael O'Meara posted a new comment: @Ralman, thanks, i will take a look -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-01 Thread charliedaps
New question #676498 on Sikuli: https://answers.launchpad.net/sikuli/+question/676498 Hello everyone, I have to do several searches in codes and texts. I start the search function of the software (word for a part and a browser for another part of the project) I paste the text I'm looking for.

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

2018-12-01 Thread Launchpad Janitor
Question #676153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676153 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #676481]: There's some way to "force error" or "failure" for XMLTestRunner?

2018-12-01 Thread Roman Podolyan
Question #676481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676481 Roman Podolyan posted a new comment: 1) I think you may try to use "assert" instead of if-else, like assert handlerchamado<=0 If statement under assert is correct, script goes as nothing happened