.NET
Microsoft Technologies based on the .NET software framework.
4,060 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello all,
with UI Automation how can i be granted that my key stroke ({ENTER} key) it is going to be invoked on the edit text element?
The application that i want to automate is expecting a key stroke(enter key) to assume the inputed text. Is that a way to invoke the "pressed {enter} key" on that element without the use of the generic sendinput/sendkeys.