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
Post a Comment