How to send ENTER from the keyboard using TestStack.White Framework

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.

Thanks.

+6
source share
1 answer

Why can't you use KeyboardInput.SpecialKeys.RETURN ? He must do the same and get what you need.

+10
source

All Articles