Re: [Sikuli-driver] [Question #657902]: SikuliX setup on Linux gnome desktop

2017-09-12 Thread Srikrishna
Question #657902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657902 Status: Answered => Open Srikrishna is still having a problem: Yes, I have followed. Also can you please let me know how to run the sikuli scripts on linux which are developed on Windows My requiremen

Re: [Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when finding image on Android devices or simulator

2017-09-12 Thread Wendell
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Wendell posted a new comment: @ dinev img here is a path,I just use 'img' to replace a real image path for simplicity: ) -- You received this question notification because your team Sikuli Drivers is an an

[Sikuli-driver] [Question #657940]: can you help me develope a program for Star Wars Force Collection?

2017-09-12 Thread DAVID MASTROIANNI
New question #657940 on Sikuli: https://answers.launchpad.net/sikuli/+question/657940 I am trying to create a play-through bot for SWFC, and when I try to log-in, my program doesn't know to wait until three consistent screens vanish, even though I have programmed the waitVanish function for all

[Sikuli-driver] [Question #657932]: Unable to install Sikulix

2017-09-12 Thread GAURAV SHARMA
New question #657932 on Sikuli: https://answers.launchpad.net/sikuli/+question/657932 Hi, I tried to run set up after downloading sikulixsetup-1.1.1.jar. I have created a separated folder for it. I have selected pack 1 option 1 (Python) and did set up. But during the set up i get the following

Re: [Sikuli-driver] [Question #657828]: SikuliX test report name with Timestamp

2017-09-12 Thread Abhijeet Chavan
Question #657828 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657828 Status: Answered => Solved Abhijeet Chavan confirmed that the question is solved: Thanks dinev, that solved my question. -- You received this question notification because your team Sikuli Drivers is a

[Sikuli-driver] [Question #657922]: Is there a way to get the highest match score of a failed Region.exists() call?

2017-09-12 Thread skeets
New question #657922 on Sikuli: https://answers.launchpad.net/sikuli/+question/657922 Trying to find out if we can get the highest match score of a failed Region.exists() call. I know that method returns None if a match is not found but would be nice to know "how close" we got to finding the im

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-09-12 Thread dinev
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Status: Open => Answered dinev proposed the following answer: Here are some tips 1. fix your script by removing pause command - test that it works fine and completes as expected without any user intera

Re: [Sikuli-driver] [Question #657024]: Sikuli IDE 1.1.0 is not working properly

2017-09-12 Thread dinev
Question #657024 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657024 dinev proposed the following answer: 1. This is known issue in 1.1.0 for imported files 2. you are not supposed to open the jar file - there is a startup file (depends on your OS) -- You received this ques

Re: [Sikuli-driver] [Question #657596]: EditorRegionButton: createFromString: Problem parsing region expression 3

2017-09-12 Thread dinev
Question #657596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657596 dinev posted a new comment: Providing your code will be helpful -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when finding image on Android devices or simulator

2017-09-12 Thread dinev
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 dinev posted a new comment: I do not see "img" defined -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #657594]: Help required to find the text in an image

2017-09-12 Thread dinev
Question #657594 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657594 Status: Open => Answered dinev proposed the following answer: 1. make sure you have selected ocr option when installing sikuli 2. add in the begging of the script - "Settings.OcrTextSearch = True" --

Re: [Sikuli-driver] [Question #657828]: SikuliX test report name with Timestamp

2017-09-12 Thread dinev
Question #657828 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657828 Status: Open => Answered dinev proposed the following answer: import datetime timeStamp = datetime.datetime.now().strftime("%m%d%H%M%S") fp = file(os.path.join(dir, "testReport_" + timeStamp +".html"),

Re: [Sikuli-driver] [Question #657902]: SikuliX setup on Linux gnome desktop

2017-09-12 Thread dinev
Question #657902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657902 Status: Open => Answered dinev proposed the following answer: Did you follow the installation instructions for Linux? http://sikulix.com/specials/files/linux-setup-prerequisites.html -- You received t

Re: [Sikuli-driver] [Question #657912]: Report or mailing function in Sikuli GUI

2017-09-12 Thread dinev
Question #657912 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657912 Status: Open => Answered dinev proposed the following answer: It is not possible without some programming. If you are using the IDE now you actually starting to program :-) Here are some ideas if you wa

[Sikuli-driver] [Question #657912]: Report or mailing function in Sikuli GUI

2017-09-12 Thread Patrick Stampler
New question #657912 on Sikuli: https://answers.launchpad.net/sikuli/+question/657912 Dear Community, as I am not a developer guy but I am using the Sikuli GUI (and it is really a pleasure :) ), I am searching for a functionality to analyze my test scripts like the duration of running for exam

Re: [Sikuli-driver] [Question #657025]: Sikuli IDE 1.1.0 is not getting minimized

2017-09-12 Thread Launchpad Janitor
Question #657025 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657025 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

[Sikuli-driver] [Question #657904]: UnsatisfiedLinkError occurred when finding image on Android devices or simulator

2017-09-12 Thread Wendell
New question #657904 on Sikuli: https://answers.launchpad.net/sikuli/+question/657904 Hi, I‘m trying to use ADBScreen to make autotest on android devices,I have read the source code and some questions about this So there is the simple test code import org.sikuli.android.ADBScreen as ADB ab = ADB

[Sikuli-driver] [Bug 1649396] Re: On Ubuntu16.04, the directory window is blank when use Sikuli IDE to take the screen shot

2017-09-12 Thread RaiMan
*** This bug is a duplicate of bug 1704302 *** https://bugs.launchpad.net/bugs/1704302 ** This bug has been marked a duplicate of bug 1704302 [1.1.x] Linux: Capture: Problem with not recognized window borders -- You received this bug notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #657902]: SikuliX setup on Linux gnome desktop

2017-09-12 Thread Srikrishna
New question #657902 on Sikuli: https://answers.launchpad.net/sikuli/+question/657902 Hi All, Can some one please let me know how to setup sikulix on gnome terminal? I am trying to follow the procedure shown in the url below but could not succeed http://sikulix.com/specials/files/linux-setup-prere