Re: [Sikuli-driver] [Question #238190]: about building Sikuli

2013-10-28 Thread RaiMan
Question #238190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238190 Status: Open => Answered RaiMan proposed the following answer: You try to build SikuliX-1.0rc3 from https://github.com/sikuli/sikuli. What linux are you running? You might look in the net at help forums

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-28 Thread Cecile Estival
When I said "Sikuli doesn't find the 'G'", I mean it doesn't find it correctly... I did not add target offsset in preview. You can see my sikuli test un attachment. In log, there is : [log] CLICK on L(806,473)@S(0){0,0 1920x1080] The point x=806px and y=473px is on the right of the button "J'ai d

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-28 Thread RaiMan
That is really strange: When I open Chrome with www.google.fr, the the "G" is exactly 67x67 pixel. The "G" in your shot is 101x101 and hence is not found in my situation, resulting in a FindFailed. So the question is: where and how did you get this "oversized" G? If it is from an IE window on th

Re: [Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-28 Thread shalini
Question #238036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238036 Linked to bug: #1245420 https://bugs.launchpad.net/bugs/1245420 "How to test the application on Google chrome" -- You received this question notification because you are a member of Sikuli Drive

[Sikuli-driver] [Bug 1245420] [NEW] How to test the application on Google chrome

2013-10-28 Thread shalini
Public bug reported: For multibrowser(IE,Firefox,chrome) i have follwed the steps in firefox: openApp("C:\Program Files\Mozilla Firefox\firefox.exe") sleep(5) click("G0toaWebSite.png") type("http://10.74.28.53:8084/CustomerPortal/Home.jsp";) wait(3) click("1382691479640.png") But in chrome click

Re: [Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-28 Thread shalini
Question #238036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238036 shalini posted a new comment: Hi Raiman when i typed type("C:\Program Files\Mozilla Firefox\firefox.exe",KeyModifier.CTRL) paste("http://10.74.28.53:8084/CustomerPortal/Home.jsp";) sikuli gives error on lin

Re: [Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-28 Thread RaiMan
Question #238036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238036 RaiMan proposed the following answer: type("C:\Program Files\Mozilla Firefox\firefox.exe",KeyModifier.CTRL) paste("http://10.74.28.53:8084/CustomerPortal/Home.jsp";) this is not according to my suggestion in

[Sikuli-driver] [Question #238036]: Status of bug #1245420 changed to 'Invalid' in Sikuli

2013-10-28 Thread RaiMan
Bug #1245420 status changed in Sikuli: New => Invalid https://bugs.launchpad.net/sikuli/+bug/1245420 "How to test the application on Google chrome" This bug is linked to #238036. How to test the application in Google chrome https://answers.launchpad.net/sikuli/+question/238036 -- You recei

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-28 Thread Cecile Estival
I got the "G" 101x101 on Chrome Window, directly in Sikuli IDE. I think my "G" is bigger than your because my resolution is bigger too (1920x1080). I ran your test and Sikuli hightlighted the g-oversized.png and after that, it showed the message "normal not found". Even if it hightlighted the g-

Re: [Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-28 Thread RaiMan
Question #238036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238036 Removed link to bug: #1245420 https://bugs.launchpad.net/bugs/1245420 "How to test the application on Google chrome" -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 1245420] Re: How to test the application on Google chrome

2013-10-28 Thread RaiMan
** Changed in: sikuli Status: New => Invalid -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1245420 Title: How to test the application on Google chrome Status in Sikuli: Invalid Bug des

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-28 Thread RaiMan
please run the testscript from command line using runIDE.cmd -d and attach the created log file here ... or if you do not want to post it here, send it silently to my mail at https://launchpad.net/~raimund-hocke -- You received this bug notification because you are a member of Sikuli Drivers, w

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-28 Thread RaiMan
even if I run Chrome on a monitor 1920x1200, I do not get a "larger" "G", it is still 67x67. So you might have something special with your monitor/Chrome setup ??? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launch

Re: [Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-28 Thread shalini
Question #238036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238036 Status: Answered => Open shalini is still having a problem: Hi Raiman, I am not able to getting how to use this type("l", KeyModifier.CTRL) # lowercase L to focus address input field paste(some_url) typ

[Sikuli-driver] [Bug 1245440] [NEW] sikuli-script*.jar not being installe when selecting Pack 1 and 2 during installation

2013-10-28 Thread pajhiwo
Public bug reported: When selecting Pack 1 and Pack 2 from installation menu, sikuli-script.jar is not being installed. When selecting only Pack 2 (even if both were installed set before) sikuli-script.jar is correctly installed Sikuli version 1.0.1 Operation system: WIndows 7 64bit Step to pr

Re: [Sikuli-driver] [Question #238036]: How to test the application in Google chrome

2013-10-28 Thread RaiMan
Question #238036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238036 Status: Open => Answered RaiMan proposed the following answer: You must have somehow the firefox browser window in foreground an activated (the window accepts keystrokes). the Sikuli snippet: type("l",

[Sikuli-driver] [Bug 1245440] Re: sikuli-script*.jar not being installe when selecting Pack 1 and 2 during installation

2013-10-28 Thread RaiMan
This is by intention. As stated in the docs/setup dialog/help, you do not need script if you have IDE. But if for whatever reason (there is none that makes sense), you want to have both: - setup with option 1 - repeat setup and select option 2 ** Changed in: sikuli Status: New => Won't F

[Sikuli-driver] [Bug 1245440] Re: [1.0.1] setup: Pack 1 and 2 cannot be installed in one run --- both are not needed

2013-10-28 Thread pajhiwo
Hi. Please find my comments below 1. When running such statement: java -jar sikuli-ide.jar -r ..\sikuli.folder or java -jar sikuli-ide.jar -r ..\sikuli.skl Sikuli opens "SikuliX: collect runtime options" (see attachment screenshot) with info, but do not execute script, that is why sikuli- script

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-28 Thread Cecile Estival
Chrome looks blurry. After research, I found this post : http://superuser.com/questions/502400/fonts-in-some-programs-look-blurry-on-a-1920x1080-ips-monitor-in-windows-8 I did the procedure and I checked "Use Windows XP scaling". Now, the problem is solved. Thank you for help. -- You received t

[Sikuli-driver] [Bug 1244607] Re: gap between preview and run

2013-10-28 Thread RaiMan
** Changed in: sikuli Status: New => Invalid -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1244607 Title: gap between preview and run Status in Sikuli: Invalid Bug description: Confi

[Sikuli-driver] [Bug 1245440] Re: [1.0.1] setup: Pack 1 and 2 cannot be installed in one run --- both are not needed

2013-10-28 Thread RaiMan
docs still on level RC3 ... known problem - clearly noted in the release notes and docs (which at least contain many note on vital changes) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1245440 Ti

[Sikuli-driver] [Bug 1245440] Re: [1.0.1] setup: Pack 1 and 2 cannot be installed in one run --- both are not needed

2013-10-28 Thread RaiMan
On Windows, you are intended to use the provided command files, to avoid the need for system path modifications. This works as intended. This is true for IDE and Script. If you want to use the Java command: java -Dsikuli.FromCommandLine -jar sikuli-IDE.jar -r absolutepath_to_script (as can be

[Sikuli-driver] [Bug 1245440] Re: [1.0.1] setup: Pack 1 and 2 cannot be installed in one run --- both are not needed

2013-10-28 Thread RaiMan
---As per installation i belive if only one Pack could be installed, than after one pack is selected, second pack should be disabled. principally right, but I want to put my effort into more important areas. But feel free to contribute a patch. -- You received this bug notification because you

[Sikuli-driver] [Question #238223]: Sikuli for Flash

2013-10-28 Thread Newyork121
New question #238223 on Sikuli: https://answers.launchpad.net/sikuli/+question/238223 I have a flash button "Upload Artwork" to upload a an imge on my web base application which calls third party software on click. I am using Selenium + Sikuli to automate this. But since is not image how would I

Re: [Sikuli-driver] [Question #238223]: Sikuli for Flash

2013-10-28 Thread RaiMan
Question #238223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238223 Status: Open => Answered RaiMan proposed the following answer: To act on the page source (i.e. the web page elements), you have to use Selenium. Sikuli can only handle what is visible on the screen. --

Re: [Sikuli-driver] [Question #238223]: Sikuli for Flash

2013-10-28 Thread Newyork121
Question #238223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238223 Status: Answered => Open Newyork121 is still having a problem: Thanka for your reply. I can see upload button on web page but it is a flash button. I do not find image in view source. That is why I paste

[Sikuli-driver] [Question #238240]: can we use open.App function to open an application in a remote machine?

2013-10-28 Thread manas
New question #238240 on Sikuli: https://answers.launchpad.net/sikuli/+question/238240 can we use open.App function to open an application in a remote machine? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #238004]: Click() function fails to click on image name passed to it parameter of list element

2013-10-28 Thread Hitesh
Question #238004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238004 Status: Answered => Open Hitesh is still having a problem: I did not have tessdata folder missing message. I have installed with option 5. The issue is still there. -- You received this question notifi