You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear xiaoCong and all,
Firestly, many thanks for your upgrading to 1.0.1 from 0.3.6, but i have some doubt on code differance, are them writing mistaken? please give us a powerfull confirm on your side. the below code was removed after upgrade:
u2_version_code=3 #was remove
if self.checkVersion(): #added on 0.3.6, removed on 1.0.1
the followed function were removed.
def checkVersion(self):
''' check uiautomator apk version '''
version_code = self.adb.getVersionCode('com.github.uiautomator')
return True if u2_version_code > version_code else False
Dear xiaoCong and all,
Firestly, many thanks for your upgrading to 1.0.1 from 0.3.6, but i have some doubt on code differance, are them writing mistaken? please give us a powerfull confirm on your side. the below code was removed after upgrade:
u2_version_code=3 #was remove
if self.checkVersion(): #added on 0.3.6, removed on 1.0.1
the followed function were removed.
The text was updated successfully, but these errors were encountered: