Re: [Sikuli-driver] [Question #697681]: select all text and copy to clipboard

2021-06-24 Thread RaiMan
Question #697681 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697681 RaiMan proposed the following answer: Sorry, but I have to confirm, that the type() command does not work against a command line window. You might pipe the complete java command output to a file (>

Re: [Sikuli-driver] [Question #697681]: select all text and copy to clipboard

2021-06-24 Thread RaiMan
Question #697681 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697681 RaiMan posted a new comment: indeed very individual :-))) -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #697681]: select all text and copy to clipboard

2021-06-24 Thread Ben Dix
Question #697681 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697681 Ben Dix posted a new comment: I start sikuli by executing cmd command java -jar ...\sikulixide-2.0.5.jar -c the cmd window , that stays in the background and that prints all my output is my so called java

Re: [Sikuli-driver] [Question #697681]: select all text and copy to clipboard

2021-06-24 Thread RaiMan
Question #697681 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697681 RaiMan requested more information: ok ;-) what is " java console"? I can test on Windows also - no problem :-) -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #697681]: select all text and copy to clipboard

2021-06-24 Thread Ben Dix
Question #697681 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697681 Ben Dix posted a new comment: Hey RaiMan, thx for your reply. I am on Mac AND Win  It is working fine on Mac, looks like it is something about the java console in win. Feels like the java output console

Re: [Sikuli-driver] [Question #697670]: Chrome OS : nothing happens at start

2021-06-24 Thread RaiMan
Question #697670 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697670 Status: Open => Answered RaiMan proposed the following answer: How do you run the jar? In a Terminal window using the java command? like so: ?? /java -jar

Re: [Sikuli-driver] [Question #697681]: select all text and copy to clipboard

2021-06-24 Thread RaiMan
Question #697681 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697681 Status: Open => Answered RaiMan proposed the following answer: Just tried on my macOS with 2.0.5: (thought you are on macOS, not Windows!?) click() # make window foreground/active wait(1) type("a",

[Sikuli-driver] [Question #697682]: Sikuli1.0rc2 works ok with RDP from WinServer 2012, but does not work with RDP from Win Server 2019

2021-06-24 Thread Tudor Niculescu
New question #697682 on SikuliX: https://answers.launchpad.net/sikuli/+question/697682 Hi, I am using Sikuli1.0rc2 to run some automated tests at my job. We are having one VM with Win 7 SP1 that has the sikuli harness installed with tests and everything, and we have an AppServer that has a rdp

[Sikuli-driver] [Question #697681]: select all text and copy to clipboard

2021-06-24 Thread Ben Dix
New question #697681 on SikuliX: https://answers.launchpad.net/sikuli/+question/697681 Hey Folks, at the end of my script, my console output must be saved to a txt file. right now I solved this by clicking on the top left of the java window, finding the buttons by images to do so. The filename