Hi there,
There are three method to type text,
1 normal way,
2 send windows message
3 simulate
All have problem with my project when typing text on download/upload window in IE or Chrome.
- Normal way. I’m using Chinese input method, if I forget chang it to English input method, it will type text into input method instead of type into download/upload window.
- Send Windows Message. It will get wrong text. for examp, I want type D:\hello+1.txt
But it may type as d;|hello=1.txt
It seem it pressed the Shift Key at wrong time. - Simulate. Can you belive me! the robot can send full text correctly, and shows correctly, BUT, it cannot trigger the Windows to refresh the real text in the text box. which means, the download/upload window still use default text for filename, not new one.
Can uipath provide more saver type method?