Reputation: 7699
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 want to see where exactly it clicks.
Upvotes: 10
Views: 2282
Reputation: 31666
adb shell settings put system show_touches 1
Upvotes: 14