Re: [Sikuli-driver] [Question #404578]: Currently what is the best way to implement Selenium in Sikuli?

2017-02-01 Thread Sam
Question #404578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404578 Sam posted a new comment: Forgot to reply to this. I'm giving this a try this weekend. Just wanted to say thanks for all of the help RaiMan. You're the best! -- You received this question notification

[Sikuli-driver] [Question #449474]: the functions exists()/click()... freezes within a thread

2017-02-01 Thread majdoub
New question #449474 on Sikuli: https://answers.launchpad.net/sikuli/+question/449474 OS and sikuliX version : 1.1.0(2015-10-05_17:07)/Windows10.0/Java8(32)1.8.0_121-b13 Hi there. First, thanks for the hard work on sikulix! My question : I'm running a Sikulix code in an independent Thread

Re: [Sikuli-driver] [Question #449241]: os.getenv is not getting new variable settings each time it is called

2017-02-01 Thread RaiMan
Question #449241 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449241 Status: Open => Answered RaiMan proposed the following answer: I do not understand your approach. If you want to use the system environment for propagating values, then you should stay at that level:

Re: [Sikuli-driver] [Question #449280]: sikulixapi: is there a way to set env vars prior to App.open()

2017-02-01 Thread RaiMan
Question #449280 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449280 Status: Open => Answered RaiMan proposed the following answer: What about the respective Java features? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #449474]: the functions exists()/click()... freezes within a thread

2017-02-01 Thread RaiMan
Question #449474 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449474 RaiMan proposed the following answer: If this does not change the situation, then I think, you have to implement a more fine grained locking . SikuliX 1.1... is not thread-safe in any way, so there might be

Re: [Sikuli-driver] [Question #449474]: the functions exists()/click()... freezes within a thread

2017-02-01 Thread RaiMan
Question #449474 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449474 Status: Open => Answered RaiMan proposed the following answer: please try with 1.1.1 (http://sikulix.com) -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #449474]: the functions exists()/click()... freezes within a thread

2017-02-01 Thread majdoub
Question #449474 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449474 Status: Answered => Solved majdoub confirmed that the question is solved: Pardon my lack of knowledge, I'm a newbie in multi-threading , i just realized that my problem is not related to sikuli but it

Re: [Sikuli-driver] [Question #449280]: sikulixapi: is there a way to set env vars prior to App.open()

2017-02-01 Thread Russ Hatch
Question #449280 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449280 Russ Hatch posted a new comment: Oh, sorry, I'm a bit inexperienced with java. I'll look into that, I must be making it more difficult than it actually is. Hoping for a way that I can start/stop an app using

Re: [Sikuli-driver] [Question #449474]: the functions exists()/click()... freezes within a thread

2017-02-01 Thread RaiMan
Question #449474 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449474 Status: Open => Answered RaiMan proposed the following answer: You either have to extend class Region and implement your locking inside by overwriting the methods with wrappers BTW: in such cases as

Re: [Sikuli-driver] [Question #449474]: the functions exists()/click()... freezes within a thread

2017-02-01 Thread RaiMan
Question #449474 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449474 RaiMan proposed the following answer: ... and of course you might redesign your workflow from asynchronous to synchronous: at the places where you need to be aware of the other situation, just check for it

Re: [Sikuli-driver] [Question #449474]: the functions exists()/click()... freezes within a thread

2017-02-01 Thread majdoub
Question #449474 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/449474 Status: Answered => Open majdoub is still having a problem: Thank you for you'r answer, it helped a lot. First installing the version 1.1... unfortunately didn't work. I started all Sikulix features