Re: [Sikuli-driver] [Question #245298]: How to handle enable/Disbale state of the button

2014-03-11 Thread Eugene S
Question #245298 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245298 Status: Open => Answered Eugene S proposed the following answer: Hi, What about creating a pattern for each one of the states and then try to find each one? For example if exists("ButtonState1.png"):

Re: [Sikuli-driver] [Question #245266]: [error] NameError (name 'onEvent' is not defined)

2014-03-11 Thread Ray Bobak
Question #245266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245266 Ray Bobak posted a new comment: Could have sworn I replied to this yesterday, but is not in here. Yes, I know I can actually carve up the screen or even define a region that contains my target. What I wante

Re: [Sikuli-driver] [Question #245286]: Sikuli radio button with associated text

2014-03-11 Thread Eugene S
Question #245286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245286 Eugene S proposed the following answer: Hi Helene, I don't know whether there are differences between the Linux and Windows or Mac versions however, if you see that the same code works on Mac, then it makes

[Sikuli-driver] [Question #245352]: If the latest version of sikuli is valid for 32bits windows system

2014-03-11 Thread lisa hoo
New question #245352 on Sikuli: https://answers.launchpad.net/sikuli/+question/245352 Hi, I setup the latest sikuli version '1.0.1' on my 32bits windows pc, but got the error messages like this. "[error] ResourceLoaderBasic: checkLibsDir: libs dir is not on system path: E:\ur a\ura\libs [actio

[Sikuli-driver] [Question #245317]: Meta+Alt+Alt Graph+Button1+CLICK from nowhere

2014-03-11 Thread Ray Bobak
New question #245317 on Sikuli: https://answers.launchpad.net/sikuli/+question/245317 the code for cord in attackPoints: target = Region(cord[0],cord[1],cord[2],cord[3]) print 'attacking ',target click(target) wait("1

Re: [Sikuli-driver] [Question #245286]: Sikuli radio button with associated text

2014-03-11 Thread Helene Pedata
Question #245286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245286 Helene Pedata posted a new comment: Hi Eugene, I just realized since it says int object, it is not finding the match. Right? HP -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #245316]: How to get page title name while sikuli script running

2014-03-11 Thread basha
New question #245316 on Sikuli: https://answers.launchpad.net/sikuli/+question/245316 Hi Team, Please solve the below question as i am not getting title name of the open page. How to get page title name while sikuli script running? Ex:if i opened a google page,i need to see the titile of the pag

Re: [Sikuli-driver] [Question #245286]: Sikuli radio button with associated text

2014-03-11 Thread Helene Pedata
Question #245286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245286 Helene Pedata posted a new comment: Hello Again, Yes, make sense! Can you tell me if the linux version of Sikuli behaves differently than the mac version? find("Yes.png").left() does not seem to work on

Re: [Sikuli-driver] [Question #245246]: find to different images then if found execute different action

2014-03-11 Thread ed hyip
Question #245246 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245246 Status: Answered => Solved ed hyip confirmed that the question is solved: Thanks Eugene S, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #245298]: How to handle enable/Disbale state of the button

2014-03-11 Thread sudhir takale
Question #245298 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245298 Status: Answered => Open sudhir takale is still having a problem: How to check the button gets enabled and disabled -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #245298]: How to handle enable/Disbale state of the button

2014-03-11 Thread obiwan-92
Question #245298 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245298 Status: Open => Answered obiwan-92 proposed the following answer: Hello, I understand, try this instead : button = Pattern("img1").exact() while exists(button): click(button) Regards. -- You r

[Sikuli-driver] [Question #245299]: ImportError: No module named HTMLTestRunner exception while running Sikuli IDE on Mac

2014-03-11 Thread Mujeebu Rahman
New question #245299 on Sikuli: https://answers.launchpad.net/sikuli/+question/245299 Hi, Getting the below exception while trying to import HTMLTestRunner on mac osx using sikuli IDE, ImportError: No module named HTMLTestRunner Note: I have placed the HTMLTestRunner.py file in the same direct