Androidviewclient Dump Animated View
One of the view is constantly refreshing (a SeekBar for music progress) When I try to make a dump, I got this error: RuntimeError: The views are being refreshed too frequently to d
Solution 1:
This is a uiautomator limitation. You may try using ViewServer as the backend as it works in most cases, however you would need a rooted device or access to the application source code as described in https://github.com/dtmilano/AndroidViewClient/wiki#select-the-correct-implementation.
Post a Comment for "Androidviewclient Dump Animated View"