Forum Discussion
googleid_114358
13 years agoContributor
Hi.
I would suggest to use the recorder to check what TestComplete actually record when you use the keyboard to input "îlots"
I had something similar (incomplete keyboard input) when using Keys method with '@' character.
If I used TextObject.Keys("email@adress.com") I had a warning.
The recorder gave me the solution : TextObject.Keys("emai~^àadress.com");
I changed all my input to switch from @ to ~^à (CTRL + ALT + à).
Guillaume.
I would suggest to use the recorder to check what TestComplete actually record when you use the keyboard to input "îlots"
I had something similar (incomplete keyboard input) when using Keys method with '@' character.
If I used TextObject.Keys("email@adress.com") I had a warning.
The recorder gave me the solution : TextObject.Keys("emai~^àadress.com");
I changed all my input to switch from @ to ~^à (CTRL + ALT + à).
Guillaume.