摘要: 一、先安装Appium Python Client包。此操作需要先安装Selenium。 pip install Appium-Python-Client 二、下载安装Appium Desktop的安装包 https://github.com/appium/appium-desktop/releas 阅读全文
posted @ 2019-05-06 09:51 lixinhang 阅读(185) 评论(0) 推荐(0) 编辑
摘要: python命名不能以数字开头,import时会报错 阅读全文
posted @ 2019-03-28 10:30 lixinhang 阅读(4141) 评论(0) 推荐(0) 编辑
摘要: 找了一圈问题,发现问题出在body中的value格式上 阅读全文
posted @ 2019-03-27 17:40 lixinhang 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: Content-Type: application/json #############↓↓↓成功↓↓↓############# import requestsurl = 'http://localhost/api/mgr/sq_mgr/'payload = { 'action': 'add_co 阅读全文
posted @ 2019-03-27 17:38 lixinhang 阅读(361) 评论(0) 推荐(0) 编辑