How can I press a key while the test is running in C# using Android key events?

How to use android key events to press key while running the test in C# ?

Hi Richard,

You can use the press key code method of Appium driver like:
driver.PressKeyCode(WindowsKeyCode.Windows);