Enable “show_touches” via appium or adb on android emulator

前端 未结 1 2030
醉话见心
醉话见心 2021-01-17 19:03

Is it possible to enable the \"show_touches\" options on android from appium? Or via adb?

I have a appium test-script, which misbehaves. I have no Idea why, and I wa

相关标签:
1条回答
  • 2021-01-17 19:49

    the obvious

    adb shell settings put system show_touches 1
    
    0 讨论(0)
提交回复
热议问题