Re: [Sikuli-driver] [Question #676662]: SikuliX IDE to fill more than one input field

2018-12-07 Thread RaiMan
Question #676662 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676662 Status: Open => Invalid RaiMan changed the question status: see your other question -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #676661]: SikuliX IDE to type path to input form

2018-12-07 Thread RaiMan
Question #676661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676661 Status: Open => Answered RaiMan proposed the following answer: type() only accepts some ASCII characters on an US keyboard (see docs) try paste() instead. -- You received this question notification

[Sikuli-driver] [Question #676668]: Runnuble jar file does not created corectly

2018-12-07 Thread vasiliy
New question #676668 on Sikuli: https://answers.launchpad.net/sikuli/+question/676668 I apologize if this question has already been asked. I use Sikuli 1.1.3 I add Yaml module to sikuli I add sikulixapi.jar in folder with sikuli. I want to do runnable jar, but when I try to do this, I have

Re: [Sikuli-driver] [Question #676668]: Runnuble jar file does not created corectly

2018-12-07 Thread RaiMan
Question #676668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676668 Status: Open => Answered RaiMan proposed the following answer: If you are talking about the IDE FileMenu entry: ... not longer supported, so I have to leave you alone with that. --- comments: - I add

Re: [Sikuli-driver] [Question #676658]: how does observeEvent work exactly ?

2018-12-07 Thread RaiMan
Question #676658 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676658 Status: Open => Needs information RaiMan requested more information: I have to check. In fact it should work like you thought it should work ;-) Is the phone_region always the same Region OBJECT? try

[Sikuli-driver] [Question #676662]: SikuliX IDE to fill more than one input field

2018-12-07 Thread Akos Kovacs
New question #676662 on Sikuli: https://answers.launchpad.net/sikuli/+question/676662 I try to use SikuliX IDE to fill more than one input fields on the same screen. All the fields look like the same. I captured input field, click on it and use type to set value, but text is not present after

[Sikuli-driver] [Question #676661]: SikuliX IDE to type path to input form

2018-12-07 Thread Akos Kovacs
New question #676661 on Sikuli: https://answers.launchpad.net/sikuli/+question/676661 I use following code in SikuliX IDE 1.1.4 to click in a text input field and type a folder path in it. records = Dir.glob("**/*/") records.each do |item| click("1544078258957.png") type(item) end I

Re: [Sikuli-driver] [Question #676645]: ImportError: no module named sikuli

2018-12-07 Thread RaiMan
Question #676645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676645 Status: Open => Answered RaiMan proposed the following answer: --- Is it possible to run the python script to execute sikuli? ... yes, but at least this has to be obeyed (see comment #1) the intro

[Sikuli-driver] [Question #676658]: how does observeEvent work exactly ?

2018-12-07 Thread ONG YI CHONG
New question #676658 on Sikuli: https://answers.launchpad.net/sikuli/+question/676658 So ive been reading the sikuliX api on observing events and Im not able to understand certain events that happen when i try coding it out myself. I wrote this function that clicks a region, and after the click

Re: [Sikuli-driver] [Question #676645]: ImportError: no module named sikuli

2018-12-07 Thread Dave Kane
Question #676645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676645 Status: Answered => Open Dave Kane is still having a problem: RaiMan, Thanks for the speedy reply. I would like to use python to execute the scripts, extending what is generated by Sikuli during the

Re: [Sikuli-driver] [Question #676658]: how does observeEvent work exactly ?

2018-12-07 Thread ONG YI CHONG
Question #676658 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676658 ONG YI CHONG posted a new comment: Btw i am running the function Observe_and_click inside a loop and there are certain transition effects when the onChange() is called, for example a menu bar popping up on

Re: [Sikuli-driver] [Question #676658]: how does observeEvent work exactly ?

2018-12-07 Thread ONG YI CHONG
Question #676658 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676658 Status: Needs information => Solved ONG YI CHONG confirmed that the question is solved: Yes, phone region is always the same region object. Hey your suggestion worked and it solved my problem ! Thank

Re: [Sikuli-driver] [Question #160030]: [HowTo] sort matches returned from findAll()/Finder.find()

2018-12-07 Thread hanumantha Katreddy
Question #160030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160030 hanumantha Katreddy posted a new comment: Hi Raimain,I am new to SikuliX with Java. Can you provide me the java code that you shared with Saorabh Singh, in the same thread? Sikulix Version :    

Re: [Sikuli-driver] [Question #160030]: [HowTo] sort matches returned from findAll()/Finder.find()

2018-12-07 Thread hanumantha Katreddy
Question #160030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160030 hanumantha Katreddy posted a new comment: Thanks I found answer. In latest version sikulixapi 1.1.0, i can see new methods. region.findAllByColumn(pattern); - This is working great. but one thing i didn't

Re: [Sikuli-driver] [Question #160030]: [HowTo] sort matches returned from findAll()/Finder.find()

2018-12-07 Thread hanumantha Katreddy
Question #160030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160030 hanumantha Katreddy posted a new comment: hi Raiman, I am using SikuliX for past 3 months in Java. I come across a similar problem. My application has a screen, where text fields of similar shape and size

Re: [Sikuli-driver] [Question #676658]: how does observeEvent work exactly ?

2018-12-07 Thread RaiMan
Question #676658 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676658 RaiMan posted a new comment: Thanks for feedback. Daily business ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-07 Thread RaiMan
No problem. I decided to run AndroidStudio on my Win10 to get the official emulator working. The Android eco-system is much more similar to a "normal" u*ix system like macOS, so I do not have panic to step into the basics in a short time. I will come back with any insights. -- You received

Re: [Sikuli-driver] [Question #676645]: ImportError: no module named sikuli

2018-12-07 Thread RaiMan
Question #676645 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676645 Status: Open => Answered RaiMan proposed the following answer: the intro statements for standalone .py scripts is import org.sikuli.script.SikulixForJython from sikuli import * ... and sikulixapi.jar

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-07 Thread Lin U Min
You can try bignox(https://en.bignox.com/) which supports mac. But I do not have a mac system so I have no idea if the adb works on emulator in mac system. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #676631]: cannot find image using find(image_path)

2018-12-07 Thread RaiMan
Question #676631 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676631 Status: Needs information => Solved RaiMan changed the question status: seems to be solved -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1807108] Re: [1.1.4] Windows: Android: Screenshot problem - lower part of screen image is black (varying)

2018-12-07 Thread RaiMan
On Windows I have the "black-lower-part" effect with the emulator and my real device. On Mac it works as it should with my real device. ... but I do not have an emulator for Mac yet ** Summary changed: - [1.1.4] Android: Screenshot problem - ADBDevice: captureDeviceScreenMat: image type not