Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 398
Nathan Avatar asked Jun 11 '17 08:06

Nathan


Video Answer


1 Answers

the obvious

adb shell settings put system show_touches 1
like image 104
Alex P. Avatar answered Oct 16 '22 23:10

Alex P.