Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-05 Thread RaiMan
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 Status: Answered => Solved RaiMan changed the question status: supposing the test with textedit worked. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-05 Thread itsmetwenty
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 itsmetwenty posted a new comment: I think I found the cause for the incorrect character it is due to the creation of instance of the app here is the code: import thread global thread_end thread_end =

Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-04 Thread RaiMan
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 RaiMan proposed the following answer: Tried on my macOS 10.14: works as expected: (latest 1.1.4) switchApp("textedit"); wait(1) type("/Users/abc/Desktop/a_b_c/File1") had to switch the keyboard though to

Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-03 Thread Twenty Anderson
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 Twenty Anderson posted a new comment: I already tried the paste function. However, the app under test does not support pasting in the text box -- You received this question notification because your team

Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-01 Thread Asheru
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 Status: Open => Answered Asheru proposed the following answer: Try with: paste("yourText") -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-01 Thread Twenty Anderson
Question #678869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678869 Description changed to: OS: Mac Mojave When I used the following command in SikuliX, the outputted string is incorrect. Code: type("/Users/abc/Desktop/a_b_c/File1") Outputted:

[Sikuli-driver] [Question #678869]: type() functions type incorrect characters

2019-03-01 Thread Twenty Anderson
New question #678869 on Sikuli: https://answers.launchpad.net/sikuli/+question/678869 OS: Mac Mojave When I used the following command in SikuliX, the outputted string is incorrect. Code: type("/Users/abc/Desktop/a_b_c/File1") Outputted: "?Users/abc/DESKTOP/a_b_c?FILE!" I already adjust the