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

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome posted a new comment: Only Java Programming with Sikuli -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2018-02-15 Thread RaiMan
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 Status: Open => Answered RaiMan proposed the following answer: Ctrl+T, Ctrl+T , Ctrl+E is it? Ctrl+t, Ctrl+t , Ctrl+e if yes, s.type("e", KeyModifier.CTRL); because: s.type("E", KeyModifier.CTRL);

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

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 Description changed to: Ctrl+T, Ctrl+T , Ctrl+E.not working...Plz assist me in this. Code: package sikulipak; import org.sikuli.script.FindFailed; import org.sikuli.script.Key; import

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

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome posted a new comment: Wow Thanks Raiman...Its working fine ...can i have any links or doc for working sikuli in eclipse -- You received this question notification because your team Sikuli Drivers is

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

2018-02-15 Thread Vishal singh
Question #664438 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664438 Vishal singh posted a new comment: 1. ft1.1: Traceback (most recent call last): File "C:\Tools\td5_gui_automation\Sikuli scripts\ImportProject.sikuli\ImportProject.py", line 35, in

[Sikuli-driver] [Bug 1749262] Re: [1.1.2] Java9: IDE: Warnings illegal reflective access operation

2018-02-15 Thread RaiMan
Thanks. Confirmed: see the bug. > Am 14.02.2018 um 20:45 schrieb George Shields : > > WINDOW 10 with SikuliX IDE : > java 9.0.4 > Java(TM) SE Runtime Environment (build 9.0.4+11) > Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode) > > Microsoft Windows [Version

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-15 Thread RaiMan
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 Status: Open => Answered RaiMan proposed the following answer: see comment #7 --- Also in these specific lines is a relatively high Target Offset included. ... does not matter for the search, since

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-15 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 Status: Solved => Open David Bachschmid is still having a problem: Since I added a timeout to the exists commands, I've received this error three times: [error] script [ sdfsdf ] stopped with error at

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

2018-02-15 Thread Vishal singh
New question #664438 on Sikuli: https://answers.launchpad.net/sikuli/+question/664438 Hi I was researching about automation tool for GUI testing and i found sikuli So i investigated about sikuli and found that it can be very useful for my application for creating automation scripts I installed

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

2018-02-15 Thread jerome
New question #664439 on Sikuli: https://answers.launchpad.net/sikuli/+question/664439 Ctrl+T, Ctrl+T , Ctrl+E.not working...Plz assist me in this. Code: package sikulipak; import org.sikuli.script.FindFailed; import org.sikuli.script.Key; import org.sikuli.script.KeyModifier; import

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

2018-02-15 Thread RaiMan
Question #664438 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664438 Status: Open => Needs information RaiMan requested more information: not concrete enough. 1. ... the script failed due to an error what error? ... testcases "not executed"? what does that mean?

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-15 Thread David Bachschmid
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 David Bachschmid posted a new comment: Ok ty, now I understand why the error occured. Still when I do not include a picture within "click(picture.png)", sikuli will only click on the center of the region in

Re: [Sikuli-driver] [Question #664345]: CPU usage going through the roof when running script

2018-02-15 Thread RaiMan
Question #664345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664345 RaiMan proposed the following answer: with my coding suggestion from comment #12 it should click the last match in reg1, which in turn remembers the given target offset. For the reason behind my suggestion

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

2018-02-15 Thread RaiMan
Question #664438 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664438 Status: Needs information => Answered RaiMan proposed the following answer: at 1: FindFailed: FindFailed: 1516200019285.png: (107x28) in S(0)[0,0 1920x1080] E:Y, T:3,0 not found on Screen 0, primary

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

2018-02-15 Thread RaiMan
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 RaiMan requested more information: Python scripts or Java Programming? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2018-02-15 Thread yop
New question #664446 on Sikuli: https://answers.launchpad.net/sikuli/+question/664446 Hello, I am looking for a function like : waitVanish("image.png", FOREVER) but for a process or an application .so llike this :-) : App.waitVanish('someapp', FOREVER) have you any idea for that function ?

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

2018-02-15 Thread RaiMan
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 Status: Open => Answered RaiMan proposed the following answer: already checked the observe feature? -- You received this question notification because your team Sikuli Drivers is an answer contact for

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

2018-02-15 Thread yop
Question #664446 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664446 Status: Answered => Open yop is still having a problem: Thanks for your reply RaiMan. You mean that "App.waitVanish('someapp', FOREVER)" would work? -- You received this question notification because

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

2018-02-15 Thread Arito Shimazaki
New question #664458 on Sikuli: https://answers.launchpad.net/sikuli/+question/664458 Today I got report from Windows Defender. Does anyone have similar issue? The malware found is "Trojan:Win32/Skeeyah.H". Here I have logs from Windows Defender. containerfile: C:\Documents and