Question: Among 3 input methods(Default, Simulate Type/Click, SendWindowMessages), SendWindowMessages converts all text to lowercase according to the lesson5 tutorial. However, the type into activity that I made (with SendWindowMessages checked) does not convert any texts to lowercase at all.
Does anyone have the same problem?
SendWindowMessage wont convert any texts to lowercase.
Actually , the click is executed by sending a specific message to the target application. This input method can work in the background, is compatible with most desktop apps, but it is not the fastest of the methods. By default, this check box is not selected. If neither this nor the SimulateClick check boxes are selected, the default method simulates the click by using the hardware driver. The default method is the slowest, it cannot work in the background, but it is compatible with all desktop apps.
Hi @Sob
Thank you for your reply.
That is very helpful, but my real question is;
Is’n SendWindowMessages supposed to convert text to lowercase??
For example, I tried to type “AbcD” to the notepad app by using typeinto activity with SenWindowMessages. Based on what they say in the tutorial, it is supposed to be “abcd”. Not simply “AbcD”.(convert uppercase to lowercase)
I was thinking that may be just because of some problems related to version changes or something, but I couldn’t find any similar questions. . .