octalmage / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
12.24k stars 933 forks source link

Using the typeString() method does not let you find the name of a file. #747

Open karinaSC opened 11 months ago

karinaSC commented 11 months ago

I'm using typescript() to look for a file name, but it doesn't find it when it's a system file.

I need to upload a file by searching its name using the typeString() method, but when I send the text that refers to the name of a file, it does not return or writes the text with cut words.

image

i sent the file name "test qa", see how the method written, in the attached image, any help for this?