How can I call uiautomator api directly in Android project? -


i directly call uiautomator api in android application achieve automated testing.

to able uidevice reference (which guess want) need

// initialize uidevice instance mdevice = uidevice.getinstance(getinstrumentation()); 

and instrumentation have running tests adb won't able activity.


Comments

Popular posts from this blog

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -