摘要: http://appium.io/slate/en/master/?python#finding-and-interacting-with-elements https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ 阅读全文
posted @ 2016-08-08 09:59 PyJava老鸟 阅读(214) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2016-08-08 09:58 PyJava老鸟 阅读(686) 评论(0) 推荐(0)