Re: [Sikuli-driver] [Question #664446]: Similar Function App.waitVanish('someapp')

2018-02-16 Thread yop
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 yop posted a new comment: thanks for your reply. It's looks exaclty i need ! It's looks Working whit FireFox. My problem comme from whit an another app i lauch it by start a Gnome-Terminal and paste "LD

Re: [Sikuli-driver] [Question #664446]: Similar Function App.waitVanish('someapp')

2018-02-16 Thread RaiMan
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 RaiMan proposed the following answer: you might also try this http://sikulix-2014.readthedocs.io/en/latest/appclass.html#App.isRunning -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #664446]: Similar Function App.waitVanish('someapp')

2018-02-16 Thread RaiMan
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 RaiMan proposed the following answer: myApp = App('Firefox') for step in range (60): if not myApp.window(): wait(1) App.open ('gnome-terminal') -- You received this question notification

Re: [Sikuli-driver] [Question #664446]: Similar Function App.waitVanish('someapp')

2018-02-16 Thread yop
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 yop posted a new comment: yes ...but i am not an expert :-) I looked again the last docs "Sikulix 2014 - 01 2018" (very nice) i wanted to try the function " "myApp.windows" for exemple -1- with Firefox NOT

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-16 Thread RaiMan
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 RaiMan proposed the following answer: no specials for use of SikuliX: - either setup a Maven or Gradle project - or use a correctly setup sikulixapi.jar as lib in your project The next days I will try and

Re: [Sikuli-driver] [Question #664458]: [1.1.1 & 1.1.2] Windows Defender: reports "Trojan:Win32/Skeeyah.H" with jython.jar and sikulix.jar --- probably false positives or affected locally at download

2018-02-16 Thread RaiMan
Question #664458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664458 Description changed to: checked at https://www.virustotal.com the files at the origins in the net are clean -- Today I got

Re: [Sikuli-driver] [Question #664458]: [1.1.1 & 1.1.2] Windows Defender: reports "Trojan:Win32/Skeeyah.H" with jython.jar and sikulix.jar --- probably false positives or affected locally at download

2018-02-16 Thread RaiMan
Question #664458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664458 Summary changed to: [1.1.1 & 1.1.2] Windows Defender: reports "Trojan:Win32/Skeeyah.H" with jython.jar and sikulix.jar --- probably false positives or affected locally at download -- You received this

Re: [Sikuli-driver] [Question #664458]: Sikuli modules affected by malware

2018-02-16 Thread RaiMan
Question #664458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664458 RaiMan posted a new comment: @Manfred Great thanks for the pointer to virustotal - did not know about that. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #664446]: Similar Function App.waitVanish('someapp')

2018-02-16 Thread RaiMan
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 Status: Open => Answered RaiMan proposed the following answer: Already looked into the docs? what about comment #1? -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #664438]: Sikuli script fails when run on projector screen or on multiple desktops

2018-02-16 Thread Vishal singh
Question #664438 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664438 Status: Answered => Solved Vishal singh confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #664446]: Similar Function App.waitVanish('someapp')

2018-02-16 Thread yop
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 yop posted a new comment: Error is : "AttributeError: type object 'App' has no attribute 'waitVanish' Regards -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #664458]: Sikuli modules affected by malware

2018-02-16 Thread Manfred Hampl
Question #664458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664458 Status: Open => Answered Manfred Hampl proposed the following answer: Probably a false positive. I suggest that you upload the file for a security scan to a security service, e.g. virustotal.com There