Android emulator close using telnet via appium script

后端 未结 2 1009
猫巷女王i
猫巷女王i 2021-01-13 09:39

I am trying to close Android emulator using telnet command via Appium script but after executing the telnet command waiting for manual input for \"kill\" command. Unable to

相关标签:
2条回答
  • 2021-01-13 10:25

    This command line use for close the emulator automatically via appium script.

    Runtime.getRuntime().exec("tskill emulator-arm");
    
    0 讨论(0)
  • 2021-01-13 10:26
    use this code
    tskill emulator-arm
    
    0 讨论(0)
提交回复
热议问题