I have a use case where I would like to press a particular key on Android Device. Please help me with the feasibility?

Hi, I’m running app automation tests using Appium and I have a use case where I would like to press a particular key on Android Device. Please help me with the feasibility.

Hello Rebecca-mason,

For python, you can use the below snippet: self.driver.press_keycode(10);