[Sikuli-driver] [Question #274800]: How to Identify a Citrix Window using Sikuli

2015-11-19 Thread Satish
New question #274800 on Sikuli: https://answers.launchpad.net/sikuli/+question/274800 Hi, Am new to Automation and am trying to automate my Application which is on Citrix. Am using Sikuli with selenium Java Steps to Automate: 1) Open webBrowser 2) Enter Login Credentials 3) Select Citirix

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

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: why sikuli not clicking the object after finding it. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2015-11-19 Thread Eugene S
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Eugene S proposed the following answer: add wait time and see what happens. maybe it click too early, before the cursor is pointing on the correct object -- You received this question notification because

[Sikuli-driver] [Question #274798]: Use of the additional .py file created on export executable

2015-11-19 Thread Ruben
New question #274798 on Sikuli: https://answers.launchpad.net/sikuli/+question/274798 When my team exports an executable of a .sikuli script, besides creating the .skl file, the IDE creates a .py file with its named being a composition of the .sikuli folder complete name and the .sikuli folder

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

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: facing the same inconsistent issue after adding wait also. Any workaround -- You received this question notification because your team Sikuli Drivers is an answer contact for

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

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: did not get you. can you please explain -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2015-11-19 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 masuo proposed the following answer: How about to use mouseMove() and mouseDown() and mouseUp() intsted of click() . -- You received this question notification because your team Sikuli Drivers is an

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

2015-11-19 Thread kschmidt
Question #274766 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274766 Status: Open => Solved kschmidt confirmed that the question is solved: Well, after realizing I needed to run the Silukixsetup.jar to get the silukixlibwin.jar to get past some class not found issues,

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

2015-11-19 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 masuo proposed the following answer: I think that you are using click() now. [for example:] click("image.png") If not go well at present. Let's try the same thing in a different way . [for example:]

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

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Status: Answered => Solved Dwarika confirmed that the question is solved: thanks for the info. wil try. can you please help me to understand what is mouseDown and mouseup -- You received this question

Re: [Sikuli-driver] [Question #273706]: Couldn't able to extract exact text from image

2015-11-19 Thread siddu
Question #273706 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273706 Description changed to: Hi , I'm using sikuli for one of the App testing and it is working fine. I have seen the below issue while extracting text from the images. Issue1: Image has text "Quantity value

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

2015-11-19 Thread can
Question #274662 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274662 Status: Answered => Open can is still having a problem: well thanks for the reply. about conflict between Sikuli and python because,not so long ago,encountered such a problem about excel (question

Re: [Sikuli-driver] [Question #273706]: Couldn't able to extract exact text from image

2015-11-19 Thread siddu
Question #273706 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273706 Description changed to: Hi , I'm using sikuli for one of the App testing and it is working fine. I have seen the below issue while extracting text from the images. Issue1: Image has text "Quantity value

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

2015-11-19 Thread Eugene S
Question #274662 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274662 Status: Open => Answered Eugene S proposed the following answer: This is not an official 100% answer. No, adding anything to your Python path will have no effect on Jython. When launching Sikuli

[Sikuli-driver] [Question #274944]: Modules do not need to import

2015-11-19 Thread can
New question #274944 on Sikuli: https://answers.launchpad.net/sikuli/+question/274944 due to an accident, i found that this module (sys,os,time) do not need to import in Sikuli, but their function can be run. Is this true, is that the Sikuli's feature? And what are the modules -- You received

[Sikuli-driver] [Question #274945]: Failed to Extract text from image

2015-11-19 Thread siddu
New question #274945 on Sikuli: https://answers.launchpad.net/sikuli/+question/274945 Hi, Image has text "site_1" and when I tried to grep the text with below code ,i couldn't able to grep the text. textSearch = find("sites.png").highlight(1) textFound = textSearch.text() print

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

2015-11-19 Thread kschmidt
Question #274766 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274766 kschmidt gave more information on the question: Here is the code stripped of logging and proprietary data. The getImage() call simple gets a new Image object from the project resources. // The browsers

Re: [Sikuli-driver] [Question #274811]: screen/graphics issue when running from terminal

2015-11-19 Thread Laimis
Question #274811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274811 Description changed to: So firstly, I have sikuli.skl or sikuli.sikuli files. There is a simple click on terminal. There are no issues to 'run' these scripts using graphical interface -

Re: [Sikuli-driver] [Question #274811]: screen/graphics issue when running from terminal

2015-11-19 Thread Laimis
Question #274811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274811 Description changed to: So firstly, I have sikuli.skl or sikuli.sikuli files. There is a simple click on terminal. There are no issues to 'run' these script using graphical interface - /Applications/SikuliX.

Re: [Sikuli-driver] [Question #274811]: screen/graphics issue when running from terminal

2015-11-19 Thread Laimis
Question #274811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274811 Description changed to: So firstly, I have sikuli.skl or sikuli.sikuli files. There is a simple click on terminal. There are no issues to 'run' these scripts using graphical interface -

[Sikuli-driver] [Question #274811]: screen/graphics issue when running from terminal

2015-11-19 Thread Laimis
New question #274811 on Sikuli: https://answers.launchpad.net/sikuli/+question/274811 So firstly, I have sikuli.skl or sikuli.sikuli files. There are no issues to 'run' these using /Applications/SikuliX. My OS: Yosemite 10.10.5 Two version of java tested: mac:~ root# /usr/bin/java -version