Nathan
Nathan

Reputation: 7699

Enable "show_touches" via appium or adb on android emulator

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

Answers (1)

Alex P.
Alex P.

Reputation: 31666

adb shell settings put system show_touches 1

Upvotes: 14

Related Questions