Re: [Sikuli-driver] [Question #169864]: Maximize the browser window?

2018-02-01 Thread Rajagopal
Question #169864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169864 Rajagopal posted a new comment: Hello, I am using the below command to open the Chrome in incognito and maximized and got the below exception os.popen("C:\Program Files (x86)\Google\Chrome\Applic

[Sikuli-driver] [Question #251710]: Monkeyrunner in sikuli eclips environment

2014-07-15 Thread vidya rajagopal
New question #251710 on Sikuli: https://answers.launchpad.net/sikuli/+question/251710 Hi , I would like to know if i can import android monkeyrunner in sikuli in eclips environment . I have sikuli running in eclips under Jython interpreter . When i try to import java.lang.System as JS JS.set

[Sikuli-driver] [Question #251709]: Monkeyrunner in sikuli eclips environment

2014-07-15 Thread vidya rajagopal
New question #251709 on Sikuli: https://answers.launchpad.net/sikuli/+question/251709 Hi , I would like to know if i can import android monkeyrunner in sikuli in eclips environment . I have sikuli running in eclips under Jython interpreter . When i try to import java.lang.System as JS JS.set

Re: [Sikuli-driver] [Question #251081]: dragDrop Slider

2014-07-02 Thread vidya rajagopal
Question #251081 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251081 Status: Open => Solved vidya rajagopal confirmed that the question is solved: It should be "dragDrop(t, Location(t.x,t.y+10))" . -- You received this question notification because you ar

[Sikuli-driver] [Question #251081]: dragDrop Slider

2014-07-01 Thread vidya rajagopal
New question #251081 on Sikuli: https://answers.launchpad.net/sikuli/+question/251081 Hi , When i use " dragDrop(t, Location[t.x,t.y+10])" i am getting error as TypeError: 'java.lang.Class' object is unsubscriptable. Could you please let me know what i am missing ? Thanks -- You received

Re: [Sikuli-driver] [Question #172804]: RC3 drag and drop sliders function not working

2014-07-01 Thread vidya rajagopal
Question #172804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172804 vidya rajagopal posted a new comment: Hi , When i use " dragDrop(t, Location[t.x,t.y+10])" i am getting error as TypeError: 'java.lang.Class' object is unsubscriptable. Could you ple

Re: [Sikuli-driver] [Question #204827]: Logging message data from sikuli to a file

2012-08-02 Thread vidya rajagopal
Question #204827 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204827 vidya rajagopal posted a new comment: Ok . I was thinking if we can get the sikuli window control during execution , we could have copied the content of Message Tab and pasted into a note pad using "

Re: [Sikuli-driver] [Question #204827]: Logging message data from sikuli to a file

2012-08-02 Thread vidya rajagopal
Question #204827 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204827 Status: Answered => Open vidya rajagopal is still having a problem: Thanks for the information . Is it possible to capture the images on the Sikuli . Example click on Edit button of sikuli dur

[Sikuli-driver] [Question #204827]: Logging message data from sikuli to a file

2012-08-02 Thread vidya rajagopal
New question #204827 on Sikuli: https://answers.launchpad.net/sikuli/+question/204827 Hi , I want to know how to copy the "Message" tab and Test Trace data in sikuli into a file . Also want to know when Test Trace tab gets data and how to use it Thanks -- You received this question notifica

Re: [Sikuli-driver] [Question #203485]: How to get the realtive or the exact cordinate for a region

2012-07-19 Thread vidya rajagopal
Question #203485 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203485 Status: Answered => Solved vidya rajagopal confirmed that the question is solved: Thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an ans

Re: [Sikuli-driver] [Question #203485]: How to get the realtive or the exact cordinate for a region

2012-07-19 Thread vidya rajagopal
Question #203485 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203485 vidya rajagopal confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #203485]: How to get the realtive or the exact cordinate for a region

2012-07-18 Thread vidya rajagopal
New question #203485 on Sikuli: https://answers.launchpad.net/sikuli/+question/203485 Hi I want to know how to get the realtive or the exact cordinate for a region. Basicaly i have a image where i have one static icon and rest all dynamic text. I need to get the dynamic text and decide my acti

Re: [Sikuli-driver] [Question #202806]: color match

2012-07-11 Thread vidya rajagopal
Question #202806 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202806 vidya rajagopal confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #202806]: color match

2012-07-11 Thread vidya rajagopal
Question #202806 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202806 Status: Answered => Solved vidya rajagopal confirmed that the question is solved: Thanks for the help. It works ! -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #202806]: color match

2012-07-11 Thread vidya rajagopal
New question #202806 on Sikuli: https://answers.launchpad.net/sikuli/+question/202806 Hi , I have a check box , which turns green when enabled and gray when disabled . Now how do i identfy this change using sikuli as the images would be the same but only the color of the image changes. Thanks

[Sikuli-driver] [Question #200274]: import win32gui

2012-06-13 Thread vidya rajagopal
New question #200274 on Sikuli: https://answers.launchpad.net/sikuli/+question/200274 Hi I want to import win32 class such win32gui in sikuli. I saw a document in sikuli website http://sikuli.org/docx/ = "Sikuli: Using GUI Screenshots for Search and Automation, UIST 2009 (PDF). " page 8 where

[Sikuli-driver] [Question #200275]: import win32gui

2012-06-13 Thread vidya rajagopal
New question #200275 on Sikuli: https://answers.launchpad.net/sikuli/+question/200275 Hi I want to import win32 class such win32gui in sikuli. I saw a document in sikuli website http://sikuli.org/docx/ = "Sikuli: Using GUI Screenshots for Search and Automation, UIST 2009 (PDF). " page 8 where

[Sikuli-driver] [Question #200266]: Can Sikuli scripr run on different machine

2012-06-12 Thread vidya rajagopal
New question #200266 on Sikuli: https://answers.launchpad.net/sikuli/+question/200266 I want to know the following facts about sikuli script 1. Can script be created on one machine for a set of mobile application testing , run another machine if the screen size/resalution change? 2. Does the im

Re: [Sikuli-driver] [Question #200162]: importing Sikuli in Jython - Jedit IDE

2012-06-12 Thread vidya rajagopal
Question #200162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200162 Status: Answered => Solved vidya rajagopal confirmed that the question is solved: It works now . Here is details of the step for interfacing Sikuli to Jython in Jedit IDE 1. Install Sikuli

Re: [Sikuli-driver] [Question #200175]: extract sikuli-script.jar on windows xp

2012-06-12 Thread vidya rajagopal
Question #200175 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200175 Status: Answered => Solved vidya rajagopal confirmed that the question is solved: One can unJar the sikuli-script.jar using 7Zip also. -- You received this question notification because you ar

Re: [Sikuli-driver] [Question #200162]: importing Sikuli in Jython - Jedit IDE

2012-06-12 Thread vidya rajagopal
Question #200162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200162 Status: Needs information => Open vidya rajagopal gave more information on the question: When I run the script what you gave I have the following result >>> import sys >>> for e

Re: [Sikuli-driver] [Question #200175]: extract sikuli-script.jar on windows xp

2012-06-12 Thread vidya rajagopal
Question #200175 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200175 vidya rajagopal gave more information on the question: Downloaded Zip file size is 69KB . When i try unzip i get error 'End-of-central-directory signature not found. Either this file is not a Zip fil

Re: [Sikuli-driver] [Question #200175]: extract sikuli-script.jar on windows xp

2012-06-12 Thread vidya rajagopal
Question #200175 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200175 Status: Answered => Open vidya rajagopal is still having a problem: The zip file has some issue . Unable to unzip . I do have JDK installed but still i am getting the error unable access jar f

Re: [Sikuli-driver] [Question #200162]: importing Sikuli in Jython - Jedit IDE

2012-06-12 Thread vidya rajagopal
Question #200162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200162 Status: Needs information => Open vidya rajagopal gave more information on the question: Yes I am still facing error in the import sikuli statement -Original Message- From: b

Re: [Sikuli-driver] [Question #200162]: importing Sikuli in Jython - Jedit IDE

2012-06-12 Thread vidya rajagopal
Question #200162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200162 Status: Answered => Open vidya rajagopal is still having a problem: -Original Message- From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of RaiMan Sent: Tuesday, June

[Sikuli-driver] [Question #200175]: extract sikuli-script.jar on windows xp

2012-06-12 Thread vidya rajagopal
New question #200175 on Sikuli: https://answers.launchpad.net/sikuli/+question/200175 Hi , I am trying to extract sikuli-script.jar using the window command promt java -jar C:\Program Files\Sikuli X\sikuli-script.jar. I get an error as unable access jar file c:\Program. Please let me know the

Re: [Sikuli-driver] [Question #200162]: importing Sikuli in Jython - Jedit IDE

2012-06-12 Thread vidya rajagopal
Question #200162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200162 Status: Answered => Open vidya rajagopal is still having a problem: Sorry for asking dum question again . I have Sikuli Exe and I don't find " sikuli-script.jar/Lib/sikuli" but the f

Re: [Sikuli-driver] [Question #200162]: importing Sikuli in Jython - Jedit IDE

2012-06-12 Thread vidya rajagopal
Question #200162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200162 Status: Answered => Open vidya rajagopal is still having a problem: Thanks for the help . I have updated the path . But after that what? I am new to Jython also . Can you pls give me the import syn

[Sikuli-driver] [Question #200162]: importing Sikuli in Jython - Jedit IDE

2012-06-11 Thread vidya rajagopal
New question #200162 on Sikuli: https://answers.launchpad.net/sikuli/+question/200162 Hi , I am using jEdit Jyhthon Interpreter plugin 1.0 ( Jython vesrion 2.5.2). I would like to import Sikuli modules such as capture, click clickall, dragdrop etc into Jyhthon script. Could you please let me k

[Sikuli-driver] [Question #198174]: Interfacing Sikuli with Labview

2012-05-23 Thread vidya rajagopal
New question #198174 on Sikuli: https://answers.launchpad.net/sikuli/+question/198174 Hi , I want to know if Sikuliu can be integrated with labview . Do we get API or DLL , activex so that it can be interfaced with ether VBA, Labwindow CVI or Labview? Thanks Vidya -- You received this questio