automation - Android uiautomator Maintainability/Stability Across Manufacturers -


i have configured , installed sl4a. going automate android using scripting platform base. many pieces of functionality seek automate may exposed through reflection. may manipulated using ui automation. have considered use of uiautomator , java reflection methods. aware reflected methods tend undocumented, uncertain , unstable across versions. however, allow degree of command line interfacing.

most important endeavor code maintainability. after reading uiautomator tool documentation , exploring methods, convinced implement it, api looks clean , effective.

my questions these: issues, if any, exist maintaining uiautomator tool new versions of android come online? tool api relatively stable across manufacturers, general rule, or can "finicky" behavior anticipated?


Comments

Popular posts from this blog

Need help in packaging app using TideSDK on Windows -

java - Why does my date parsing return a weird date? -