I am writing C # code to test the user interface in my application. I want to send ENTER from the keyboard. I already checked TestStack.White.WindowsAPI.KeyboardInput.SpecialKeys . It does not contain any method, send ENTER.
TestStack.White.WindowsAPI.KeyboardInput.SpecialKeys
Thanks.
Why can't you use KeyboardInput.SpecialKeys.RETURN ? He must do the same and get what you need.
KeyboardInput.SpecialKeys.RETURN