connie_tong

导航

 

2021年3月16日

摘要: 安装库 pip install baidu-aip 阅读全文
posted @ 2021-03-16 11:34 connie_tong 阅读(85) 评论(0) 推荐(0) 编辑
 

2021年3月15日

摘要: adb devices 1.启动手机的app 2.使用adb shell dumpsys window | findstr mCurrentFocus 命令,可以查看当前启动中的应用信息 阅读全文
posted @ 2021-03-15 21:36 connie_tong 阅读(35) 评论(0) 推荐(0) 编辑
 
摘要: from appium import webdriver caps = {} caps["platformName"] = "Android" caps["platformVersion"] = "7.1.2" caps["deviceName"] = "127.0.0.1:62001 device 阅读全文
posted @ 2021-03-15 16:26 connie_tong 阅读(56) 评论(0) 推荐(0) 编辑
 

2021年3月14日

摘要: 下载地址: http://tools.android-studio.org/index.php/sdk 下载后安装 双击运行安装,安装目录不要有中文 二、配置环境变量 右键我的电脑,打开属性,点击高级系统设置,打开环境变量: 1、新建一个环境变量名称为ANDROID_HOME,变量值为当前安装SDK 阅读全文
posted @ 2021-03-14 22:44 connie_tong 阅读(77) 评论(0) 推荐(0) 编辑
 

2021年3月5日

摘要: # test suite import unittest class TestStringMethods(unittest.TestCase): # test function to test whether key is present in container def test_negative 阅读全文
posted @ 2021-03-05 10:26 connie_tong 阅读(748) 评论(0) 推荐(0) 编辑
 

2021年3月3日

摘要: 1.下载代码 戳我:https://github.com/Waleon/HTMLTestRunner 2.解压到安装目录下 3.测试能否导入包 4.在lib下放一个 阅读全文
posted @ 2021-03-03 09:33 connie_tong 阅读(156) 评论(0) 推荐(0) 编辑
 

2021年3月2日

摘要: from selenium import webdriver import time from PIL import Image import pytesseract import re dr = webdriver.Chrome() dr.get('http://172.16.1.9/IPINwe 阅读全文
posted @ 2021-03-02 16:42 connie_tong 阅读(457) 评论(0) 推荐(0) 编辑
 
摘要: from PIL import Image im = Image.open('C:\\Program Files\\Python38\\Lib\\site-packages\\pytesser\\phototest.tif') from pytesseract import image_to_str 阅读全文
posted @ 2021-03-02 14:35 connie_tong 阅读(51) 评论(0) 推荐(0) 编辑
 
摘要: 恢复内容开始 pip install Pillow 恢复内容结束 阅读全文
posted @ 2021-03-02 09:50 connie_tong 阅读(29) 评论(0) 推荐(0) 编辑
 

2021年2月24日

摘要: 阅读全文
posted @ 2021-02-24 16:08 connie_tong 阅读(34) 评论(0) 推荐(0) 编辑