Re: [Sikuli-driver] [Question #691987]: Problem to execute a shell command with run()

2020-07-21 Thread Alain Bonnefoy
Question #691987 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691987 Alain Bonnefoy gave more information on the question: Sorry, not to pipe parameters but pipe answers to questions asked by the script -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #691987]: Problem to execute a shell command with run()

2020-07-21 Thread Alain Bonnefoy
Question #691987 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691987 Status: Answered => Open Alain Bonnefoy is still having a problem: I don't want to write into the script file but pipe the parameters instead. I' going to have a look at subprocess -- You received

Re: [Sikuli-driver] [Question #691987]: Problem to execute a shell command with run()

2020-07-21 Thread RaiMan
Question #691987 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691987 Status: Open => Answered RaiMan proposed the following answer: Your command might be to complex (embedded " and ') for the internal parameter eval of run(). You might try with subprocess.popen. ... but

Re: [Sikuli-driver] [Question #691876]: Reading String output of a DLL in Sikuli

2020-07-21 Thread RaiMan
Question #691876 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691876 Status: Answered => Solved RaiMan changed the question status: by user himself -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #691979]: set up sikuli for python script

2020-07-21 Thread RaiMan
Question #691979 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691979 Status: Open => Answered RaiMan proposed the following answer: SikuliX cannot be used with Python (C-Python). SikuliX is Java based and uses Jython as Python language interpreter (language level 2.7).

Re: [Sikuli-driver] [Question #691979]: set up sikuli for python script

2020-07-21 Thread Manfred Hampl
Question #691979 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691979 Manfred Hampl posted a new comment: Ignore that message, it is spam -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #691979]: set up sikuli for python script

2020-07-21 Thread VICK
Question #691979 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691979 VICK gave more information on the question: Hi, I do not get it your reply. Do I need to download gbwhatsapp for further questions? -- You received this question notification because your team Sikuli Drive

Re: [Sikuli-driver] [Question #691988]: How to switch between desktop application and web application

2020-07-21 Thread masuo
Question #691988 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691988 masuo proposed the following answer: Try App.focus https://sikulix-2014.readthedocs.io/en/latest/appclass.html?highlight=App.focus#App.focus -- You received this question notification because your team Siku

Re: [Sikuli-driver] [Question #691988]: How to switch between desktop application and web application

2020-07-21 Thread Manfred Hampl
Question #691988 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691988 Manfred Hampl proposed the following answer: How would you do that manually (i.e. without Sikuli)? Probably by clicking somewhere in the other window to bring it to front, or with a "alt-tab" key. Do the s

Re: [Sikuli-driver] [Question #691988]: How to switch between desktop application and web application

2020-07-21 Thread Manfred Hampl
Question #691988 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691988 Status: Open => Answered Manfred Hampl proposed the following answer: How would you do that manually (i.e. without Sikuli)? Probably by clicking somewhere in the other window to bring it to front, on wi

[Sikuli-driver] [Question #691988]: How to switch between desktop application and web application

2020-07-21 Thread Abilashkar
New question #691988 on Sikuli: https://answers.launchpad.net/sikuli/+question/691988 we have a requirement that we need to switch from desktop application to web application and need to do some operations in web again we need to back desktop application do verification again we need to move to

[Sikuli-driver] [Question #691987]: Problem to execute a shell command with run()

2020-07-21 Thread Alain Bonnefoy
New question #691987 on Sikuli: https://answers.launchpad.net/sikuli/+question/691987 Hello, The concerned command is a bit particular as it's defined like below where I pipe answers to a script: sh -c 'cd /home/my/path && printf "1\ny\ny\ny\ny\ny\n" | ./scripts/prepare_VM_data.sh' Thi