Re: [Sikuli-driver] [Question #698265]: Power Automate and SikuliX

2022-09-13 Thread Sumanth Kumar
Question #698265 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698265 Sumanth Kumar posted a new comment: Thank you RaiMan. I had similar problem, after uninstall and reinstalling Java, the problem went off -- You received this question notification because your team

[Sikuli-driver] [Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

2020-03-04 Thread K J R KISHORE KUMAR REDDY
create below folder SikuliX,"SikuliX\Lib" in c drive C:\SikuliX C:\SikuliX\Lib place Sikulix.jar file in "C:\Sikuli" and create one test.sikuli in "C:\Sikuli\Lib" folder i am launch sikuli using below bath file: @echo off setlocal ENABLEDELAYEDEXPANSION set mypath=%cd% set lib_path=%mypath%

Re: [Sikuli-driver] [Question #689123]: How to execute Linux commands remotely from windows machine using sikulix

2020-03-04 Thread K J R KISHORE KUMAR REDDY
Question #689123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689123 Status: Answered => Solved K J R KISHORE KUMAR REDDY confirmed that the question is solved: I am using SSHLibrary and i can able to execute Linux commands remotely from windows machine using siku

[Sikuli-driver] [Question #689123]: How to execute Linux commands remotely from windows machine using sikulix

2020-03-03 Thread K J R KISHORE KUMAR REDDY
New question #689123 on Sikuli: https://answers.launchpad.net/sikuli/+question/689123 How to execute Linux commands remotely from windows machine using sikulix -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

2020-03-03 Thread K J R KISHORE KUMAR REDDY
Hello RaiMan, I want to Bath env paths are to be considering in Sikuli IDE so that i can place all my sikuli folder inside that path and i can able to import those sikuli folder in IDE SikuliIDE 1.1.3 is have above behavior -- You received this bug notification because you are a member of

[Sikuli-driver] [Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE

2020-03-02 Thread K J R KISHORE KUMAR REDDY
I am launching SikuliX using below bath file and after launching i am import modules from "lib_path" directory @echo off setlocal ENABLEDELAYEDEXPANSION set mypath=%cd% set WSPath=%mypath% set lib_path=%mypath% set extension_path=%mypath% call set WSPath=%%WSPath:\SikuliX=% %%% call set

[Sikuli-driver] [Bug 1865423] [NEW] Bath env paths are not considering in Sikuli IDE

2020-03-01 Thread K J R KISHORE KUMAR REDDY
Public bug reported: i have set below path and try to import modules from below path not working SET PATH=%c:\test_path%;%PATH% Note: SikuliIDE 1.1.3 is working but latest releases its not working ** Affects: sikuli Importance: Undecided Status: New -- You received this bug

[Sikuli-driver] [Bug 1859910] [NEW] Selenium is not working in Sikuli IDE

2020-01-15 Thread K J R KISHORE KUMAR REDDY
Public bug reported: To run selenium in sikulix-2.0.1 i am running below code i am getting error message but if i am running selenium in sikulix1.1.3 it is working. could please fix in sikulix-2.0.1 import os import sys load("selenium-server-standalone-3.141.59.jar") from

[Sikuli-driver] [Question #683031]: How do I use it for drag and drop both as offset relative and also absolute positioning.

2019-08-19 Thread Udhay Kumar
New question #683031 on Sikuli: https://answers.launchpad.net/sikuli/+question/683031 How do I use it for drag and drop both as offset relative and also absolute positioning. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #681871]: Sikulix api 1.1.0 hangs on ubuntu 18.04

2019-07-08 Thread Sitesh kumar
New question #681871 on Sikuli: https://answers.launchpad.net/sikuli/+question/681871 My maven based automation framework uses sikulix api 1.1.0 . I have ubuntu 18.04 . I did install open cv 3.2 and tesseract as per https://sikulix-2014.readthedocs.io/en/latest/newslinux.html I can't change

Re: [Sikuli-driver] [Question #678800]: How to do screen comparison using sikuli ide?

2019-02-28 Thread Abhinav Kumar
Question #678800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678800 Status: Solved => Open Abhinav Kumar is still having a problem: Thanks for helping...I had one more query.Is there anyway I can find out ,exactly what are the difference between the two screen ima

Re: [Sikuli-driver] [Question #678800]: How to do screen comparison using sikuli ide?

2019-02-28 Thread Abhinav Kumar
Question #678800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678800 Status: Answered => Solved Abhinav Kumar confirmed that the question is solved: Thanks Asheru, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #678800]: How to do screen comparison using sikuli ide?

2019-02-25 Thread Abhinav Kumar
New question #678800 on Sikuli: https://answers.launchpad.net/sikuli/+question/678800 I am new to testing.I want to compare the screen for the same application on two diff browsers and want the difference as result.How can i do it using sikuli ide? -- You received this question notification

[Sikuli-driver] [Question #670060]: Mobile Automation

2018-06-07 Thread Amit Kumar
New question #670060 on Sikuli: https://answers.launchpad.net/sikuli/+question/670060 Hi All, I am planning to use Sikuli for mobile app automation. My challenge is, there will be some predefined values in the screen and the action has to happen based on that . For example :- If an action

Re: [Sikuli-driver] [Question #121303]: compare 2 images and see whether the images are same or not

2017-06-20 Thread Ashok kumar
Question #121303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/121303 Ashok kumar posted a new comment: Hi Mohmyda, How did you compare two images? Using Sikuli IDE or Using the application that are developed with Java, python..etc. Can you please explain, I got struck

Re: [Sikuli-driver] [Question #637810]: Screen.find is not getting identified though the element is there in the screen.

2017-05-31 Thread Ashok kumar
Question #637810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637810 Status: Answered => Open Ashok kumar is still having a problem: I've even tried by increasing the wait times and in all possible means. Hence asked for some suggestions. -- You received this quest

Re: [Sikuli-driver] [Question #637810]: Screen.find is not getting identified though the element is there in the screen.

2017-05-31 Thread Ashok kumar
Question #637810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637810 Description changed to: Hi I've just invoked google.com using selenium web driver and was trying to find out text "Google" by using the below piece of code. Please let me know if I'm wrong.

[Sikuli-driver] [Question #637810]: Screen.find is not getting identified though the element is there in the screen.

2017-05-31 Thread Ashok kumar
New question #637810 on Sikuli: https://answers.launchpad.net/sikuli/+question/637810 Hi I've just invoked google.com using selenium web driver and was trying to find out text "Google" by using the below piece of code. Please let me know if I'm wrong. static WebDriver

Re: [Sikuli-driver] [Question #634289]: Drag and drop issue with Mac

2017-05-31 Thread Ashok kumar
Question #634289 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634289 Ashok kumar posted a new comment: Hi Vivek, Try with Region.dragdrop with Sikulix. I have not tried though, but I've just seen glimpses of such methods in sikuliX. Thanks, Ashok. -- You received

[Sikuli-driver] [Bug 1694258] [NEW] No match found when comparing the images using sikuli in java when using sauce labs VMs

2017-05-29 Thread Udhaya kumar
Public bug reported: I am trying to compare two images using Sauce labs VMs. Two VMs will be running in parallel. I am taking the screenshot of both VMs and finding the similarity. This works fine when the VMs are in open in my local browser when I execute the tests. When the VMs are not in open

Re: [Sikuli-driver] [Question #635333]: Could not find the image in file Region.java (FindFailed Exception ) while integrating sikuli with maven

2017-05-29 Thread Ashok kumar
Question #635333 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/635333 Ashok kumar posted a new comment: Ok sure, will post there. Thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #634289]: Drag and drop issue with Mac

2017-05-27 Thread Ashok kumar
Question #634289 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/634289 Ashok kumar proposed the following answer: Hi Vivek, Are you able to find the button or search box by using image in mac? I am getting FindFailed exception. Hoping for a quick response. Thanks -- You

[Sikuli-driver] [Question #635333]: Could not find the image in file Region.java (FindFailed Exception ) while integrating sikuli with maven

2017-05-27 Thread Ashok kumar
New question #635333 on Sikuli: https://answers.launchpad.net/sikuli/+question/635333 Hi, Im in trouble using sikuli to automate GUI of my maven project. Please find the details below : Issue being faced : Could not find the image in file Region.java (FindFailed Exception ) while

Re: [Sikuli-driver] [Question #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows

2017-05-08 Thread Naveen kumar
Question #272281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272281 Naveen kumar posted a new comment: Thankq Raimain. It worked :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows

2017-05-07 Thread Naveen kumar
Question #272281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272281 Naveen kumar posted a new comment: Hi RaiMan, Thanks for the response. I am using Maven to resolve dependencies , but i am getting below exception: [INFO] Downloading: http://repo1.maven.org/maven2/com

Re: [Sikuli-driver] [Question #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows

2017-05-07 Thread Naveen kumar
Question #272281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272281 Naveen kumar posted a new comment: Hi, I am also having same issue when i am trying to use with maven. please help me in resolving. When i have downloaded and configured (by adding as external jar

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: I got it working! I thought why to start from sikuli IDE. so I directly clicked on server file. That started the server for sure, but did not had library to support

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: Now I am getting: Fault: :global name 'popup' is not defined"> -- You received this question notification because your team Sikuli Drivers is an answer contact fo

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: oh!!! I see. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #578419]: java.lang.NoClassDefFoundError: Could not initialize class org.sikuli.script.App$Clipboard)

2017-03-26 Thread Rahul Kumar
Question #578419 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/578419 Status: Answered => Open Rahul Kumar is still having a problem: sikuli version 1.1.1 I was using above method on the version for some time, but now it stopped working. Though, I used Env.getClipbo

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2017-03-26 Thread Rahul Kumar
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 Rahul Kumar posted a new comment: @Dirk (dps42) What is the thing you spotted that Raiman has suggested, when you were getting "xmlrpclib.Fault: :method "workflow" is not supported

[Sikuli-driver] [Question #578419]: java.lang.NoClassDefFoundError: Could not initialize class org.sikuli.script.App$Clipboard)

2017-03-21 Thread Rahul Kumar
New question #578419 on Sikuli: https://answers.launchpad.net/sikuli/+question/578419 I was using "lines = App.getClipboard() " in sikuli for long now and today it stopped working throwing above error. Earlier I assumed other opened apps(especially windows defender active scan) might be

Re: [Sikuli-driver] [Question #574092]: ImportError ( No module named abbreviate )

2017-03-18 Thread Rahul Kumar
Question #574092 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/574092 Rahul Kumar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #574092]: ImportError ( No module named abbreviate )

2017-03-18 Thread Rahul Kumar
Question #574092 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/574092 Status: Answered => Solved Rahul Kumar confirmed that the question is solved: Thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #574092]: ImportError ( No module named abbreviate )

2017-03-17 Thread Rahul Kumar
New question #574092 on Sikuli: https://answers.launchpad.net/sikuli/+question/574092 in my sikuli file, I am importing a local python script like: testing.sikuli --- from guide import * addImportPath("\Lib") import preProcessLines ... preProcessLines.py is in sikuli folder

Re: [Sikuli-driver] [Question #537136]: does InputText() replace multiple spaces by single one

2017-03-08 Thread Rahul Kumar
Question #537136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/537136 Status: Open => Solved Rahul Kumar confirmed that the question is solved: My mistake. I was not reading the returned string in same variable -- You received this question notification because y

[Sikuli-driver] [Question #537136]: does InputText() replace multiple spaces by single one

2017-03-08 Thread Rahul Kumar
New question #537136 on Sikuli: https://answers.launchpad.net/sikuli/+question/537136 After installing sikuliX 1.1.1, I was able to use inputText(). It seems that on OK, it sends string by replacing multiple spaces with single one, is it? If yes, what is alternative to retain tab -- You

Re: [Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-08 Thread Rahul Kumar
Question #532194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/532194 Status: Answered => Solved Rahul Kumar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-07 Thread Rahul Kumar
Question #526599 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/526599 Status: Solved => Open Rahul Kumar is still having a problem: However converting from RGB into BMP has reduced the image quality drastically -- You received this question notification because y

Re: [Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-07 Thread Rahul Kumar
Question #526599 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/526599 Status: Open => Solved Rahul Kumar confirmed that the question is solved: Raiman, maybe you are right. I solved my problem this way (copied code from somewhere else): ABC.py === from cStrin

Re: [Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-07 Thread Rahul Kumar
Question #532194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/532194 Status: Answered => Open Rahul Kumar is still having a problem: There it says "New in version 1.1.0." I have this version IDE and checking for updates does not take it to 1.1.1 Sa

Re: [Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-07 Thread Rahul Kumar
Question #526599 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/526599 Status: Answered => Open Rahul Kumar is still having a problem: "...I want to paste that file content into oneNote.."- Maybe this part is not clear enough. I want to copy the image as su

Re: [Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-07 Thread Rahul Kumar
Question #532194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/532194 Rahul Kumar gave more information on the question: I am sorry! I see I had to call inputText("abc", title="sdf", width=9, height=20, text="iusdf"). Though other errors have b

[Sikuli-driver] [Question #532194]: inputText() takes at most 4 arguments (5 given)

2017-03-07 Thread Rahul Kumar
New question #532194 on Sikuli: https://answers.launchpad.net/sikuli/+question/532194 I am calling inputText("abc", "sdf", 9, 20, "iusdf"). I am getting above error. When I am removing 2nd argument, it says second argument can not be coerced to int and so on. Please someone look into the matter

[Sikuli-driver] [Question #526599]: copy a specific file by name

2017-03-05 Thread Rahul Kumar
New question #526599 on Sikuli: https://answers.launchpad.net/sikuli/+question/526599 I want to open a folder, highlight a specific image file by its name, and then: 1. copy the file on clipboard, so that later I can paste {type("v", KEY_CTRL)} into oneNote 2. doubelClick so that it opens up in

Re: [Sikuli-driver] [Question #251678]: Getting an error with Sikuli 1.1.0beta2 on Windows 7

2017-03-05 Thread Rahul Kumar
Question #251678 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251678 Rahul Kumar posted a new comment: Does this issue have any side effect, if not fixed? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #444232]: “Fatal error” in Sikuli, libs dir is not on system path

2017-02-06 Thread Anil Kumar Reddy
Question #444232 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/444232 Status: Answered => Open Anil Kumar Reddy is still having a problem: Hi Raiman, As per your suggestion, I upgraded my Sikuli version to 1.2.0. Still i found the same issue in that version a

Re: [Sikuli-driver] [Question #444232]: “Fatal error” in Sikuli, libs dir is not on system path

2017-01-19 Thread Anil Kumar Reddy
Question #444232 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/444232 Anil Kumar Reddy posted a new comment: What's the latest sikuli version? Which version of Sikuli will fix the above errors ? Is Sikuli-api and Sikuli-core should be in same version? What

Re: [Sikuli-driver] [Question #444232]: “Fatal error” in Sikuli, libs dir is not on system path

2017-01-19 Thread Anil Kumar Reddy
Question #444232 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/444232 Anil Kumar Reddy posted a new comment: HI RaiMan, If i made a upgrade to latest Sikuli versions in my machine, Is that upgrade effects the test cases which are already running in the testbed? -- You

Re: [Sikuli-driver] [Question #444232]: “Fatal error” in Sikuli, libs dir is not on system path

2017-01-19 Thread Anil Kumar Reddy
Question #444232 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/444232 Anil Kumar Reddy posted a new comment: @RaiMan, Thank you for useful info. I'll update you once running the Sikuli latest version in my VM. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #444232]: “Fatal error” in Sikuli, libs dir is not on system path

2017-01-19 Thread Anil Kumar Reddy
Question #444232 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/444232 Description changed to: Starting test case LEARN_SikuliImage, [error] ResourceLoaderBasic: check: No valid libs path available until now! [action] ResourceLoaderBasic: check: Please wait! Trying to extract

Re: [Sikuli-driver] [Question #444232]: “Fatal error” in Sikuli, libs dir is not on system path

2017-01-19 Thread Anil Kumar Reddy
Question #444232 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/444232 Linked to bug: #237544 https://bugs.launchpad.net/bugs/237544 "proposed update to gcc-4.3.3" -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #444232]: “Fatal error” in Sikuli, libs dir is not on system path

2017-01-19 Thread Anil Kumar Reddy
New question #444232 on Sikuli: https://answers.launchpad.net/sikuli/+question/444232 Starting test case LEARN_SikuliImage, [error] ResourceLoaderBasic: check: No valid libs path available until now! [action] ResourceLoaderBasic: check: Please wait! Trying to extract libs to jar parent folder:

Re: [Sikuli-driver] [Question #237544]: Maven -Sikuli Dependency Problem

2017-01-17 Thread Anil Kumar Reddy
Question #237544 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237544 Anil Kumar Reddy requested more information: Created a question in Stack Over flow. Please have a look on it. http://stackoverflow.com/questions/41697889/sikuli-error-no-valid-libs- path-available-until-now

Re: [Sikuli-driver] [Question #237544]: Maven -Sikuli Dependency Problem

2017-01-16 Thread Anil Kumar Reddy
Question #237544 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237544 Anil Kumar Reddy posted a new comment: Do we have any other way to resolve this issue rather than doing the restart operation. In my case, I cannot perform the restart operation on my server. I'm using

[Sikuli-driver] [Question #296140]: For "select all" operation on MAC OS if the text field contains "@" then doesn't work

2016-07-08 Thread Pavan Kumar
New question #296140 on Sikuli: https://answers.launchpad.net/sikuli/+question/296140 I am working on MAC OS with sikuli. I have a text field which already has a string in it the format of the string is "@X". I am using the below code to select all the string r.click(); //

[Sikuli-driver] [Question #294751]: Click location on an Image/ clicking on image other than center point of the Image

2016-06-02 Thread Pavan Kumar
New question #294751 on Sikuli: https://answers.launchpad.net/sikuli/+question/294751 Is there any way to click on am image corner point other than center point of the Image I have tried to click something like this Region r = s.find(imagepath); r.setLocation(new Location(0,0)).click();

[Sikuli-driver] [Bug 585342] Re: [request] IDE shortcut: comment/uncomment a whole block

2015-12-06 Thread Surya Kumar
You might think that using reverse osmosis equipment is http://theorganifigreenjuicereview.com/ important to having healthy drink water. Although on the surface that statement seems to make sense it is by far not the complete story. -- You received this bug notification because you are a member

[Sikuli-driver] [Question #264696]: How to Extract the text from a textfield using SIKULI in java application?

2015-04-07 Thread Deepak Kumar
, Deepak Kumar -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___ Mailing list: https://launchpad.net/~sikuli-driver Post to : sikuli-driver@lists.launchpad.net Unsubscribe

Re: [Sikuli-driver] [Question #264696]: How to Extract the text from a textfield using SIKULI in java application?

2015-04-07 Thread Deepak Kumar
Question #264696 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264696 Deepak Kumar posted a new comment: Thanks bro for quick turn around. Also could you please tell me why am i getting Env.getClipboard() in deprecated form? -- You received this question notification because

[Sikuli-driver] [Question #253610]: How to scroll down scroll bar in swing based application

2014-08-26 Thread kumar
New question #253610 on Sikuli: https://answers.launchpad.net/sikuli/+question/253610 I am trying to do automation for swing based desktop application there i need to do scroll down operation using sikuli and I am using java to automate sikuli can any one help me one this... -- You

[Sikuli-driver] [Question #253611]: Need to indetify particular cell in the excel type grid application.

2014-08-26 Thread kumar
New question #253611 on Sikuli: https://answers.launchpad.net/sikuli/+question/253611 Pre-condition: I have excel type of grid with 4 columns and 50 rows (We can increase rows based on the requirement) I need to identify particular cell in my application,Is that possible to automate using

Re: [Sikuli-driver] [Question #253610]: How to scroll down scroll bar in swing based application

2014-08-26 Thread kumar
Question #253610 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253610 kumar posted a new comment: Hi Raiman, Can me suggest the best possibility for this scenario with sikuli -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #252744]: I have a problem while comparing the images in Sikuli

2014-08-11 Thread kumar
Question #252744 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252744 kumar posted a new comment: As per your suggestion,I tried it for my desktop application but it is not working. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #252744]: I have a problem while comparing the images in Sikuli

2014-08-11 Thread kumar
Question #252744 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252744 kumar posted a new comment: The following error message is displayed: text was disabled. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #252744]: I have a problem while comparing the images in Sikuli

2014-08-07 Thread kumar
New question #252744 on Sikuli: https://answers.launchpad.net/sikuli/+question/252744 I tried it with in the following way: I stored my expected image in my local directory and I should compare with actual image which is displaying on my screen. To achieve this I tried with pattern feature but

Re: [Sikuli-driver] [Question #249484]: Mac - Not able to recognize top/system bar

2014-06-04 Thread Kumar
Question #249484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249484 Status: Answered = Solved Kumar confirmed that the question is solved: Thanks RaiMan for the confirmation. I will get new version with fix when it becomes available. -- You received this question

Re: [Sikuli-driver] [Question #249634]: .png files in comments are expected to exist in test folder

2014-06-03 Thread Kumar
Question #249634 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249634 Status: Answered = Solved Kumar 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

Re: [Sikuli-driver] [Question #249484]: Mac - Not able to recognize top/system bar

2014-06-03 Thread Kumar
Question #249484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249484 Status: Needs information = Open Kumar gave more information on the question: The image preview looks fine. I used capture() to create .png files and they are recognized. Whereas snapshots created

Re: [Sikuli-driver] [Question #249484]: Mac - Not able to recognize top/system bar

2014-06-03 Thread Kumar
Question #249484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249484 Kumar gave more information on the question: Forgot to mention that I tried to use the suggestion made above to capture top bar did not work. Then I tried using capture(). -- You received this question

Re: [Sikuli-driver] [Question #249484]: Mac - Not able to recognize top/system bar

2014-06-02 Thread Kumar
Question #249484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249484 Status: Answered = Open Kumar is still having a problem: Problem I have is exists(myappMenu) fails even though MyappMenu is on the desktop. -- You received this question notification because you

[Sikuli-driver] [Question #249634]: .png files in comments are expected to exist in test folder

2014-06-02 Thread Kumar
New question #249634 on Sikuli: https://answers.launchpad.net/sikuli/+question/249634 I am using 1.0.1 Beta1 running on Mac book Pro OS X 10.9.3 If I have line like # xyz.png in my Python test script then my test is not loaded with a message indicating that xyz.png is not in the test

Re: [Sikuli-driver] [Question #249484]: Mac - Not able to recognize top/system bar

2014-05-30 Thread Kumar
Question #249484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249484 Status: Answered = Open Kumar is still having a problem: How I got MyappMenu.png? I used Mac OS X feature that captures a screenshot of just the selected rectangle. Command+Shift+4 -- You received

Re: [Sikuli-driver] [Question #249459]: .sikuli folder is not recognized as a folder on Mac

2014-05-29 Thread Kumar
Question #249459 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249459 Status: Answered = Solved Kumar 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

[Sikuli-driver] [Question #249484]: Mac - Not able to recognize top/system bar

2014-05-29 Thread Kumar
New question #249484 on Sikuli: https://answers.launchpad.net/sikuli/+question/249484 I want to find top system/menu bar and click sign out. But My code is not recognizing the top menu bar. It is there. I can see that clearly. What am I doing wrong? I was looking up answers and FAQ. There is

[Sikuli-driver] [Question #249459]: .sikuli folder is not recognized as a folder on Mac

2014-05-28 Thread Kumar
New question #249459 on Sikuli: https://answers.launchpad.net/sikuli/+question/249459 I am runnig Siculi 1.10 Beta1 running on OS X10.9.3 When I browse my folders .siculi folders are treated as files. I can not expand the folders. I can't see contents of .sikuli folders. How can I fix this?

Re: [Sikuli-driver] [Question #248917]: IDE on Mac Retina Display - Cursor is not positioned correctly

2014-05-27 Thread Kumar
Question #248917 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248917 Status: Answered = Open Kumar is still having a problem: Ok. Thanks. My strategy is 1. Capture images using IDE 2. Create python scripts 3. Execute tests from command line. When I am capturing images

Re: [Sikuli-driver] [Question #248917]: IDE on Mac Retina Display - Cursor is not positioned correctly

2014-05-27 Thread Kumar
Question #248917 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248917 Status: Answered = Solved Kumar confirmed that the question is solved: Thanks. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #248917]: IDE on Mac Retina Display - Cursor is not positioned correctly

2014-05-25 Thread Kumar
Question #248917 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248917 Status: Answered = Open Kumar is still having a problem: I am trying to have both the IDE and an editor open to use IDE for images and the editor for editing Python script. The changes I make

Re: [Sikuli-driver] [Question #248794]: Can not open a test from SikiliX IDE

2014-05-19 Thread Kumar
Question #248794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248794 Status: Answered = Solved Kumar confirmed that the question is solved: Thanks. That worked. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #248917]: IDE on Mac Retina Display - Cursor is not positioned correctly

2014-05-19 Thread Kumar
New question #248917 on Sikuli: https://answers.launchpad.net/sikuli/+question/248917 As I enter my commands on IDE the cursor gets out of sync with text. Editing text is painful. This has been asked (Question #244138). But the workaround does not apply for me. I don't have any other display.

[Sikuli-driver] [Question #248794]: Can not open a test from SikiliX IDE

2014-05-16 Thread Kumar
New question #248794 on Sikuli: https://answers.launchpad.net/sikuli/+question/248794 I created and saved some tests using IDE. But I can't open them. When I select a test open is highlighted. What am I doing wrong? I am running IDE 1.1.0-Beta1 Build 2014-05-05-18 I am running IDE on OS X

Re: [Sikuli-driver] [Question #246863]: A strange behaviour?

2014-04-23 Thread Garima Kumar
Question #246863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246863 Status: Answered = Solved Garima Kumar confirmed that the question is solved: thanks RaiMan :-) -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #246863]: A strange behaviour?

2014-04-22 Thread Garima Kumar
Question #246863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246863 Status: Needs information = Open Garima Kumar gave more information on the question: Hello RaiMan, Sorry for late responce for the information. i have been using Sikuli 1.0.1 version. and here

[Sikuli-driver] [Question #246863]: A strange behaviour?

2014-04-11 Thread Garima Kumar
New question #246863 on Sikuli: https://answers.launchpad.net/sikuli/+question/246863 Hello team, today i have observed a strange behaviour of sikuli. few days back i have written some code, that time it was working fine for me. today when i ran that code it started giving me error saying image

Re: [Sikuli-driver] [Question #246403]: Mltiple selection

2014-04-04 Thread Garima Kumar
Question #246403 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246403 Status: Answered = Solved Garima Kumar confirmed that the question is solved: Thanks :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #246389]: import failed in .skl file

2014-04-02 Thread Garima Kumar
New question #246389 on Sikuli: https://answers.launchpad.net/sikuli/+question/246389 Hello team, i have a scenerio, i have 2 .sikuli files at folder: e:\Garima\testCase 1) StepToPerform.sikuli 2) logFileGeneration.sikuli in first file i have a statement import logFileGeneration i have

[Sikuli-driver] [Question #246403]: Mltiple selection

2014-04-02 Thread Garima Kumar
New question #246403 on Sikuli: https://answers.launchpad.net/sikuli/+question/246403 Hello team, in my project i have to select 2 images, manually i can do it will Ctrl key. but using sikuli how can i accomplish that. i have tried 1) click(image1.png) KeyModifier.CTRL click(image2.png) Not

[Sikuli-driver] [Question #246340]: Regarding traceback

2014-04-01 Thread Garima Kumar
New question #246340 on Sikuli: https://answers.launchpad.net/sikuli/+question/246340 Hello team, I am using traceback feature of sikuli. i have a try.sikuli file. looks like import traceback def abc(): try: click(image)//let's say image is not avaible at screen except:

Re: [Sikuli-driver] [Question #246340]: Using Python's traceback in Sikuli script

2014-04-01 Thread Garima Kumar
Question #246340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246340 Status: Answered = Solved Garima Kumar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #246151]: exception handling

2014-03-28 Thread Garima Kumar
Question #246151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246151 Status: Answered = Solved Garima Kumar confirmed that the question is solved: Thanks Eugene small F is typo error :) and after adding the import line to my code, It's working for me Thanks for your

[Sikuli-driver] [Question #246151]: exception handling

2014-03-27 Thread Garima Kumar
New question #246151 on Sikuli: https://answers.launchpad.net/sikuli/+question/246151 Hello Team, i want to use Exception handling in my code. throught some already asked questions on Launchpad i come to know that sys.exc_info will be having all the information about the exception raised. i

[Sikuli-driver] [Question #246084]: Count an image available on screen.

2014-03-26 Thread Garima Kumar
New question #246084 on Sikuli: https://answers.launchpad.net/sikuli/+question/246084 Hello team, I have a scanerio where i have single image multiple times on a screen. now i want to count for this image, that how many times this image is available. please guide me how to proceed with this. if

Re: [Sikuli-driver] [Question #246084]: Count an image available on screen.

2014-03-26 Thread Garima Kumar
Question #246084 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246084 Status: Answered = Open Garima Kumar is still having a problem: Hello RaiMan, Thanks a lot for your help. It's working for me. Regards Garima On Wed, Mar 26, 2014 at 11:41 PM, RaiMan question246

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Answered = Open Garima Kumar is still having a problem: Hello Obiwan, thanks for the reply,with createWorkflow(Cardiac). it's working fine. but now one more error came into picture, i am

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Answered = Solved Garima Kumar confirmed that the question is solved: hello Obiwan i m missing point 1 so it has solved my problem. point 2 is my typo mistake while writting the question. point

[Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
New question #245732 on Sikuli: https://answers.launchpad.net/sikuli/+question/245732 Hello team, i am trying to call an parameterized method available in a different .sikuli folder. i am able to call a non parameterized but not the parameterized one. Please guide me how to do the same. Thanks

Re: [Sikuli-driver] [Question #245660]: issue with accessing the image stored at a particular repository.

2014-03-19 Thread Garima Kumar
Question #245660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245660 Status: Needs information = Solved Garima Kumar confirmed that the question is solved: Hello RaiMan The issues is with some access permessions. It's resolved now. :-) -- You received this question

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Needs information = Open Garima Kumar gave more information on the question: Hello, I have a workflow.sikuli, inside that ia have a method called def createWorkflow(workflowName): print

[Sikuli-driver] [Question #245660]: issue with accessing the image stored at a particular repository.

2014-03-18 Thread Garima Kumar
New question #245660 on Sikuli: https://answers.launchpad.net/sikuli/+question/245660 Hello Sikuli Team, i have created a repository for my project and wants to access all the snapshots from one place. in one code i am checking for the existence of 2 images on the screen. it's surprising for me

  1   2   >