Re: [Sikuli-driver] [Question #680659]: I am not able to find the Text on screen

2019-05-19 Thread Abilashkar
Question #680659 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680659 Abilashkar gave more information on the question: is there any other way to find the text on screen only im struck with particular screen . Other screens im able to identify the text and able to click --

Re: [Sikuli-driver] [Question #680728]: Is there any wait until available in Sikuli

2019-05-19 Thread Abilashkar
Question #680728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680728 Abilashkar gave more information on the question: any solution ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #680728]: Is there any wait until available in Sikuli

2019-05-19 Thread Abilashkar
Question #680728 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680728 Abilashkar gave more information on the question: private Pattern waitForMoment; private Region window; screenWithloading =new Pattern(TestProperties.path("screenWithLoading.PNG")); screenWithoutLoading =

Re: [Sikuli-driver] [Question #680913]: Is there any way to handle proxy

2019-05-19 Thread Abilashkar
Question #680913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680913 Abilashkar posted a new comment: Manually im opening browser and disable proxy then i trigger automation script it will launch the application. -- You received this question notification because your

Re: [Sikuli-driver] [Question #680913]: Is there any way to handle proxy

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

Re: [Sikuli-driver] [Question #680920]: Require help to solve file upload issue on BrowserStack using AutoIt / Sikuli

2019-05-19 Thread Ajay Borawake
Question #680920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680920 Status: Answered => Open Ajay Borawake is still having a problem: Thanks RaiMan for your quick reply. In our case when we run our script on BrowserStack from our local eclipse, though the execution

Re: [Sikuli-driver] [Question #680864]: how to find list[] and if find remove the target

2019-05-19 Thread wu
Question #680864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680864 wu gave more information on the question: this is my new problem if not find the image the log will give this findAnyCollect: waiting for SubFindRuns [debug] Region: checkLastSeen: not there [debug] Region:

Re: [Sikuli-driver] [Question #680931]: How to hold a key

2019-05-19 Thread Adam Pospelovsky
Question #680931 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680931 Status: Answered => Solved Adam Pospelovsky confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #677431]: Sikuli v1.1.4 not starting

2019-05-19 Thread Ed Chmiel
Question #677431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677431 Ed Chmiel posted a new comment: Ah, further investigation finds I had 2.7.0 NOT 2.7.1 of jython as required. Not sure how that happened. Apologies for missing that at first - thank you for your prompt

Re: [Sikuli-driver] [Question #680931]: How to hold a key

2019-05-19 Thread masuo
Question #680931 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680931 Status: Open => Answered masuo proposed the following answer: Read document https://sikulix-2014.readthedocs.io/en/latest/region.html?#Region.keyDown

Re: [Sikuli-driver] [Question #680931]: How to hold a key

2019-05-19 Thread Adam Pospelovsky
Question #680931 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680931 Description changed to: Hi, I just need to make Sikuli holding a CTRL key while running a function. How can I do that? Something like a: def myFunction (): hold(Key.CTRL) // still hold this until the

[Sikuli-driver] [Question #680931]: How to hold a key

2019-05-19 Thread Adam Pospelovsky
New question #680931 on Sikuli: https://answers.launchpad.net/sikuli/+question/680931 Hi, I just need to make Sikuli holding a CTRL key while running a function. How can I do that? Something like a: def myFunction (): for x in findAll("someimage.png"): hold(Key.CTRL) click(x) and

Re: [Sikuli-driver] [Question #680929]: One server controls multiple devices

2019-05-19 Thread RaiMan
Question #680929 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680929 Status: Open => Answered RaiMan proposed the following answer: --- a machine, that runs scripts/programs using SikuliX features, need the r espective SikuliX support installed. --- another option to

Re: [Sikuli-driver] [Question #677431]: Sikuli v1.1.4 not starting

2019-05-19 Thread RaiMan
Question #677431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677431 RaiMan posted a new comment: @ed sorry, but you are not doing, waht is mentioned on the download page: --- Download the ready to use sikulixapi.jar This artefact is for use on a Java classpath or for Java

Re: [Sikuli-driver] [Question #677431]: Sikuli v1.1.4 not starting

2019-05-19 Thread Ed Chmiel
Question #677431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677431 Ed Chmiel posted a new comment: Thank you for the reply, but I still encounter the same problem. My steps on a win 10 machine: - created a new folder c:\SikuliX - downloaded into that folder:

[Sikuli-driver] [Question #680929]: One server controls multiple devices

2019-05-19 Thread lyukun
New question #680929 on Sikuli: https://answers.launchpad.net/sikuli/+question/680929 Hello I am using SikuliX-1.1.4 Installed on ubuntu. I want to control multiple remote devices in parallel to execute different scripts. How to run multiple processes without affecting each other? I saw one

Re: [Sikuli-driver] [Question #680920]: Require help to solve file upload issue on BrowserStack using AutoIt / Sikuli

2019-05-19 Thread RaiMan
Question #680920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680920 Status: Open => Answered RaiMan proposed the following answer: I can only speak for SikuliX: What you can click manually, you can click with SikuliX (which uses Java Robot inside), if neither the

Re: [Sikuli-driver] [Question #677431]: Sikuli v1.1.4 not starting

2019-05-19 Thread RaiMan
Question #677431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677431 RaiMan posted a new comment: @ed please follow exactly the steps on the downloadpage (no need to INSTALL jython). -- You received this question notification because your team Sikuli Drivers is an answer