EditCategory
Input
EditQuestion
Are there any alternative ways to simulate input?
EditAnswer
Yes, you can use the SendInput method from User32.dll assembly to reproduce input from the keyboard and the mouse.
Note that this input will be considered "real" with regard to WPF; therefore, all limitations of the "simulation" method described here are void.
The drawback is that you then depend on Win32 for your applications.