[Sikuli-driver] [Question #708013]: getCenter on a user coded region returns a clickpoint on the bottom right of the region

2023-09-22 Thread Mark McGuinn
New question #708013 on SikuliX: https://answers.launchpad.net/sikuli/+question/708013 I've defined a region using the Region command and when I do a highlight of the region is show corrrectly. But when I want to click on the region I use the gtCenter call but the clickpoint for the region is

[Sikuli-driver] [Question #689848]: Is there a way of ensuring that only the required number of clicks are carried out?

2020-04-12 Thread Mark McGuinn
New question #689848 on Sikuli: https://answers.launchpad.net/sikuli/+question/689848 I have an app which is designed to automate certain aspects of an auction process. The app cycles through the auction catalog to gather specific information on each item available. The catalog has the

Re: [Sikuli-driver] [Question #689782]: Region text read not always returning correct text

2020-04-09 Thread Mark McGuinn
Question #689782 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689782 Status: Answered => Solved Mark McGuinn confirmed that the question is solved: The suggestion to use the space character as the delimiter instead worked, thanks! -- You received this quest

Re: [Sikuli-driver] [Question #689782]: Region text read not always returning correct text

2020-04-09 Thread Mark McGuinn
Question #689782 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689782 Status: Needs information => Open Mark McGuinn gave more information on the question: as requested the ascii string after the ascii_reg.text() when the programs works is: ('The ascii t

Re: [Sikuli-driver] [Question #689782]: Region text read not always returning correct text

2020-04-09 Thread Mark McGuinn
Question #689782 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689782 Mark McGuinn gave more information on the question: I thought it might be useful to add the output for when firstly the program runs correctly: ('Character is ...', '\xc2') ('Character is ...', 194

[Sikuli-driver] [Question #689782]: Region text read not always returning correct text

2020-04-08 Thread Mark McGuinn
New question #689782 on Sikuli: https://answers.launchpad.net/sikuli/+question/689782 I have a auction app which reads the region on the screen containing information on the current bid position and the amount the vendor wants in order to sell the item immediately. The fields are shown on the

Re: [Sikuli-driver] [Question #688106]: Reload error when no reload calls present

2020-01-19 Thread Mark McGuinn
Question #688106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688106 Status: Needs information => Open Mark McGuinn gave more information on the question: The script is being run in the IDE and below are the lines with import: def auction_control(): myScriptP

[Sikuli-driver] [Question #688106]: Reload error when no reload calls present

2020-01-19 Thread Mark McGuinn
New question #688106 on Sikuli: https://answers.launchpad.net/sikuli/+question/688106 I have a main control routine which calls 4 sub-routines to do various things. However when I try to run the main routine I get the following error: [error] IDE: Run Script: internal error: Traceback (most

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-13 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Needs information => Open Mark McGuinn gave more information on the question: My apologies, I did not do a specific import of the routines, I thought that they would be imported automatica

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-13 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Mark McGuinn gave more information on the question: Looking into the issue to try and find a workaround I discovered that the image path does not contain the sub-routine folder as it apparently should

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-13 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Mark McGuinn posted a new comment: HI, I was wonderng if anyone has had the time to look at this issue. If they have is it reproducible from the simple example above? -- You received this question

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-10 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Answered => Open Mark McGuinn is still having a problem: Here is the simplest test case: result = test() print result which calls: def test(): click("1578666326196.png")

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-10 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Answered => Open Mark McGuinn is still having a problem: This is marked as answered but the bug remains. What do I need to do to confirm it is a bug? -- You received this question notificat

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-06 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Description changed to: Below is a simple test case which shows the problem. The click command if called on its own works fine, however if you try to call it from a sub-routine then you get an exception

[Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-06 Thread Mark McGuinn
New question #687794 on Sikuli: https://answers.launchpad.net/sikuli/+question/687794 Below is a simple test case which shows the problem. The click command if called on its own works fine, however if you try to call it from a sub-routine then you get an exception saying the image file could

[Sikuli-driver] [Bug 1858343] [NEW] Calling a click from a sub-routine causes an exception.

2020-01-05 Thread Mark McGuinn
Public bug reported: Below is a simple test case which shows the problem. The click command if called on its own works fine, however if you try to call it from a sub-routine then you get an exception saying the image file could not be found result = test_auction(1000,1000) print result the

Re: [Sikuli-driver] [Question #687690]: Use of a Mask

2020-01-01 Thread Mark McGuinn
Question #687690 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687690 Status: Answered => Solved Mark McGuinn confirmed that the question is solved: Many, many thanks for the quick response which appears to have sorted out the problem. -- You received this quest

[Sikuli-driver] [Question #687690]: Use of a Mask

2019-12-31 Thread Mark McGuinn
New question #687690 on Sikuli: https://answers.launchpad.net/sikuli/+question/687690 Hi, I am trying to use the Pattern mask feature to search for an image. Below is the code I have written, but this code causes an exception, is there something wrong with the code? new_img =

[Sikuli-driver] [Bug 1856450] Re: looks like an extra Click being added by IDE during loop --- definitely no

2019-12-27 Thread Mark McGuinn
Unfortunately the wait sis not solve the issue, and with the debug set to level 3 it is not recording the extra activity after the item is found. The debug shows the script finding the item, and then it logs the click at a specified location, it does not however log the click which takes the item

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-24 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: I get the error with the following simple test max_bid = 5 I have emailed a screenshot of the error to the sikuli acco

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-24 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Mark McGuinn gave more information on the question: Yes the problem still exists. Sent from my Huawei phone Original message From: Mark McGuinn Date: Mon, 23 Dec 2019, 18:22 To: bb

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: Manfred, apologies for the mis-assignment on the code, given that the code which I forgot to include is now available to you are

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Hi Manfred, the definition is the one you proposed i.e. def test_if_char(value): for e in va

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: Changed all the variable names to be the same and the lines still fail. -- You received this question notification because your t

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Hi Manfred, below is the simplified script plus a sub-routine it calls. Attached are a couple of screen sh

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Adding the *:* after the if makes no difference to the exception being raised. The def for get time left is:

Re: [Sikuli-driver] [Question #687415]: IDE: How to solve/track strange problems

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: I've done what was suggested and am still getting the error when the test procedure basically contains just the if statement:

Re: [Sikuli-driver] [Question #687415]: Strange problem or a bug in Sikuli

2019-12-23 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Needs information => Open Mark McGuinn gave more information on the question: Hi Manfred thanks for the followup. The exception is raised when the ide does a check before executing the c

Re: [Sikuli-driver] [Question #687415]: Strange problem or a bug in Sikuli

2019-12-22 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: Manfred, thanks for the suggestion, unfortunately it is causing an exception when I try to implement it: [error] scr

[Sikuli-driver] [Bug 1856450] Re: looks like an extra Click being added by IDE during loop --- definitely no

2019-12-22 Thread Mark McGuinn
Adding in the wait solved the problem. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1856450 Title: looks like an extra Click being added by IDE during loop --- definitely no Status in

Re: [Sikuli-driver] [Question #687415]: Strange problem or a bug in Sikuli

2019-12-22 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Status: Answered => Open Mark McGuinn is still having a problem: Hi RaiMan, many thanks for the response,i t has helped me to move things forward. However there is still a problem which is diffic

[Sikuli-driver] [Bug 1857230] Re: Exist not finding image even though it exists

2019-12-22 Thread Mark McGuinn
Some more info: If I run the script is sikuli1.1.3 then the following error is thrown: [error] Image: could not be loaded: file:/C:/Users/mmcguinn/Documents/main_bid_test.sikuli/test_for_complete.png [error] RunTimeIDE: ImageMissing: P(test_for_complete.png -- not valid!) S: 0.79 This happens

[Sikuli-driver] [Bug 1857230] [NEW] Exist not finding image even though it exists

2019-12-22 Thread Mark McGuinn
Public bug reported: In the script below the routine looks for the text "Auction Complete" and if it exists does something. The problem is that the image exists, and is shown if you do a pattern matching on the image but when you run the script the image is not detected even though it is there.

Re: [Sikuli-driver] [Question #687415]: Strange problem or a bug in Sikuli

2019-12-21 Thread Mark McGuinn
Question #687415 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687415 Mark McGuinn gave more information on the question: This is the extracted routine: def get_time(): time_reg = (Region(260,692,89,29)) Debug.user("In Timer calcu

[Sikuli-driver] [Question #687415]: Strange problem or a bug in Sikuli

2019-12-21 Thread Mark McGuinn
New question #687415 on Sikuli: https://answers.launchpad.net/sikuli/+question/687415 Hi, I have an application which is designed to automate taking part in auctions. One of the functions in the app is to monitor the time left on the auction. It does this by defining a region where the timer

[Sikuli-driver] [Bug 1856450] [NEW] Extra Click being added by IDE during loop

2019-12-15 Thread Mark McGuinn
Public bug reported: Hi, the following script is designed to loop through a menu item until it fins the one it is looking for and when it does it stops the loop and is supposed to click a confirm button which takes the screen to another page. However what is happening is that the IDE finds the

Re: [Sikuli-driver] [Question #686932]: Is it possible to pass a variable to the Region command?

2019-12-11 Thread Mark McGuinn
Question #686932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686932 Status: Answered => Solved Mark McGuinn confirmed that the question is solved: Many thanks for ending my frustration on this one! Just for completeness incase anyone is looking at this la

[Sikuli-driver] [Question #686932]: Is it possible to pass a variable to the Region command?

2019-12-11 Thread Mark McGuinn
New question #686932 on Sikuli: https://answers.launchpad.net/sikuli/+question/686932 Hi, I am trying to dynamically create regions on the screen at different locations and want to pass the Region() command a variable containing the co-ordinates of the new region. base_loc =

Re: [Sikuli-driver] [Question #686745]: What am I doing wrong?

2019-12-10 Thread Mark McGuinn
Question #686745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686745 Status: Answered => Solved Mark McGuinn confirmed that the question is solved: Thanks for the response, the changes you suggested solve the issue, cheers -- You received this question notificat

Re: [Sikuli-driver] [Question #686745]: What am I doing wrong?

2019-12-10 Thread Mark McGuinn
Question #686745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686745 Status: Answered => Open Mark McGuinn is still having a problem: Because the down arrow does not appear the system starts to print out the string: Auctions True but no downlit arrow--> It shou

[Sikuli-driver] [Question #686745]: Am I doing something wrong or is this a bug in Sikuli

2019-12-06 Thread Mark McGuinn
New question #686745 on Sikuli: https://answers.launchpad.net/sikuli/+question/686745 Hi, I am writing a script to gather some info from a auction site. I ran into a problem and tried to use the debug features of Sikuli. However the simple script below hangs when it tries to print out a

Re: [Sikuli-driver] [Question #686442]: Using onAppear

2019-12-01 Thread Mark McGuinn
Question #686442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686442 Mark McGuinn gave more information on the question: I have been experimenting with this and despite using the IDE tool to define a region I am getting the following in the error messages: error] Region

[Sikuli-driver] [Question #686442]: Using onAppear

2019-12-01 Thread Mark McGuinn
New question #686442 on Sikuli: https://answers.launchpad.net/sikuli/+question/686442 In version 2.0.1 I am trying to use the onAppear function to catch when a specific piece of text appears. Below is the code I am using, it simple click a button which causes the image to change. The expected

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread Mark McGuinn
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Answered => Open Mark McGuinn is still having a problem: Have managed to get somewhere with v2.0.1. Now getting to the point where it does the findText but it fails with an error even tho

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread Mark McGuinn
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Answered => Open Mark McGuinn is still having a problem: Did as suggested and am still getting an error: [error] RunTimeIDE: ImageMissing: FORD [error] RunTimeIDE: Wait: Abort: Jyt

Re: [Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-12-01 Thread Mark McGuinn
Question #686421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686421 Status: Answered => Open Mark McGuinn is still having a problem: Hi, thanks for the feedback. I had been using 1.1.3 because I could not get the side tab with the various coding shortcuts to work in

[Sikuli-driver] [Question #686421]: How To Input a variable containing text to reg.find()

2019-11-30 Thread Mark McGuinn
New question #686421 on Sikuli: https://answers.launchpad.net/sikuli/+question/686421 Trying to create a script which passes from excel to Sikul a name and then searches on an application screen for that name. The screen has 50 visible icons with a different name in each. I am trying to find

[Sikuli-driver] [Bug 1854055] [NEW] Screen Resolution C hnages during capture

2019-11-26 Thread Mark McGuinn
Public bug reported: I am newb and am trying out a simple example from YouTube. In the example the tutor uses the capture function to take an image of Windows start button and click it. When I try to do the same thing the resolution of the screen changes so that the Start button disappears from

Re: [Sikuli-driver] [Question #678309]: Gradually reducing MinSimilarity

2019-06-12 Thread Mark Weisler
Question #678309 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678309 Mark Weisler posted a new comment: Anything that corroborates "miracles" is so heartwarming! Miracles happen ... [image.png] >>>> I wonder if this guy was an undercover cop putti

[Sikuli-driver] [Bug 1810177] Re: Unable to Open Sikuli 1.1.4

2019-04-16 Thread Mark David Gilbert
@RaiMan Go to this page: https://raiman.github.io/SikuliX1/downloads.html and make sure you read: "Download what you prefer or both to the same folder as you have your sikulix.jar. They will be recognized by SikuliX at the next start. So preferably download before using the IDE the first

Re: [Sikuli-driver] [Question #680120]: There There Where to find it

2019-04-08 Thread Mark Lewman
Question #680120 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680120 Summary changed to: There There Where to find it -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #680120]: https://twitter.com/PdfNovel/

2019-04-08 Thread Mark Lewman
New question #680120 on Sikuli: https://answers.launchpad.net/sikuli/+question/680120 I want to know where to download There there Pdf. I found something on twitter: https://twitter.com/PdfNovel/ -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #670379]: [1.1.2] Mac: Cannot capture top menu bar and dock items

2018-06-22 Thread mark Yang
Question #670379 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670379 Status: Answered => Solved mark Yang confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #670379]: using 1.1.2. Cannot capture top and bottom bar in MAC(10.13.3)

2018-06-21 Thread mark Yang
New question #670379 on Sikuli: https://answers.launchpad.net/sikuli/+question/670379 Just downloaded 1.1.2 and following' hello world' tutorial. 'Take Screenshot' only allows me to capture the screen excluding those top bar bottom app short cut bar. Thanks, Mark -- You received this question

[Sikuli-driver] [Bug 1739534] Re: [1.1.1] [1.1.2] MacOS 10.13.2: Large MouseDown Extended Delays while playing Web App after about 1 minute --- workarounds

2017-12-21 Thread mark
Thank you! Using the full'export' line in the terminal worked! It now seems like the extended mouse up/down issue is resolved. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1739534 Title:

[Sikuli-driver] [Bug 1739534] [NEW] [1.1.1] [1.1.2] Large MouseDown Extended Delays while playing Web App MacOS 10.13.2

2017-12-20 Thread mark
Public bug reported: Perhaps related this? https://bugs.launchpad.net/sikuli/+bug/1447096 Sikuli 1.1.1 / 1.1.2. MacOS 10.13.2 64bit Extended Mouse Down delays when running script from sikuli IDE (not specifically in a Mac app), after a short while (one minute maybe?). The documented workaround

[Sikuli-driver] [Bug 1543252] Re: extended delay error message - in second instance of loop

2017-12-20 Thread mark
Hi RaiMan, this is happening for me as well on macOS 10.13.2 and Sikuli 1.1.2. Was happening on 1.1.1 as well. Python scripting. Running from inside IDE. How do I find java version? Getting pretty bad extended mouse delays after 20 or so clicks in a row. -- You received this bug notification

Re: [Sikuli-driver] [Question #661991]: Sikuli seems to be functioning fine but shift-click not working

2017-12-20 Thread mark
Question #661991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/661991 mark posted a new comment: I just checked, and a sikuli press on Shift won't set off Sticky Keys either. Interesting. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #661991]: Sikuli seems to be functioning fine but shift-click not working

2017-12-20 Thread mark
Question #661991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/661991 mark posted a new comment: Okay, thank you for all the information! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #661991]: Sikuli seems to be functioning fine but shift-click not working

2017-12-20 Thread mark
Question #661991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/661991 mark posted a new comment: Thanks for the advice. Is there a difference between when sikuli presses the SHIFT key as opposed to when it comes from the keyboard? -- You received this question notification

[Sikuli-driver] [Question #661991]: Sikuli seems to be functioning fine but shift-click not working

2017-12-19 Thread mark
New question #661991 on Sikuli: https://answers.launchpad.net/sikuli/+question/661991 I am on Mac using sikuli 1.1.1 I am trying to shift-click on multiple items in a game. Using keyDown(key.shift) followed by multiple clicks, I can see with the Mac keyboard viewer that the shift key is in

[Sikuli-driver] [Question #306973]: ((Support))Mark@@@1-877-288-2779@@@ICloud Tech Support number & Icloud Help Desk Number

2016-07-28 Thread Mark Gama
New question #306973 on Sikuli: https://answers.launchpad.net/sikuli/+question/306973 @@@((8))1-877-288-2779@@@ICloud Tech Support number & Icloud Help Desk Number ((Support))Mark@@@1-877-288-2779@@@ICloud Tech Support number & Icloud Help Desk Number @@@1-877-288-2779@@@ICloud Tech

[Sikuli-driver] [Question #306988]: @@@((8))1-877-288-2779@@@ICloud Tech Support number & Icloud Help Desk Number

2016-07-28 Thread Mark Gama
New question #306988 on Sikuli: https://answers.launchpad.net/sikuli/+question/306988 @@@((8))1-877-288-2779@@@ICloud Tech Support number & Icloud Help Desk Number ((Support))Mark@@@1-877-288-2779@@@ICloud Tech Support number & Icloud Help Desk Number @@@1-877-288-2779@@@ICloud Tech

[Sikuli-driver] [Question #305301]: All HP Printers Support 1(844)-240-8386

2016-07-27 Thread mark john
New question #305301 on Sikuli: https://answers.launchpad.net/sikuli/+question/305301 All HP Printers Support 1(844)-240-8386 Below is a list of 844 numbers for Hewlett-Packard. Numbers likely to be more popular, such as tech support, are listed at the top of the page. Consumer Technical

[Sikuli-driver] [Question #305164]: Epson H.e.l.p.l.i.n.e. USA 1.8.44..240.83.86 Epson Printer T.e.c.h. S.u.p.p.o.r.t. P.h.o.n.e. N.u.m.b.e.r. Epson Printer C.u.s.t.o.m.e.r. s.e.r.v.i.c.e. p.h.o.n.e.

2016-07-27 Thread mark john
New question #305164 on Sikuli: https://answers.launchpad.net/sikuli/+question/305164 Epson H.e.l.p.l.i.n.e. USA 1.8.44..240.83.86 Epson Printer T.e.c.h. S.u.p.p.o.r.t. P.h.o.n.e. N.u.m.b.e.r. Epson Printer C.u.s.t.o.m.e.r. s.e.r.v.i.c.e. p.h.o.n.e. n.u.m.b.e.r. Epson phone number

[Sikuli-driver] [Question #305182]: Canon H.e.l.p.l.i.n.e. USA 1.8.44..240.83.86 Canon Printer T.e.c.h. S.u.p.p.o.r.t. P.h.o.n.e. N.u.m.b.e.r. Canon Printer C.u.s.t.o.m.e.r. s.e.r.v.i.c.e. p.h.o.n.e.

2016-07-27 Thread mark john
New question #305182 on Sikuli: https://answers.launchpad.net/sikuli/+question/305182 Canon H.e.l.p.l.i.n.e. USA 1.8.44..240.83.86 Canon Printer T.e.c.h. S.u.p.p.o.r.t. P.h.o.n.e. N.u.m.b.e.r. Canon Printer C.u.s.t.o.m.e.r. s.e.r.v.i.c.e. p.h.o.n.e. n.u.m.b.e.r. Canon phone number

[Sikuli-driver] [Question #305179]: Hp H.e.l.p.l.i.n.e. USA 1.8.44..240.83.86 Hp Printer T.e.c.h. S.u.p.p.o.r.t. P.h.o.n.e. N.u.m.b.e.r. Hp Printer C.u.s.t.o.m.e.r. s.e.r.v.i.c.e. p.h.o.n.e. n.u.m.b.e

2016-07-27 Thread mark john
New question #305179 on Sikuli: https://answers.launchpad.net/sikuli/+question/305179 Hp H.e.l.p.l.i.n.e. USA 1.8.44..240.83.86 Hp Printer T.e.c.h. S.u.p.p.o.r.t. P.h.o.n.e. N.u.m.b.e.r. Hp Printer C.u.s.t.o.m.e.r. s.e.r.v.i.c.e. p.h.o.n.e. n.u.m.b.e.r. Hp phone number 1-844-240-8386, Hp

[Sikuli-driver] [Question #305092]: !!!!HP 1844-240-8386 HP printer helpline, HP printer technical support phone number, HP printer tech support number

2016-07-27 Thread mark johmn
New question #305092 on Sikuli: https://answers.launchpad.net/sikuli/+question/305092 HP 1844-240-8386 HP printer helpline,HP printer technical support phone number,HP printer tech support number Below is a list of 844 numbers for Hewlett-Packard. Numbers likely to be more popular, such as

Re: [Sikuli-driver] [Question #276120]: Expecting set null

2015-11-30 Thread Mark
Question #276120 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276120 Mark gave more information on the question: I have fixed that problem, I was using a full stop when I needed a comma. However a new problem has arisen, I now get this error: [error] script

[Sikuli-driver] [Question #276120]: Expecting set null

2015-11-30 Thread Mark
New question #276120 on Sikuli: https://answers.launchpad.net/sikuli/+question/276120 I am trying to create a script to find if an image exists in a set region. This is my script so far: while True: if Region.exists('Region'.'Picture'): click('picture 2') but when I click run, I

Re: [Sikuli-driver] [Question #255984]: handler

2014-10-20 Thread Mark Weisler
Question #255984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255984 Status: Open = Answered Mark Weisler proposed the following answer: Please paste a copy of the errors you get when running your program. Also, it might help to initialize nb_quetes_tours_faites = 0

Re: [Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-08 Thread Mark Weisler
Question #255477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255477 Mark Weisler proposed the following answer: Hello Alexandre et al, I suggest that you scan this board for this very often asked questions and the faqs section and/or learn some basic Python. Some basic

Re: [Sikuli-driver] [Question #253526]: region

2014-08-24 Thread Mark Weisler
Question #253526 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253526 Status: Open = Answered Mark Weisler proposed the following answer: On Aug 24, 2014, at 2:32 AM, felipe wrote: Question #253526 on Sikuli changed: https://answers.launchpad.net/sikuli/+question

Re: [Sikuli-driver] [Question #252621]: Automate using text not image

2014-08-04 Thread Mark Weisler
Question #252621 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252621 Status: Open = Answered Mark Weisler proposed the following answer: On Aug 4, 2014, at 11:36 AM, Anunaya wrote: New question #252621 on Sikuli: https://answers.launchpad.net/sikuli/+question/252621

Re: [Sikuli-driver] [Question #252546]: Script Stopping

2014-08-02 Thread Mark Weisler
Question #252546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252546 Status: Open = Answered Mark Weisler proposed the following answer: On Aug 2, 2014, at 5:32 PM, Smizzy wrote: New question #252546 on Sikuli: https://answers.launchpad.net/sikuli/+question/252546

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Mark Weisler
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Mark Weisler proposed the following answer: On Dec 23, 2013, at 1:46 AM, srijith wrote: New question #241177 on Sikuli: https://answers.launchpad.net/sikuli/+question/241177 Basically i want to send

[Sikuli-driver] [Question #249141]: How do I launch the Sikuli app. Install said have fun

2014-05-22 Thread Mark Myers
programs or a shortcut on the desktop. Please help. I really want to get back into using Sikuli for testing. Thanks, Mark -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #249141]: How do I launch the Sikuli app. Install said have fun

2014-05-22 Thread Mark Myers
Question #249141 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249141 Status: Answered = Open Mark Myers is still having a problem: Thanks RaiMan: I'll back up 1.0.1. I used Sikuli often at Broadcom when I was testing Apple products. I now have a new gig at West Health

Re: [Sikuli-driver] [Question #236124]: Import Lib/site-packages the same way as -i option

2013-12-09 Thread Mark
Question #236124 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236124 Mark requested more information: Is there any way to put them in a different folder? It doesn't really make sense for me to use those folders. -- You received this question notification because you

Re: [Sikuli-driver] [Question #236124]: Import Lib/site-packages the same way as -i option

2013-12-09 Thread Mark
Question #236124 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236124 Mark posted a new comment: Thanks RaiMan, using the (user) Environment variable 'JYTHONPATH' worked. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #236124]: Import Lib/site-packages the same way as -i option

2013-12-08 Thread Mark
Question #236124 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236124 Mark requested more information: I am trying to add a path to python's module search path. Instead of writing in every file: myPath = path/to/user/defined/modules if not myPath in sys.path: append(myPath

Re: [Sikuli-driver] [Question #236124]: Import Lib/site-packages the same way as -i option

2013-12-06 Thread Mark
Question #236124 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236124 Mark requested more information: Hey, what about for .pth files? I am trying to register a file-system path but haven't had any luck. -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #240001]: Requiring to run Sikuli as Administrator when scripts are in many modules

2013-11-29 Thread Mark
Question #240001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240001 Status: Needs information = Open Mark gave more information on the question: as modules -- I mean that the script calls different objects to perform specific tasks. Right now I have it set up so

Re: [Sikuli-driver] [Question #240001]: Requiring to run Sikuli as Administrator when scripts are in many modules

2013-11-29 Thread Mark
Question #240001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240001 Mark gave more information on the question: And classes A and B are in their own .sikuli scripts/folders -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #240001]: Requiring to run Sikuli as Administrator when scripts are in many modules

2013-11-29 Thread Mark
Question #240001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240001 Mark posted a new comment: I used the -d 3 option and ran in slow motion. The target shown is on the correct image but the mouse does not move to it. It still logs that it clicks the image though. -- You

Re: [Sikuli-driver] [Question #240001]: Requiring to run Sikuli as Administrator when scripts are in many modules

2013-11-29 Thread Mark
Question #240001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240001 Status: Answered = Solved Mark confirmed that the question is solved: Hey RaiMain, so after restarting and updating my JRE it seems to work now. That is, I don't have to start the SIkuli IDE with admin

[Sikuli-driver] [Question #240001]: Requiring to run Sikuli as Administrator when scripts are in many modules

2013-11-28 Thread Mark
New question #240001 on Sikuli: https://answers.launchpad.net/sikuli/+question/240001 Hey, I'm on Windows 7 (64bit), and when my Sikuli scripts are all defined in one file (one .sikuli file/folder), I am able to run the script perfectly. However I've been developing my tests as modules, and

Re: [Sikuli-driver] [Question #237464]: issue with loop

2013-10-16 Thread Mark Weisler
Question #237464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237464 Mark Weisler posted a new comment: Hello Joshua, I'm not sure I completely understand your question but below are some examples of waiting for images that might be of use to you. m =Region(20,20,100,400

[Sikuli-driver] [Bug 1234831] [NEW] IDE 1.0.1 hangs launching -d 3 -c on OS X

2013-10-03 Thread Mark Weisler
Public bug reported: Summary: I launch Sikuli IDE 1.0.1 (build 12SEP2013160242) and enter -d 3 -c into the options dialog box that appears when launching the IDE and hit enter. The yellow message box appears but does not progress to a usable session. Environment: OS X 10.6.8 on a MacBook

Re: [Sikuli-driver] [Question #236622]: Not working when the object is not on screen

2013-09-30 Thread Mark Weisler
Question #236622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236622 Status: Open = Answered Mark Weisler proposed the following answer: Since Sikuli is a visual environment it needs to see the image (1380511864279-1.png) on your screen to be able to click

[Sikuli-driver] [Question #236332]: Testing Flex applications

2013-09-25 Thread mark goldin
New question #236332 on Sikuli: https://answers.launchpad.net/sikuli/+question/236332 How can I test my Flex applications using your product? Is there any sample for that? Thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #232718]: Can detect the text on screen but can't find it

2013-08-03 Thread Mark Weisler
Question #232718 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232718 Mark Weisler posted a new comment: I tried essentially your code and it worked properly for me. I have a Web page open and it contains the string of interest in the region Sikuli will be searching. Then I

[Sikuli-driver] [Question #231162]: png images not saving in 1.0.0

2013-06-21 Thread Mark Allen
. When I save or save_as it seems only the html and py items are saved, it never saves any of the png files. How do I correct this? Sikuli does some great things but it seems getting it to run correctly is a experiment in frustration. Thanks, Mark -- You received this question notification

Re: [Sikuli-driver] [Question #230510]: Printing the exception information in a catch block

2013-06-12 Thread Mark Weisler
Question #230510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230510 Mark Weisler posted a new comment: The working script below illustrates some of how sys.exc_info works. # script: sys.exc_info explorer # Mark Weisler # 11 June 2013 # our goal is to create an error

Re: [Sikuli-driver] [Question #229825]: do an action if the image on a region doesn't change

2013-06-02 Thread Mark Weisler
Question #229825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229825 Mark Weisler posted a new comment: The following working code might help you... # script: RegionAreaTest6, 01 June 2013 # Related to [Question #229825]: do an action if the image on a region doesn't

Re: [Sikuli-driver] [Question #228659]: need help with this software, newbie...

2013-05-29 Thread Mark Weisler
Question #228659 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228659 Mark Weisler posted a new comment: Below is some code that might help with this question... # script: URLWatcher # cycles through some URLs which are initially loaded into a list # 22 Mai 2013, Mark Wißler

[Sikuli-driver] [Question #227801]: mouse effect to know where the click happens

2013-04-29 Thread mark
New question #227801 on Sikuli: https://answers.launchpad.net/sikuli/+question/227801 Hello, I have been using heavy mouse clicking with Sikuli and the problem that I have is that sometime I cant see where the scripts are clicking. My setup includes a video recording of what is happening in

Re: [Sikuli-driver] [Question #209733]: Sending a wave file to microphone input

2012-09-28 Thread mark
Question #209733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209733 Status: Answered = Open mark is still having a problem: That utility that can redirect wave file to a microphone input is the one that I am looking for, It does not seem to exist anywhere. I have been

[Sikuli-driver] [Question #209733]: Sending a wave file to microphone input

2012-09-27 Thread mark
New question #209733 on Sikuli: https://answers.launchpad.net/sikuli/+question/209733 Hello, I am new to Sikuli and I am planning on using this for Automation for a GUI based chat/voice software like Skype. The problem that I have is that there I havent found a way to test speech path between

Re: [Sikuli-driver] [Question #209733]: Sending a wave file to microphone input

2012-09-27 Thread mark
Question #209733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209733 mark gave more information on the question: Thanks for replying. I am not really using Skype, but a Skype like software. I kinda know its possible, I just dont know how to do it. In some chat rooms out

  1   2   >