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

2021-06-29 Thread Ben Dix
Question #697681 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697681 Status: Answered => Solved Ben Dix confirmed that the question is solved: thx RaiMan  I can go on using the images to select all code of this window  -- You received this question notification

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 #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 #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