Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Manfred Hampl
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 Status: Open => Answered Manfred Hampl proposed the following answer: How do you know which line to select? What are the selection criteria? Some ideas: Do a searchall for the empty selection box, store

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Muthumanikandan
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 Status: Answered => Open Muthumanikandan is still having a problem: Here the selection criteria is S.no and Gate entry no, while doing manually tester knows his gate entry. But in script i need guidance

Re: [Sikuli-driver] [Question #654227]: Use offset(Location(x, y)} but get wrong position some time

2017-08-01 Thread YO
Question #654227 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654227 YO posted a new comment: I have use mouseMove(target) to ensure the central point of the image I found. If the initial target is getting wrong, the whole offset in "scene_list" would be the same, since I u

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Manfred Hampl
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 Status: Open => Answered Manfred Hampl proposed the following answer: Sorry, it is not possible for me to provide a sample script. I do not know any details about the program that you want to control wi

[Sikuli-driver] [Bug 1706334] Re: [1.1.1] - Region.observe - onAppear() handler quits when using low lvl mouse commands like mouseDown

2017-08-01 Thread Benjamin Berg
Ok thanks for looking into it anyway. I tried your code, worked for me too, I spent some time to investigate why, and I found my mistake. I wrote "Button.Left" but it has to be LEFT , if I write Button.Left it says: [error] script [ Unbenannt ] stopped with error in line 1 [error] AttributeErro

Re: [Sikuli-driver] [Question #654025]: How to get click event value

2017-08-01 Thread Muthumanikandan
Question #654025 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654025 Status: Answered => Solved Muthumanikandan confirmed that the question is solved: My script: newvalue = input("Enter Dock no :") wait(1) text_file = open("Output.sql", "w") text_file.write("UPDATE termi

Re: [Sikuli-driver] [Question #653769]: How to run a executable query in Oracle -Sql Developer

2017-08-01 Thread Muthumanikandan
Question #653769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653769 Status: Answered => Open Muthumanikandan is still having a problem: Thanks for the above Comment # 14,it helped i am getting close to my result, but one step ahead, I tried below code: import xlrd imp

Re: [Sikuli-driver] [Question #653769]: How to run a executable query in Oracle -Sql Developer

2017-08-01 Thread Manfred Hampl
Question #653769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653769 Status: Open => Answered Manfred Hampl proposed the following answer: You just have to replace for rx in range(sheet.nrows): print "contents: " + sheet.cell_value(rx,33) by for rx in range(sheet.nro

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-01 Thread layanor
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 layanor posted a new comment: This does work. However typing c is going very slowly. Is there a way to make this quickly respond? Also thank you for helping me out. Cutting all of that extra code out was ver

Re: [Sikuli-driver] [Question #653769]: How to run a executable query in Oracle -Sql Developer

2017-08-01 Thread Muthumanikandan
Question #653769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653769 Status: Answered => Open Muthumanikandan is still having a problem: Thanks Hampl.. I tried with your code , it ran successfully but value not writing . Can you please confirm the variable length for si

Re: [Sikuli-driver] [Question #653769]: How to run a executable query in Oracle -Sql Developer

2017-08-01 Thread Manfred Hampl
Question #653769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653769 Status: Open => Answered Manfred Hampl proposed the following answer: If text_file.write(...) already worked in comments #2 and #5, why should it stop working now? Please debug your script by adding pri

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-01 Thread dinev
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 dinev proposed the following answer: Change the sleep(1) to sleep(0.1) after type("c") Sleep time is in seconds - 0.1 is 100ms However please note that exist command also take some non zero time to be execut

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 dinev posted a new comment: Ok - some more questions: If I click within the grid - can I do CTRL+A CTRL+C to copy all in clipboard? Does the clipboard has human readable format in this case - I mean text? If

[Sikuli-driver] [Question #654436]: wait(img, t) fails to identify an image

2017-08-01 Thread johan
have more than 50 tests were this method works and this 1 test were it fails about 4 out of 5 times for some reason. 20170801 FAIL : FindFailed: FindFailed: training.png: (46x15) seen at (475, 425) with 1.00 in S(0)[0,0 1920x1200] E:Y, T:3.0 Line 2759, in file Region.java 20170801 DEBUG

Re: [Sikuli-driver] [Question #654227]: Use offset(Location(x, y)} but get wrong position some time

2017-08-01 Thread dinev
Question #654227 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654227 dinev posted a new comment: I do not see where scene_offset is calculated. Maybe this can be the problem. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread dinev
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 dinev posted a new comment: Ok - some more questions: If I click within the grid - can I do CTRL+A CTRL+C to copy all in clipboard? Does the clipboard has human readable format in this case - I mean text? If

[Sikuli-driver] [Question #654441]: multiple screenshot analysis in a script

2017-08-01 Thread arminius
New question #654441 on Sikuli: https://answers.launchpad.net/sikuli/+question/654441 I've been trying for months to screenshot an alarm on a stock webpage, but the background and foreground are so dyanimc that a screenshot I take get's it's match scaled down to below 30% and then so many false

Re: [Sikuli-driver] [Question #654441]: multiple screenshot analysis in a script

2017-08-01 Thread arminius
Question #654441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654441 arminius gave more information on the question: it occurs to me I'll probably be mocked for that abridged version of my code up top, was just trying to give an example of what I want it to do. here's the bes

Re: [Sikuli-driver] [Question #654441]: multiple screenshot analysis in a script

2017-08-01 Thread keith Fischer
Question #654441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654441 keith Fischer posted a new comment: If you see the target image but sikuli does not find it consider this: If not already identify if these images appear in a consistent region of the web page. Create the w

Re: [Sikuli-driver] [Question #653328]: SikuliX and Microsoft MMC

2017-08-01 Thread Ran
Question #653328 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/653328 Status: Answered => Solved Ran confirmed that the question is solved: Thanks RaiMan. Silly Microsoft, now we are forced to abandon super useful tools like Sikuli and stuck with MS Windows automation tool

[Sikuli-driver] [Question #654900]: how to update from Sikuli 1.0.1 to SikuliX 1.1.1

2017-08-01 Thread Anna Andraszek
New question #654900 on Sikuli: https://answers.launchpad.net/sikuli/+question/654900 Hi, I'm using Sikuli 1.0.1 with Robot Framework and would like to upgrade to SikuliX 1.1.1. I installed SikuliX it in a new folder and the setup went fine. In my batch file I changed: set sikuli_jar=E:\sikuli

Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Muthumanikandan
Question #654090 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654090 Muthumanikandan posted a new comment: Hi Dinev , You are asking question to me or hampl. If you asked to me , my answers are: arrow keys works but it will not select radio button it just go up and down Yo