microsoft / PowerApps-TestEngine

MIT License
101 stars 29 forks source link

Support keystrokes #250

Open NavneetThekkumpat opened 1 year ago

NavneetThekkumpat commented 1 year ago

Support adding keystrokes. Helps in sending them to a UI Element as you can with any UI Automation Framework like Selenium.

Eg testplan step: SendKeyStrokes('buttonname', ENTER);

leodatavinci commented 1 year ago

Hi, lets discuss on how to proceed.