Search code examples
appiumrobotframeworkappium-android

How to send Back key in Robot framework Appium ? [Android]


Could anyone can help me how to send Back Key in Robot framework Appuim Android ? or Do i need to create custom library with python ? Thanks you


Solution

  • I found the answer to send Back Key to Android Roboframework Appium by using

    Press Keycode             4
    
    • Back is 4
    • Menu is 82
    • Recent Apps is 187 (APP_SWITCH)