Re: [Sikuli-driver] [Question #252999]: sikuli remote control

2014-08-13 Thread RaiMan
Question #252999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252999 Status: Open = Answered RaiMan proposed the following answer: You are running a completely mixed setup, with parts that have nothing to do with another.

Re: [Sikuli-driver] [Question #252999]: sikuli remote control

2014-08-13 Thread Rajesh
Question #252999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252999 Status: Answered = Open Rajesh is still having a problem: Thanks RaiMan much appreciated. Will give it a shot. So I will download the sikuli-setup.jar and double click. And when i create the junit in

[Sikuli-driver] [Question #253035]: How to use Alt+space+r to restore the window screen

2014-08-13 Thread Harry
New question #253035 on Sikuli: https://answers.launchpad.net/sikuli/+question/253035 How to use Alt+space+r to restore the window screen. I tried using type(Key.ALT,KEY_SPACE) type(Key.ENTER) This works in firefox. But in chrome Alt+space+r need to be used to restore the window. Please help i

Re: [Sikuli-driver] [Question #252999]: sikuli remote control

2014-08-13 Thread Rajesh
Question #252999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252999 Rajesh gave more information on the question: Hi, I am able to use sikuli to answer a call locally: ScreenRegion s = new DesktopScreenRegion(); Target imageTarget = new ImageTarget(new

[Sikuli-driver] [Question #253046]: Java windows popup while fullscreen

2014-08-13 Thread oldfarter
New question #253046 on Sikuli: https://answers.launchpad.net/sikuli/+question/253046 Hi, I`m only start with Sikuli, but can`t start really at all. I`m trying to create some bot for a game (application in VK), which need to run in fullscreen (cause of lagging, while not in fs (Flash =\ )). I`m

Re: [Sikuli-driver] [Question #252999]: sikuli remote control

2014-08-13 Thread RaiMan
Question #252999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252999 Status: Open = Answered RaiMan proposed the following answer: you a are using https://code.google.com/p/sikuli-api/ this is not supported here. -- You received this question notification because you

Re: [Sikuli-driver] [Question #253035]: How to use Alt+space+r to restore the window screen

2014-08-13 Thread RaiMan
Question #253035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253035 Status: Open = Answered RaiMan proposed the following answer: keyDown(Key.ALT) type( r) keyUp() -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #253046]: Java windows popup while fullscreen

2014-08-13 Thread RaiMan
Question #253046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253046 Status: Open = Needs information RaiMan requested more information: what popup ?? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #252999]: sikuli remote control

2014-08-13 Thread Rajesh
Question #252999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252999 Status: Answered = Open Rajesh is still having a problem: Thanks RaiMan much appreciated . so we can't automate a screen which is running remotely using Java ? On 13 Aug 2014 22:07, RaiMan

[Sikuli-driver] [Question #253057]: Send random text everytime on chat screen

2014-08-13 Thread Harry
New question #253057 on Sikuli: https://answers.launchpad.net/sikuli/+question/253057 class chatting: def chat1(self,chatmsg1): if exists(person1.png): type(chatmsg1) else: click(person1.png) while not exists(person1.png,0):

Re: [Sikuli-driver] [Question #253046]: Java windows popup while fullscreen

2014-08-13 Thread oldfarter
Question #253046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253046 Status: Needs information = Open oldfarter gave more information on the question: When commands start to progress, before (or in time) of each command, creates a kind of new window – nothing

[Sikuli-driver] [Question #253080]: How to compare 2 images using Sikuli Java API?

2014-08-13 Thread Jaspreet
New question #253080 on Sikuli: https://answers.launchpad.net/sikuli/+question/253080 Hi, I am trying to automate scripts for cross-browser testing and exploring Sikuli Java API to compare the captured screenshots with the expected UI screenshots. I am struggling to get this done using Sikuli

Re: [Sikuli-driver] [Question #253082]: Sikuli Scripts developed in Windows8 is not working in Linux centos

2014-08-13 Thread Deepan
Question #253082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253082 Description changed to: HI All, I have developed some scripts in Windows 8. We wanted to run those scripts in linux centos. Hence installed a Gnome desktop in linux centos. Accessed it via VNC and set up

Re: [Sikuli-driver] [Question #253082]: Sikuli Scripts developed in Windows8 is not working in Linux centos

2014-08-13 Thread Eugene S
Question #253082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253082 Status: Open = Answered Eugene S proposed the following answer: Hi, Are you sure you have set the images location path properly? You can use this command to do that: setBundlePath(path-to-a-folder)

Re: [Sikuli-driver] [Question #253057]: Send random text everytime on chat screen

2014-08-13 Thread Eugene S
Question #253057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253057 Status: Open = Needs information Eugene S requested more information: HI, I'm not sure where exactly your problem is. I can see that your chatmsg1 and chatmsg2 are definitely creating a random string

Re: [Sikuli-driver] [Question #245597]: How does Settings.Highlight work?

2014-08-13 Thread Eugene S
Question #245597 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245597 Linked to bug: #1293666 https://bugs.launchpad.net/bugs/1293666 [1.0.1] Settings.Highlight - highlights the pattern twice while using find(image.png) -- You received this question notification

Re: [Sikuli-driver] [Question #253080]: How to compare 2 images using Sikuli Java API?

2014-08-13 Thread Eugene S
Question #253080 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253080 Status: Open = Answered Eugene S proposed the following answer: Hi, What you get is the Match object. 'M[11,91 1049x691]@S(S(0)[0,0 1440x900]) S:0.95 Target:535,436' Where: M = Match [11,91 1049x691]