Re: [Sikuli-driver] [Question #268798]: sleep interrupted exception

2015-07-06 Thread Eugene Maslov
Question #268798 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268798 Eugene Maslov posted a new comment: However, some applications draw the cursor themselves over some of their graphical viewers etc. Press PrintScreen key and paste the image somewhere. If it's the case, the

[Sikuli-driver] [Question #268925]: Webservice call from sikuli

2015-07-06 Thread Abhishek
New question #268925 on Sikuli: https://answers.launchpad.net/sikuli/+question/268925 Hi Raiman, We are using sikuli for quite a while now. Thanks for the outstanding product. We need a favor from you. We are trying to customize sikuli, to call our webservice(wsdl), which will carry some

Re: [Sikuli-driver] [Question #268773]: How to call wsdl from Sikuli

2015-07-06 Thread Charu
Question #268773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268773 Charu posted a new comment: Thanks for the suggestion, but here i am not able to call webservice. I am using SOAP web services and not REST. REST we can call through browser but can not do same with SOAP. Is

Re: [Sikuli-driver] [Question #223521]: Sikuli and RDP windows

2015-07-06 Thread fordox
Question #223521 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223521 fordox proposed the following answer: Is it possible to solve the problem? Making Sikuli think that the screen is the real one? -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #268929]: Openn Login and check if image exists in Desktop application

2015-07-06 Thread RaiMan
Question #268929 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268929 Status: Open = Answered RaiMan proposed the following answer: goto http://sikulix.com, read carefully through home and quick start and then decide, what Sikuli flavor you want to use. -- You received

Re: [Sikuli-driver] [Question #268925]: Webservice call from sikuli

2015-07-06 Thread RaiMan
Question #268925 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268925 Status: Open = Answered RaiMan proposed the following answer: see: https://answers.launchpad.net/sikuli/+question/268773 -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #268773]: How to call wsdl from Sikuli

2015-07-06 Thread RaiMan
Question #268773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268773 RaiMan proposed the following answer: you seem to need some soap client package in Java. check the net. -- You received this question notification because you are a member of Sikuli Drivers, which is an

[Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
New question #268932 on Sikuli: https://answers.launchpad.net/sikuli/+question/268932 I've trying out the select() function and am little confused. Im trying to have it pop up in part of the script an wait. So user can click return to go back to main selection or exit altogether. Im guessing

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread RaiMan
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 Status: Open = Answered RaiMan proposed the following answer: thte select() acts synchronous like popup(). It is displayed and simply waits until the user presses a button. What you want cannot be

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 rob barlow posted a new comment: I found a work around to what I wanted to do. Env.addhotkey(Key.ESC,0,Quit) # ESC not used in game Setings.Dquit = 1 def Quit(event): Settings.Dquit =5 then in any

Re: [Sikuli-driver] [Question #268580]: questions about sikulifirefoxdriver

2015-07-06 Thread Dan
Question #268580 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268580 Dan posted a new comment: I have been trying for a week or so and I can't seem to get it to do what I want. The sikuliwebdriver doesn't find images on the selenium browser page (seems like a bug to me, but

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 Status: Answered = Solved rob barlow confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #268915]: Create Image on the fly

2015-07-06 Thread Jeff_Vallis
New question #268915 on Sikuli: https://answers.launchpad.net/sikuli/+question/268915 1.1.0(2015-06-23_01:00nightly)/Mac10.10.4/Java8(64)1.8.0_25-b17 I know where an Avatar is positioned on the screen but do not know what the image is and I need to find this image later so is there a way to set

Re: [Sikuli-driver] [Question #268915]: Create Image on the fly

2015-07-06 Thread Eugene S
Question #268915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268915 Status: Open = Answered Eugene S proposed the following answer: If you already have an image captured with something like this: capturedImage = capture(someRegion) you can create a Pattern from it:

[Sikuli-driver] [Question #268929]: Openn Login and check if image exists in Desktop application

2015-07-06 Thread ouedghiri
New question #268929 on Sikuli: https://answers.launchpad.net/sikuli/+question/268929 Hello, I'm a beginner in automation and I try to use Sikuli for automate a desktop application. I create a new project in JAVA with Eclipse, i added external jar in JAVA Build Path :