Re: [Sikuli-driver] [Question #236802]: How to select an one of the option from dropdown list?

2013-10-04 Thread koventhan
Question #236802 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236802 Description changed to: want to select one of the option from dropdown menu (GUI). Example want to open Notepad and perform this operation ,file--save--save I have tried like below OpenApp(Notepad)

[Sikuli-driver] [Bug 1235211] [NEW] Sikuli doesn't open saved files

2013-10-04 Thread Alex
Public bug reported: Sikuli 1.0.1 Windows 8 x64 Description: Used sikuli to test an app and saved the project but when i'm trying to open it i get the following error , section from sikuli log file : [error] FileManager: Script folder D:\Work\SikuliX\Saved_sikuli_scripts\ test.sikuli does not

Re: [Sikuli-driver] [Question #166249]: Can we detect if webpage is loaded instead of using wait or exists?

2013-10-04 Thread sumera
Question #166249 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166249 sumera posted a new comment: I am running this thing openApp(C:\Program Files (x86)\Google\Chrome\Application\chrome.exe) type(l, KeyModifier.CTRL) paste(https://www.google.ca/;) My chrome browser is opened

Re: [Sikuli-driver] [Question #106137]: How do I open a website in Windows 7?

2013-10-04 Thread sumera
Question #106137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/106137 sumera posted a new comment: I am running this thing openApp(C:\Program Files (x86)\Google\Chrome\Application\chrome.exe) type(l, KeyModifier.CTRL) paste(https://www.google.ca/;) My chrome browser is opened

[Sikuli-driver] [Bug 1235424] [NEW] runIDE.cmd and runScript.cmd script error

2013-10-04 Thread James McIntosh
Public bug reported: Both scripts have the line: if not defined %PROGRAMS32% goto JAVANO32 it should be: if not defined PROGRAMS32 goto JAVANO32 ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli

[Sikuli-driver] [Question #236846]: Sikuli and Java: Can't load IA 32-bit .dll on a AMD 64-bit platform

2013-10-04 Thread Krzysztof Gonia
New question #236846 on Sikuli: https://answers.launchpad.net/sikuli/+question/236846 I'm try to use sikuli script in java. I create code base on http://doc.sikuli.org/faq/030-java-dev.html And I get error: Exception in thread main java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\Sikuli

Re: [Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse --- scripts should not have same name as imported stuff

2013-10-04 Thread rob
Question #236745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236745 Status: Open = Solved rob confirmed that the question is solved: i reinvented the wheel on this and im just using a homebrewed url parser. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #236802]: How to select an one of the option from dropdown list?

2013-10-04 Thread akbar
Question #236802 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236802 akbar posted a new comment: Is the click on save.png happening? Can you see the mouse movement on this image during the run? Add some wait between each step and try. -- You received this question