原创 Appium啓動inspector session後報錯 'app' option is required for reinstall

將python2安裝好,並在Capabilities 需將此三項依次前置   "platformName": "Android",   "deviceName": "127.0.0.1:7555",   "appPackage": " c

原创 pytest框架使用時一些錯誤解決

1. 運行腳本模塊時報ModuleNotFoundError: No module named 'pandas', 但其它模塊正常 解決: a.1:pycharm當前模塊使用的interpreter用的和其它模塊不一樣, 修改即可 。 a

原创 python寫selenium自動化測試碰到的問題

1、讀取xml配置文件報錯E AttributeError: 'function' object has no attribute 'read' 解決:少加了return_xml word = self.read_xml.return_x

原创 JAVA 的兩種流 字節流 InputStream OutputStream 字符流 Reader Writer

JAVA 的兩種流 字節流 InputStream OutputStream 字符流 Reader Writer Java代碼   IO分兩種流       字節流 InputStream OutputStream