2016-03-24 13 views

cevap

1

Her testten önce bir sistem özelliği eklemeniz ve her testten sonra, bu bayrağı sıfırlamanız gerekir.

//in setup    
execCommand(uiDevice, "setprop uiautomation.mode true"); 
//in teadDown 
execCommand(uiDevice, "setprop uiautomation.mode false"); 
+0

sanıyorum, execCommand yöntemi UiDevice.executeShellCommand (...) 1 sayesinde –

İlgili konular