Winappdriver: send keyboard commands

Created on 29 Mar 2019  路  2Comments  路  Source: microsoft/WinAppDriver

Hi

I want to send keyboard command ESC using sendkeys option. Not able to figure out how do i do that.

Most helpful comment

This worked for me

Session.Keyboard.SendKeys(OpenQA.Selenium.Keys.Escape);

All 2 comments

This worked for me

Session.Keyboard.SendKeys(OpenQA.Selenium.Keys.Escape);

Thanks, works for me also,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hassanuz picture hassanuz  路  4Comments

SanjeevKumarmn picture SanjeevKumarmn  路  4Comments

Blank517 picture Blank517  路  4Comments

ant-skelia picture ant-skelia  路  4Comments

tomw93 picture tomw93  路  4Comments