08 2016 档案
摘要:http://appium.io/slate/en/master/?python#finding-and-interacting-with-elements https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/
阅读全文
摘要:import jsondef parseJSON(jsonDict,key): keyList=list() for k in jsonDict: v = jsonDict[k] if isinstance(v,dict): keyList.extend(parseJSON(v,k)) elif i
阅读全文
浙公网安备 33010602011771号